vault backup: 2026-05-13 12:28:54
This commit is contained in:
parent
ad0e83a2a4
commit
061c44226c
2 changed files with 4 additions and 0 deletions
|
|
@ -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 |
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue