diff --git a/01 Projects/cc-dashboard/CC Dashboard.md b/01 Projects/cc-dashboard/CC Dashboard.md index 54222f4..0df50b1 100644 --- a/01 Projects/cc-dashboard/CC Dashboard.md +++ b/01 Projects/cc-dashboard/CC Dashboard.md @@ -308,6 +308,7 @@ All endpoints except `/auth/login` require valid JWT in `Authorization: Bearer { ## Change Log | Date | Requested | Changed | Files | |------|-----------|---------|-------| +| 2026-05-13 | OMG sync and display | Auto-sync OmgEntry on job_number changes, Projects list shows OMG numbers, backfill script added | projects.py, omg.py, backfill_omg_from_projects.py | | 2026-05-13 | Design refinements | Added "Fill from project" dropdown with auto-population, updated counters and empty states | OMG.tsx, DevOpsWorkItems.tsx | | 2026-05-13 | Design refinement | Added select dropdown to form, verified component types | Form component files | | 2026-05-13 | Design review & deployment | Spacing, interactions, filters, sorting; OMG-CC Project column job_number matching | OMG.tsx, cc-dashboard project config | diff --git a/99 Daily/2026-05-13.md b/99 Daily/2026-05-13.md index f404295..57bbd65 100644 --- a/99 Daily/2026-05-13.md +++ b/99 Daily/2026-05-13.md @@ -50,3 +50,6 @@ tags: [daily] - 12:11 | `Shumiland` - **Asked:** Checked if hero section matches design screenshot | Reverted hero color from incorrect value back to #f1fbeb | hero.tsx - **Done:** Hero section color verification | Confirmed and reverted color to #f1fbeb | hero.tsx +- 12:27 (15min) | `cc-dashboard` + - **Asked:** Fix OMG page showing no records despite projects having OMG Job Numbers and ensure sync between projects and OMG pages. + - **Done:** Implemented automatic OMG entry sync via PATCH /api/projects endpoint that creates/updates/deletes OmgEntry based on job_number changes, and added backfill script.