rnotes-online/backlog/tasks/task-9 - Canvas-sync-for-no...

938 B

id title status assignee created_date updated_date labels dependencies priority
TASK-9 Canvas sync for notes Done
2026-02-13 20:39 2026-02-13 22:04
medium

Description

Test and verify bidirectional canvas sync with rSpace: creating canvas from notebook, pinning notes to canvas, receiving shape updates.

Implementation Notes

Canvas sync callback wired up (onShapeUpdate → /api/sync). BLOCKED: rSpace /api/communities/:slug/shapes endpoint does not exist yet — pushShapesToCanvas will 404. Inbound sync works via postMessage.

rSpace shapes endpoint implemented and deployed. Internal API key for service-to-service auth. Canvas sync now functional: rnotes pushShapesToCanvas → rSpace POST /api/communities/:slug/shapes → Automerge doc update → WebSocket broadcast.