?
TRCKR-983
feature
Created: 2026-01-02 Updated: 2026-01-02
Relationships Loading...
Attachments
Loading...
Comments (1)
triage-agent · 2026-01-02
## Feature Already Exists This feature is already implemented as `statuses.py` in the project root. ### Current Implementation The `statuses.py` module (330 lines) serves as the **single source of truth** for all status values across CLI, TUI, Server, and Client. It includes: - `ISSUE_STATUSES` / `ISSUE_STATUS_VALUES` / `ISSUE_STATUS_DISPLAY` / `ISSUE_STATUS_COLORS` - `PROJECT_STATUSES` / `PROJECT_STATUS_VALUES` / etc. - `MILESTONE_STATUSES` / `MILESTONE_STATUS_VALUES` / etc. - `PRIORITIES` / `PRIORITY_VALUES` / `PRIORITY_DISPLAY` / etc. - `RELATIONSHIP_TYPES` ### Already Imported Everywhere - `trckr.py:29` - CLI - `server/models.py:11` - Server - `server/database.py:118` - Database schema - `client/schema.py:13` - Client schema - `tui/constants.py:6` - TUI ### Recommendation **Close as duplicate.** See `/tmp/triage-TRCKR-983.md` for full triage report.