Add backlog with initial migration task
This commit is contained in:
parent
b5abd33cfd
commit
5dcb4c828b
|
|
@ -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
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
<!-- SECTION:DESCRIPTION:BEGIN -->
|
||||||
|
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.
|
||||||
|
<!-- SECTION:DESCRIPTION:END -->
|
||||||
|
|
||||||
|
## Acceptance Criteria
|
||||||
|
<!-- AC:BEGIN -->
|
||||||
|
- [ ] #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
|
||||||
|
<!-- AC:END -->
|
||||||
Loading…
Reference in New Issue