Files
CapaKraken/docs/api-router-procedure-support-backlog.md
T

38 lines
753 B
Markdown

# API Router Procedure-Support Backlog
Status as of 2026-03-31.
Done
- `rate-card`
- `effort-rule`
- `experience-multiplier`
- `management-level`
- `blueprint`
- `client`
- `country`
- `holiday-calendar`
- `org-unit`
- `dispo`
- `insights`
- `import-export`
- `chargeability-report`
- `notification`
- `dashboard`
- `resource-summary-read`
- `user`
- `entitlement`
Ready next
- none in the conflict-safe backlog
Deferred or blocked
- `assistant-tools`
- `resource-read-shared`
- `timeline-router` tests
- `vacation-router` tests
Notes
- Router files should contain only tRPC wiring.
- Procedure orchestration and router input schemas belong in `*-procedure-support.ts`.
- Pure builders and domain helpers remain in existing `*-support.ts` modules.