vault backup: 2026-05-13 12:49:50

This commit is contained in:
Vadym Samoilenko 2026-05-13 12:49:50 +01:00
parent a3c6b74ff4
commit acaa3c79d3
2 changed files with 4 additions and 0 deletions

View file

@ -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 and projects linking | Added OMG Job Number display in Projects list, validated OMG Deliverable Number in DevOps, connected OMG page to projects, applied database migration | projects.tsx, omg-page.tsx, devops-integration.ts, database-migration.sql |
| 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 |

View file

@ -65,3 +65,6 @@ tags: [daily]
- 12:45 (1min) | `cc-dashboard`
- **Asked:** Fixed OMG page bug by linking projects with OMG Job Numbers and validating fields across pages | Added OMG Job Number display in projects list, linked OMG page to projects, added validation in DevOps for OMG Deliverable Number field, and deployed to server | ProjectsList.tsx, OMGPage.tsx, DevOpsIntegration.ts, AzureDevOpsSync.ts
- **Done:**
- 12:48 | `cc-dashboard`
- **Asked:** Fix OMG page bug where records aren't showing despite projects having OMG Job Numbers.
- **Done:** Added OMG Job Number field linking, displayed numbers in Projects list view, validated OMG Deliverable Number in DevOps, pushed changes and deployed to server.