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
283 lines
7.0 KiB
JSON
283 lines
7.0 KiB
JSON
[
|
|
{
|
|
"id": "F001",
|
|
"description": "ContactPicker accepts optional onAddNew prop and renders separator + '+ Add new contact' button at bottom of contact list when provided",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"FR-1"
|
|
]
|
|
},
|
|
{
|
|
"id": "F002",
|
|
"description": "ContactPicker button calls onAddNew() and closes the dropdown (setIsOpen(false))",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"FR-1"
|
|
]
|
|
},
|
|
{
|
|
"id": "F003",
|
|
"description": "ContactPicker renders identically to current when onAddNew is not provided (backward compatible)",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"FR-1"
|
|
]
|
|
},
|
|
{
|
|
"id": "F004",
|
|
"description": "QuickAddTicket wires ContactPicker onAddNew to open QuickAddContact dialog with selectedClientId pre-filled",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"FR-2"
|
|
]
|
|
},
|
|
{
|
|
"id": "F005",
|
|
"description": "QuickAddTicket auto-selects newly created contact after QuickAddContact dialog closes",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"FR-2"
|
|
]
|
|
},
|
|
{
|
|
"id": "F006",
|
|
"description": "TicketProperties wires ContactPicker onAddNew to open QuickAddContact with ticket's company_id",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"FR-2"
|
|
]
|
|
},
|
|
{
|
|
"id": "F007",
|
|
"description": "QuickAddInteraction wires ContactPicker onAddNew to open QuickAddContact with selectedClientId",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"FR-2"
|
|
]
|
|
},
|
|
{
|
|
"id": "F008",
|
|
"description": "OverallInteractionsFeed wires ContactPicker onAddNew to open QuickAddContact",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"FR-2"
|
|
]
|
|
},
|
|
{
|
|
"id": "F009",
|
|
"description": "ProjectQuickAdd wires ContactPicker onAddNew to open QuickAddContact with selectedClientId",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"FR-2"
|
|
]
|
|
},
|
|
{
|
|
"id": "F010",
|
|
"description": "Projects (list/filter) wires ContactPicker onAddNew to open QuickAddContact",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"FR-2"
|
|
]
|
|
},
|
|
{
|
|
"id": "F011",
|
|
"description": "ClientDetails wires ContactPicker onAddNew to open QuickAddContact with clientId",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"FR-2"
|
|
]
|
|
},
|
|
{
|
|
"id": "F012",
|
|
"description": "BillingConfigForm wires ContactPicker onAddNew to open QuickAddContact",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"FR-2"
|
|
]
|
|
},
|
|
{
|
|
"id": "F013",
|
|
"description": "UserManagement wires ContactPicker onAddNew to open QuickAddContact",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"FR-2"
|
|
]
|
|
},
|
|
{
|
|
"id": "F014",
|
|
"description": "EntraReconciliationQueue wires ContactPicker onAddNew to open QuickAddContact",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"FR-2"
|
|
]
|
|
},
|
|
{
|
|
"id": "F015",
|
|
"description": "ClientPicker accepts optional onAddNew prop and renders separator + '+ Add new client' button at bottom of client list when provided",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"FR-3"
|
|
]
|
|
},
|
|
{
|
|
"id": "F016",
|
|
"description": "ClientPicker button calls onAddNew() and closes the dropdown",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"FR-3"
|
|
]
|
|
},
|
|
{
|
|
"id": "F017",
|
|
"description": "ClientPicker renders identically to current when onAddNew is not provided (backward compatible)",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"FR-3"
|
|
]
|
|
},
|
|
{
|
|
"id": "F018",
|
|
"description": "QuickAddTicket wires ClientPicker onAddNew to open QuickAddClient dialog and auto-selects new client",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"FR-4"
|
|
]
|
|
},
|
|
{
|
|
"id": "F019",
|
|
"description": "ProjectQuickAdd wires ClientPicker onAddNew to open QuickAddClient and auto-selects new client",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"FR-4"
|
|
]
|
|
},
|
|
{
|
|
"id": "F020",
|
|
"description": "ContractBasicsStep wires ClientPicker onAddNew to open QuickAddClient and auto-selects new client",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"FR-4"
|
|
]
|
|
},
|
|
{
|
|
"id": "F021",
|
|
"description": "ManualInvoices wires ClientPicker onAddNew to open QuickAddClient and auto-selects new client",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"FR-4"
|
|
]
|
|
},
|
|
{
|
|
"id": "F022",
|
|
"description": "QuickAddAsset wires ClientPicker onAddNew to open QuickAddClient and auto-selects new client",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"FR-4"
|
|
]
|
|
},
|
|
{
|
|
"id": "F023",
|
|
"description": "QuickAddCategory component extracted from CategoriesSettings inline dialog into packages/tickets/src/components/QuickAddCategory.tsx",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"FR-5"
|
|
]
|
|
},
|
|
{
|
|
"id": "F024",
|
|
"description": "QuickAddCategory accepts preselectedBoardId prop and hides board selector when provided",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"FR-5"
|
|
]
|
|
},
|
|
{
|
|
"id": "F025",
|
|
"description": "QuickAddCategory shows category name input, board selector (when no preselectedBoardId), and optional parent category dropdown",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"FR-5"
|
|
]
|
|
},
|
|
{
|
|
"id": "F026",
|
|
"description": "QuickAddCategory uses createCategory action and calls onCategoryCreated callback on success",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"FR-5"
|
|
]
|
|
},
|
|
{
|
|
"id": "F027",
|
|
"description": "QuickAddCategory fetches boards internally if not provided via props",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"FR-5"
|
|
]
|
|
},
|
|
{
|
|
"id": "F028",
|
|
"description": "CategoriesSettings refactored to use QuickAddCategory component instead of inline dialog JSX",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"FR-6"
|
|
]
|
|
},
|
|
{
|
|
"id": "F029",
|
|
"description": "CategoriesSettings behavior unchanged after refactor (create and edit both work)",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"FR-6"
|
|
]
|
|
},
|
|
{
|
|
"id": "F030",
|
|
"description": "TreeSelect accepts optional onAddNew prop and renders separator + button at bottom of options list",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"FR-7"
|
|
]
|
|
},
|
|
{
|
|
"id": "F031",
|
|
"description": "CategoryPicker accepts optional onAddNew prop and passes it through to TreeSelect",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"FR-7"
|
|
]
|
|
},
|
|
{
|
|
"id": "F032",
|
|
"description": "QuickAddTicket wires CategoryPicker onAddNew to open QuickAddCategory with boardId pre-selected, auto-selects new category",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"FR-8"
|
|
]
|
|
},
|
|
{
|
|
"id": "F033",
|
|
"description": "TicketInfo wires CategoryPicker onAddNew to open QuickAddCategory with ticket's board_id, auto-selects new category",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"FR-8"
|
|
]
|
|
},
|
|
{
|
|
"id": "F034",
|
|
"description": "TicketingDashboard wires CategoryPicker onAddNew to open QuickAddCategory",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"FR-8"
|
|
]
|
|
},
|
|
{
|
|
"id": "F035",
|
|
"description": "TicketDetails wires CategoryPicker onAddNew to open QuickAddCategory with board context",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"FR-8"
|
|
]
|
|
}
|
|
]
|