From fa0746f040bffda8cc9674ade50313178c3b5bd8 Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Wed, 13 May 2026 12:33:09 +0100 Subject: [PATCH] vault backup: 2026-05-13 12:33:09 --- 01 Projects/cc-dashboard/CC Dashboard.md | 1 + 99 Daily/2026-05-13.md | 3 +++ 2 files changed, 4 insertions(+) diff --git a/01 Projects/cc-dashboard/CC Dashboard.md b/01 Projects/cc-dashboard/CC Dashboard.md index 0df50b1..f8bc4a4 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 page bugfix | Link OMG Job Numbers, add DevOps validation, display in project list | projects.tsx, omg-page.tsx, azure-devops-sync.tsx | | 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 | diff --git a/99 Daily/2026-05-13.md b/99 Daily/2026-05-13.md index 57bbd65..6402cd9 100644 --- a/99 Daily/2026-05-13.md +++ b/99 Daily/2026-05-13.md @@ -53,3 +53,6 @@ tags: [daily] - 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. +- 12:32 | `cc-dashboard` + - **Asked:** Fixed OMG page display by linking project OMG Job Numbers across pages and validating Azure DevOps OMG Deliverable Numbers. + - **Done:** Connected OMG Job Number property in projects to OMG page, added validation in DevOps project import, and updated project list view to display numbers.