fix(status): add qa_passed to legacy display labels #332

Merged
chaim merged 1 commits from worktree-qa-passed-status into main 2026-06-24 15:04:16 +00:00
Owner

בעיה

תיק 8174-12-24 (ואחרים שהוגדרו על ידי הסוכן הישן) היה בסטטוס qa_passed — ערך שהוסר מרשימת ה-10 סטטוסים הפעילים ולא נוסף ל-LEGACY_STATUS_LABELS. תוצאה: badge + timeline ריקים ("לא ידוע").

תיקון

  • case-status.ts: הוספת qa_passed → "טיוטה" ל-LEGACY_STATUS_LABELS (display-only fallback)
  • תיק 8174-12-24 עודכן ל-drafted ישירות דרך ה-API

Invariants

  • G2: שינוי display-only בקובץ ה-SSOT הקיים, ללא כפילות ✓
## בעיה תיק 8174-12-24 (ואחרים שהוגדרו על ידי הסוכן הישן) היה בסטטוס `qa_passed` — ערך שהוסר מרשימת ה-10 סטטוסים הפעילים ולא נוסף ל-`LEGACY_STATUS_LABELS`. תוצאה: badge + timeline ריקים ("לא ידוע"). ## תיקון - `case-status.ts`: הוספת `qa_passed → "טיוטה"` ל-`LEGACY_STATUS_LABELS` (display-only fallback) - תיק 8174-12-24 עודכן ל-`drafted` ישירות דרך ה-API ## Invariants - G2: שינוי display-only בקובץ ה-SSOT הקיים, ללא כפילות ✓
chaim added 1 commit 2026-06-24 15:04:12 +00:00
fix(status): add qa_passed to legacy labels + migrate 8174-12-24 to drafted
All checks were successful
G12 Leak-Guard / leak-guard (pull_request) Successful in 4s
Lint — undefined names / undefined-names (pull_request) Successful in 11s
e051fda0cb
qa_passed was set by the old agent pipeline but not included in the
trimmed 10-status CASE_STATUSES list or LEGACY_STATUS_LABELS, causing
the status badge and workflow timeline to render nothing ("לא ידוע").

Added qa_passed → "טיוטה" to LEGACY_STATUS_LABELS as a display-only
fallback so any case still carrying this value renders correctly until
migrated. Case 8174-12-24 status updated to drafted via PUT /api/cases.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
chaim merged commit f2a264a7da into main 2026-06-24 15:04:16 +00:00
chaim deleted branch worktree-qa-passed-status 2026-06-24 15:04:17 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ezer-mishpati/legal-ai#332