Some checks are pending
Bidi Control Character Guard / bidi-control-guard (push) Waiting to run
Circular Dependency Check / Check for new circular dependencies (push) Waiting to run
Citus Migration Smoke / Combined migrations on single-node Citus (push) Waiting to run
E2E Fresh Install Tests / fresh-install-e2e (push) Waiting to run
ext-v2 guardrails / Run ext-v2 guard and ESLint (push) Waiting to run
Integration Tests / Check for relevant changes (push) Waiting to run
Integration Tests / ${{ (github.event_name == 'schedule' || github.event.inputs.suite == 'full') && 'Full integration suite' || 'Tier-1 integration subset' }} (push) Blocked by required conditions
Mobile checks / Mobile lint + typecheck (push) Waiting to run
Mobile checks / Mobile unit tests (push) Waiting to run
Mobile checks / Mobile dependency audit (report) (push) Waiting to run
Mobile checks / Mobile reproducibility checks (push) Waiting to run
Secrets guard (env backups) / Ensure no tracked env backup files (push) Waiting to run
Temporal Readiness / fast-readiness (push) Waiting to run
Temporal Readiness / docker-parity (push) Waiting to run
TypeScript Type Check / Nx affected typecheck (push) Waiting to run
Unit Tests / Skipped-test budget (push) Waiting to run
Unit Tests / Nx affected unit tests (push) Waiting to run
Unit Tests / Server unit coverage (informational) (push) Waiting to run
Validate Tenant Management Schema / Check for relevant changes (push) Waiting to run
Validate Tenant Management Schema / Validate Tenant Management Schema (push) Blocked by required conditions
EE Workflows Build Guard / ee-workflows-build-guard (push) Waiting to run
Excluded: .git, node_modules, secrets/, compose.env, assemblyscript tgz Source: /opt/alga-psa on psa.joliet.tech
123 lines
3.8 KiB
JSON
123 lines
3.8 KiB
JSON
[
|
|
{
|
|
"id": "F01",
|
|
"description": "Documents.tsx drawer renders CollaborativeEditor instead of TextEditor when editing an in-app document",
|
|
"prdRefs": ["F01"],
|
|
"implemented": true
|
|
},
|
|
{
|
|
"id": "F02",
|
|
"description": "CollaborativeEditor receives documentId, tenantId, userId, userName from drawer and connects to Hocuspocus room",
|
|
"prdRefs": ["F02"],
|
|
"implemented": true
|
|
},
|
|
{
|
|
"id": "F03",
|
|
"description": "Content format detection: detect whether block_data is BlockNote JSON (array with props) or ProseMirror JSON (object with type:'doc')",
|
|
"prdRefs": ["F04"],
|
|
"implemented": true
|
|
},
|
|
{
|
|
"id": "F04",
|
|
"description": "BlockNote-to-ProseMirror conversion function: paragraph blocks",
|
|
"prdRefs": ["F05"],
|
|
"implemented": true
|
|
},
|
|
{
|
|
"id": "F05",
|
|
"description": "BlockNote-to-ProseMirror conversion function: heading blocks with level prop",
|
|
"prdRefs": ["F05"],
|
|
"implemented": true
|
|
},
|
|
{
|
|
"id": "F06",
|
|
"description": "BlockNote-to-ProseMirror conversion function: bulletListItem and numberedListItem blocks",
|
|
"prdRefs": ["F05"],
|
|
"implemented": true
|
|
},
|
|
{
|
|
"id": "F07",
|
|
"description": "BlockNote-to-ProseMirror conversion function: inline content (text with styles, links, mentions)",
|
|
"prdRefs": ["F05"],
|
|
"implemented": true
|
|
},
|
|
{
|
|
"id": "F08",
|
|
"description": "BlockNote-to-ProseMirror conversion function: checkListItem, codeBlock, blockquote, table blocks",
|
|
"prdRefs": ["F05"],
|
|
"implemented": true
|
|
},
|
|
{
|
|
"id": "F09",
|
|
"description": "On first connection to a Y.js room with no state, initialize from block_data (converting from BlockNote format if needed)",
|
|
"prdRefs": ["F03", "F04"],
|
|
"implemented": true
|
|
},
|
|
{
|
|
"id": "F10",
|
|
"description": "Manual Save button in drawer footer triggers syncCollabSnapshot() when in collaborative mode",
|
|
"prdRefs": ["F07"],
|
|
"implemented": true
|
|
},
|
|
{
|
|
"id": "F11",
|
|
"description": "On drawer close, trigger a best-effort snapshot to persist content",
|
|
"prdRefs": ["F08"],
|
|
"implemented": true
|
|
},
|
|
{
|
|
"id": "F12",
|
|
"description": "Graceful fallback: detect Hocuspocus unreachable (3s timeout) and switch to single-user Tiptap editor with manual save",
|
|
"prdRefs": ["F09", "F10"],
|
|
"implemented": true
|
|
},
|
|
{
|
|
"id": "F13",
|
|
"description": "Fallback mode uses DocumentEditor (single-user Tiptap) with manual save via updateBlockContent()",
|
|
"prdRefs": ["F09", "F15"],
|
|
"implemented": true
|
|
},
|
|
{
|
|
"id": "F14",
|
|
"description": "Fallback mode shows status indicator: 'Offline — manual save mode'",
|
|
"prdRefs": ["F10"],
|
|
"implemented": true
|
|
},
|
|
{
|
|
"id": "F15",
|
|
"description": "Presence bar and collaboration cursors work in drawer context (existing CollaborativeEditor features)",
|
|
"prdRefs": ["F11", "F12"],
|
|
"implemented": true
|
|
},
|
|
{
|
|
"id": "F16",
|
|
"description": "New document creation in drawer: create document record + block_content, then open CollaborativeEditor in new room",
|
|
"prdRefs": ["F13"],
|
|
"implemented": true
|
|
},
|
|
{
|
|
"id": "F17",
|
|
"description": "Read-only view mode in drawer: render content without editing capabilities",
|
|
"prdRefs": ["F14"],
|
|
"implemented": true
|
|
},
|
|
{
|
|
"id": "F18",
|
|
"description": "Document name editing in drawer header still works with new editor",
|
|
"prdRefs": ["F01"],
|
|
"implemented": true
|
|
},
|
|
{
|
|
"id": "F19",
|
|
"description": "Unsaved changes warning on drawer close (when in fallback mode with pending changes)",
|
|
"prdRefs": ["F09"],
|
|
"implemented": true
|
|
},
|
|
{
|
|
"id": "F20",
|
|
"description": "After format conversion from BlockNote to ProseMirror, persist the converted format back to document_block_content",
|
|
"prdRefs": ["F04", "F05"],
|
|
"implemented": true
|
|
}
|
|
]
|