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 +