Hermes 284313f908
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
Initial import of AlgaPSA codebase from PSA server
Excluded: .git, node_modules, secrets/, compose.env, assemblyscript tgz

Source: /opt/alga-psa on psa.joliet.tech
2026-06-22 16:12:17 -05:00

153 lines
4.9 KiB
JSON

[
{
"id": "F001",
"description": "Add TimeEntryWorkItemContext type to @alga-psa/types scheduling interfaces",
"implemented": true,
"prdRefs": ["Data / API / Integrations"]
},
{
"id": "F002",
"description": "Create SchedulingContext with SchedulingCallbacks interface, useSchedulingCallbacks hook, and no-op default provider in @alga-psa/ui",
"implemented": true,
"prdRefs": ["Architecture"]
},
{
"id": "F003",
"description": "Re-export SchedulingContext from packages/ui/src/context/index.ts",
"implemented": true,
"prdRefs": ["Architecture"]
},
{
"id": "F004",
"description": "Create AgentScheduleView component in scheduling package with agentId prop",
"implemented": true,
"prdRefs": ["Flow 1", "Flow 2"]
},
{
"id": "F005",
"description": "AgentScheduleView fetches events via getScheduleEntries for single agent with date range",
"implemented": true,
"prdRefs": ["Flow 1"]
},
{
"id": "F006",
"description": "AgentScheduleView renders week/day/month calendar using DynamicBigCalendar with view toggle",
"implemented": true,
"prdRefs": ["UX / UI Notes"]
},
{
"id": "F007",
"description": "AgentScheduleView shows color-coded events by work item type via getEventColors",
"implemented": true,
"prdRefs": ["UX / UI Notes"]
},
{
"id": "F008",
"description": "AgentScheduleView opens EntryPopup on event click for viewing/editing details",
"implemented": true,
"prdRefs": ["Flow 1"]
},
{
"id": "F009",
"description": "AgentScheduleView auto-scrolls to 8 AM working hours on mount",
"implemented": true,
"prdRefs": ["UX / UI Notes"]
},
{
"id": "F010",
"description": "AgentScheduleView respects user_schedule:read / user_schedule:read:all permissions",
"implemented": true,
"prdRefs": ["Security / Permissions"]
},
{
"id": "F011",
"description": "AgentScheduleView renders CalendarStyleProvider and AgentScheduleDrawerStyles for calendar styling",
"implemented": true,
"prdRefs": ["UX / UI Notes"]
},
{
"id": "F012",
"description": "Create timeEntryLauncher in scheduling package: orchestrates getCurrentTimePeriod, fetchOrCreateTimeSheet, builds IExtendedWorkItem, opens TimeEntryDialog via openDrawer",
"implemented": true,
"prdRefs": ["Flow 3", "Flow 4", "Flow 5"]
},
{
"id": "F013",
"description": "timeEntryLauncher shows toast error when no active time period exists",
"implemented": true,
"prdRefs": ["Acceptance Criteria"]
},
{
"id": "F014",
"description": "timeEntryLauncher opens TimeEntryDialog in inDrawer mode with correct work item, date, timePeriod, and timeSheetId",
"implemented": true,
"prdRefs": ["Flow 3"]
},
{
"id": "F015",
"description": "timeEntryLauncher onSave callback calls saveTimeEntry, closes drawer, and calls onComplete",
"implemented": true,
"prdRefs": ["Flow 3"]
},
{
"id": "F016",
"description": "Create MspSchedulingProvider in msp-composition that provides real renderAgentSchedule and launchTimeEntry callbacks via SchedulingCallbackProvider",
"implemented": true,
"prdRefs": ["Architecture"]
},
{
"id": "F017",
"description": "Add @alga-psa/scheduling dependency to msp-composition package.json",
"implemented": true,
"prdRefs": ["Architecture"]
},
{
"id": "F018",
"description": "Wrap ticket detail server page with MspSchedulingProvider",
"implemented": true,
"prdRefs": ["Architecture"]
},
{
"id": "F019",
"description": "Wrap contact detail and activity server pages with MspSchedulingProvider",
"implemented": true,
"prdRefs": ["Architecture"]
},
{
"id": "F020",
"description": "Wrap project detail server page with MspSchedulingProvider",
"implemented": true,
"prdRefs": ["Architecture"]
},
{
"id": "F021",
"description": "Replace AgentScheduleDrawer stub with useSchedulingCallbacks().renderAgentSchedule",
"implemented": true,
"prdRefs": ["Flow 1", "Flow 2"]
},
{
"id": "F022",
"description": "Replace TicketDetails handleAddTimeEntry stub with useSchedulingCallbacks().launchTimeEntry using ticket context",
"implemented": true,
"prdRefs": ["Flow 3"]
},
{
"id": "F023",
"description": "Replace InteractionDetails handleAddTimeEntry stub with useSchedulingCallbacks().launchTimeEntry using interaction context",
"implemented": true,
"prdRefs": ["Flow 4"]
},
{
"id": "F024",
"description": "Replace TaskForm handleAddTimeEntry stub with useSchedulingCallbacks().launchTimeEntry using task context",
"implemented": true,
"prdRefs": ["Flow 5"]
},
{
"id": "F025",
"description": "Graceful fallback: without MspSchedulingProvider, AgentScheduleDrawer shows alert and time entry shows toast",
"implemented": true,
"prdRefs": ["Goals"]
}
]