From 5dcb4c828b8819bae54d4ce14344c56f695423ed Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Thu, 11 Dec 2025 16:45:33 -0500 Subject: [PATCH] Add backlog with initial migration task --- backlog/config.yml | 15 +++++++++++ ...te-features-to-FolkJS-for-rSpace.online.md | 25 +++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 backlog/config.yml create mode 100644 backlog/tasks/task-1 - Migrate-canvas-website-features-to-FolkJS-for-rSpace.online.md diff --git a/backlog/config.yml b/backlog/config.yml new file mode 100644 index 0000000..5428673 --- /dev/null +++ b/backlog/config.yml @@ -0,0 +1,15 @@ +project_name: "FolkJS Migration" +default_status: "To Do" +statuses: ["To Do", "In Progress", "Done"] +labels: [] +milestones: [] +date_format: yyyy-mm-dd +max_column_width: 20 +default_editor: "nvim" +auto_open_browser: true +default_port: 6420 +remote_operations: true +auto_commit: false +bypass_git_hooks: false +check_active_branches: true +active_branch_days: 30 diff --git a/backlog/tasks/task-1 - Migrate-canvas-website-features-to-FolkJS-for-rSpace.online.md b/backlog/tasks/task-1 - Migrate-canvas-website-features-to-FolkJS-for-rSpace.online.md new file mode 100644 index 0000000..148b35c --- /dev/null +++ b/backlog/tasks/task-1 - Migrate-canvas-website-features-to-FolkJS-for-rSpace.online.md @@ -0,0 +1,25 @@ +--- +id: task-1 +title: Migrate canvas-website features to FolkJS for rSpace.online +status: To Do +assignee: [] +created_date: '2025-12-11 21:44' +labels: [] +dependencies: [] +priority: high +--- + +## Description + + +Architectural migration from tldraw-based canvas-website to FolkJS infrastructure, enabling deployable community spaces on rSpace.online. This encompasses porting 23 custom shapes, Automerge sync, AI orchestration, and building multi-tenant deployment infrastructure. + + +## Acceptance Criteria + +- [ ] #1 Clone and explore FolkJS monorepo structure +- [ ] #2 Build proof-of-concept: Port MarkdownShape to Folk component +- [ ] #3 Test Automerge integration with Folk propagator system +- [ ] #4 Prototype multi-tenancy with community subdomains +- [ ] #5 Document architectural decisions +