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
199 lines
5.1 KiB
JSON
199 lines
5.1 KiB
JSON
[
|
|
{
|
|
"id": "F001",
|
|
"description": "Add ticket comment editor paste handling for clipboard image MIME entries (`image/*`)",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"Requirements",
|
|
"Users and Primary Flows"
|
|
]
|
|
},
|
|
{
|
|
"id": "F002",
|
|
"description": "Trigger immediate upload for each pasted image before comment submission",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"Goals",
|
|
"Requirements"
|
|
]
|
|
},
|
|
{
|
|
"id": "F003",
|
|
"description": "Persist pasted images through the ticket document/file attachment pipeline",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"Goals",
|
|
"Data / API / Integrations"
|
|
]
|
|
},
|
|
{
|
|
"id": "F004",
|
|
"description": "Apply deterministic filename convention for clipboard-uploaded images",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"Requirements",
|
|
"Explicit Decisions Locked In"
|
|
]
|
|
},
|
|
{
|
|
"id": "F005",
|
|
"description": "Insert uploading placeholder state in BlockNote while clipboard image upload is in progress",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"UX / UI Notes",
|
|
"Users and Primary Flows"
|
|
]
|
|
},
|
|
{
|
|
"id": "F006",
|
|
"description": "Replace placeholder with attachment-backed image node after successful upload",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"Requirements",
|
|
"Acceptance Criteria (Definition of Done)"
|
|
]
|
|
},
|
|
{
|
|
"id": "F007",
|
|
"description": "Show upload failure UI with retry/remove action for pasted images",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"UX / UI Notes",
|
|
"Requirements"
|
|
]
|
|
},
|
|
{
|
|
"id": "F008",
|
|
"description": "Persist comment content with attachment references instead of raw `data:image` payloads",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"Goals",
|
|
"Non-functional Requirements"
|
|
]
|
|
},
|
|
{
|
|
"id": "F009",
|
|
"description": "Load and render attachment-backed image references in ticket comment stream via attachment-serving URLs",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"Requirements",
|
|
"Data / API / Integrations"
|
|
]
|
|
},
|
|
{
|
|
"id": "F010",
|
|
"description": "Enforce attachment authorization checks when rendering comment images",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"Security / Permissions",
|
|
"Acceptance Criteria (Definition of Done)"
|
|
]
|
|
},
|
|
{
|
|
"id": "F011",
|
|
"description": "Map attachment-referenced comment images into outbound ticket-comment email image model",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"Users and Primary Flows",
|
|
"Data / API / Integrations"
|
|
]
|
|
},
|
|
{
|
|
"id": "F012",
|
|
"description": "Generate CID inline attachments for outbound ticket-comment email images",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"Requirements",
|
|
"Explicit Decisions Locked In"
|
|
]
|
|
},
|
|
{
|
|
"id": "F013",
|
|
"description": "Rewrite outbound email HTML image `src` values to matching CID references",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"Requirements",
|
|
"Users and Primary Flows"
|
|
]
|
|
},
|
|
{
|
|
"id": "F014",
|
|
"description": "Fallback outbound image rendering to attachment URL when CID generation cannot complete",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"Explicit Decisions Locked In",
|
|
"Observability"
|
|
]
|
|
},
|
|
{
|
|
"id": "F015",
|
|
"description": "Track clipboard-uploaded draft images in compose state so cancel flow can act on them",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"Users and Primary Flows",
|
|
"Requirements"
|
|
]
|
|
},
|
|
{
|
|
"id": "F016",
|
|
"description": "Prompt keep-vs-delete decision when canceling draft with clipboard-uploaded images",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"UX / UI Notes",
|
|
"Explicit Decisions Locked In"
|
|
]
|
|
},
|
|
{
|
|
"id": "F017",
|
|
"description": "Implement hard delete action for selected clipboard draft images (object + metadata removal)",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"Requirements",
|
|
"Security / Permissions"
|
|
]
|
|
},
|
|
{
|
|
"id": "F018",
|
|
"description": "Prevent hard delete when artifact is already referenced by a saved comment or not deletable by requester",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"Requirements",
|
|
"Security / Permissions"
|
|
]
|
|
},
|
|
{
|
|
"id": "F019",
|
|
"description": "Validate accepted clipboard image MIME types and size constraints before upload",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"Security / Permissions",
|
|
"Non-functional Requirements"
|
|
]
|
|
},
|
|
{
|
|
"id": "F020",
|
|
"description": "Ensure existing comment behavior (non-image paste and plain text) is unaffected by clipboard image support",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"Acceptance Criteria (Definition of Done)",
|
|
"Non-goals"
|
|
]
|
|
},
|
|
{
|
|
"id": "F021",
|
|
"description": "Gate the clipboard image feature behind a dedicated flag for controlled rollout",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"Rollout / Migration"
|
|
]
|
|
},
|
|
{
|
|
"id": "F022",
|
|
"description": "Add server/client logging around upload outcomes, cancel-delete actions, and outbound CID generation paths",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"Observability"
|
|
]
|
|
}
|
|
]
|