The merge completes FN-3160 by making the roadmap route context plugin-owned, moving `roadmap-routes` and `roadmap-suggestions` logic from the dashboard into `fusion-plugin-roadmap` with updated plugin-loader integration. It also includes FN-3755's shared state snapshot support for mesh sync hardeni Fusion-Task-Id: FN-3160
17 lines
335 B
JSON
17 lines
335 B
JSON
{
|
|
"id": "roadmap-planner",
|
|
"name": "Roadmaps",
|
|
"version": "0.1.0",
|
|
"description": "Standalone roadmap planning plugin",
|
|
"dashboardViews": [
|
|
{
|
|
"viewId": "roadmaps",
|
|
"label": "Roadmaps",
|
|
"componentPath": "./dashboard-view",
|
|
"icon": "Map",
|
|
"placement": "primary",
|
|
"order": 30
|
|
}
|
|
]
|
|
}
|