From 1ad721a57975ca5d60fec596d1492d501a7ecf27 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Tue, 31 Mar 2026 15:56:35 -0700 Subject: [PATCH] chore(backlog): add TASK-MEDIUM.6 connections dashboard task Co-Authored-By: Claude Opus 4.6 --- ...Connections-dashboard-in-space-settings.md | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 backlog/tasks/task-medium.6 - Platform-Connections-dashboard-in-space-settings.md diff --git a/backlog/tasks/task-medium.6 - Platform-Connections-dashboard-in-space-settings.md b/backlog/tasks/task-medium.6 - Platform-Connections-dashboard-in-space-settings.md new file mode 100644 index 0000000..6941be9 --- /dev/null +++ b/backlog/tasks/task-medium.6 - Platform-Connections-dashboard-in-space-settings.md @@ -0,0 +1,25 @@ +--- +id: TASK-MEDIUM.6 +title: Platform Connections dashboard in space settings +status: Done +assignee: [] +created_date: '2026-03-31 20:25' +updated_date: '2026-03-31 22:54' +labels: [] +dependencies: [] +parent_task_id: 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. +