003-application-status-tracking #10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "003-application-status-tracking"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
[1.1.0-rc.0] - 2026-05-12
Added
StatusTransitionServicewith finite transition matrix, terminal-stage lock (ACCEPTED / REJECTED / WITHDRAWN), and same-status rejection.StatusHistoryService.applyStatusChange: validates transition, inserts history row, and persistscurrentStatusatomically.notes: "Application created").@MaxLength(2000)validation on optional notes inCreateStatusHistoryDto.GET /api/v1/applications/:applicationId/allowed-transitions— returns allowed target statuses for the current stage (empty for terminal stages).StatusTransitionService, transactional status apply, and initial history seeding.Changed
PATCH /applications/:id/statusto use transactional service method instead of separateApplicationsService.updateworkaround.StatusHistoryModulenow importsApplicationrepository directly and registersStatusTransitionService.ApplicationsModuleandStatusHistoryModuleuseforwardRefto resolve circular dependency for initial history seeding.[1.0.0-rc.10] - 2026-05-11
Added
specs/003-application-status-tracking/spec.md(2026-05-11): terminal lock; reject same-stage updates; status history list order newest first.specs/003-application-status-tracking/).