feat(FN-3087): document graph plugin in plugin authoring guide
Documentation-only finish for FN-3087, adding changeset and README updates for the dependency graph plugin and plugin authoring guide. Fusion-Task-Id: FN-3087
This commit is contained in:
@@ -634,6 +634,11 @@ registerPluginView(
|
||||
|
||||
The host then renders plugin views via `PluginDashboardViewHost` using the composite ID.
|
||||
|
||||
Runtime host context contract:
|
||||
- Registered views receive a `context` object from the dashboard host (`PluginDashboardViewContext`).
|
||||
- Context includes the active `projectId`, current visible `tasks`, optional `workflowSteps`, and `openTaskDetail` for launching the native task detail flow.
|
||||
- Keep view-specific UI behavior in the plugin; treat host context as service/data injection only.
|
||||
|
||||
Placement guidance:
|
||||
- `primary`: top-level nav tab (host may limit count on mobile)
|
||||
- `overflow`: desktop header overflow menu
|
||||
|
||||
Reference in New Issue
Block a user