vault backup: 2026-05-13 13:02:16

This commit is contained in:
Vadym Samoilenko 2026-05-13 13:02:16 +01:00
parent 4771e249aa
commit 94403b993e
2 changed files with 11 additions and 0 deletions

View file

@ -308,6 +308,8 @@ All endpoints except `/auth/login` require valid JWT in `Authorization: Bearer {
## Change Log
| Date | Requested | Changed | Files |
|------|-----------|---------|-------|
| 2026-05-13 | OMG page data sync | OMG Job Number linking, project list display, DevOps validation | ProjectList.tsx, OMGPage.tsx, DevOpsIntegration.ts |
| 2026-05-13 | OMG page bugs | Add OMG Job Number field display, validation linking across pages | Projects.tsx, DevOps.tsx, OMGPage.tsx |
| 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 |

View file

@ -71,3 +71,12 @@ tags: [daily]
- 12:58 | `cc-dashboard`
- **Asked:** Fixed OMG Job Number display issue on Projects and OMG pages with Azure DevOps field mapping | Added OMG Job Number property mapping, linked Projects list view to display job numbers, added validation in DevOps project import for OMG Deliverable Number field, pushed changes to git and deployed to server | ProjectsPage.tsx, OMGPage.tsx, DevOpsIntegration.ts, ProjectList.tsx
- **Done:**
- 12:59 | `cc-dashboard`
- **Asked:** Fix OMG page bugs — add missing OMG Job Number field linking and validation across Projects, List view, and DevOps pages.
- **Done:** Verified project structure, added OMG Job Number display in Projects list view, and implemented field validation linking to DevOps.
- 13:00 | `Shumiland`
- **Asked:** Asked | Deploy updated favicon and clean up temporary files to production with full rebuild
- **Done:** Done | Committed favicon implementation, removed temporary files, and deployed to server with full rebuild
- 13:01 | `cc-dashboard`
- **Asked:** Fix OMG page showing no records and link OMG Job Number field between projects, project list view, and DevOps.
- **Done:** Verified OMG Job Number property exists in projects, connected project-to-OMG relationship, added number display in project list view, and validated field presence in DevOps.