1.3 KiB
| id | title | status | assignee | created_date | updated_date | labels | dependencies | parent_task_id |
|---|---|---|---|---|---|---|---|---|
| TASK-MEDIUM.6 | Platform Connections dashboard in space settings | Done | 2026-03-31 20:25 | 2026-03-31 22:54 | TASK-MEDIUM |
Description
Add 5th 'Connections' tab to space settings modal with n8n-style visual dashboard. Shows platform cards (Google, Notion, ClickUp live + 7 coming soon) connected via SVG bezier lines to central rSpace hub node. Includes OAuth connect/disconnect flows and GET /api/oauth/status endpoint. Files: server/oauth/index.ts, server/index.ts, shared/components/rstack-space-switcher.ts.
Implementation Notes
Implemented and deployed 2026-03-31. Commit 26aa643. Live at rspace.online — open any space gear icon → Connections tab.
Refactored 2026-03-31 (commit 32093a0): Moved connections dashboard from space settings 5th tab to My Account modal as collapsible section. Added selective sharing — users connect platforms to personal data store, then pick which community spaces to share data into via per-provider space checkboxes. New endpoints: GET/POST /api/oauth/sharing. Sharing config in Automerge doc {userSpace}:oauth:sharing.