Collapsed the Even plugin architecture into a single unified plugin by merging board card routes and replacing the transport stub with a real webhook implementation, removing the separate cards plugin from the workspace. The new unified plugin (`fusion-plugin-even-realities-glasses`) now exports con Fusion-Task-Id: FN-3970
18 lines
670 B
Markdown
18 lines
670 B
Markdown
# Even Cards Plugin (Deprecated)
|
|
|
|
`fusion-plugin-even-cards` is deprecated and superseded by the canonical plugin:
|
|
|
|
- `fusion-plugin-even-realities-glasses`
|
|
|
|
Board/task card APIs previously provided here (`/board/cards`, `/board`, `/tasks/:id/cards`) now live under the canonical plugin id and route namespace.
|
|
|
|
## Migration
|
|
|
|
Use:
|
|
|
|
- `/api/plugins/fusion-plugin-even-realities-glasses/board/cards`
|
|
- `/api/plugins/fusion-plugin-even-realities-glasses/board`
|
|
- `/api/plugins/fusion-plugin-even-realities-glasses/tasks/:id/cards`
|
|
|
|
This package is removed from the active workspace package list and retained only as a temporary compatibility artifact pending full cleanup.
|