cc-dashboard/src/services
Vadym Samoilenko 26127061ec fix: OMG auto-sync, Projects OMG# column, ADO OMG Deliverable Number, session persistence
- Auto-create/update OmgEntry when Project.job_number changes (PATCH /api/projects);
  delete stale entry on clear; sync name/client when those fields change too
- Backfill script: scripts/backfill_omg_from_projects.py
- Projects List-view: add OMG # column with link to /omg?highlight=<job_number>;
  Grid-view badge also made clickable; OmgView supports ?highlight= deep-link with scroll+highlight
- AzureWorkItem: add omg_number column (migration 0009), extracted from
  fields_json[Custom.OMGDeliverableNumber] on sync; DevOps table shows OMG # column
  with CC-project link when matched; toolbar badge shows count of items without OMG #
- Session no longer lost on F5: refresh_token moved to HttpOnly+SameSite=Lax cookie;
  authStore.init() restores session on app start; axios interceptor retries on 401
  via cookie refresh before logging out; POST /api/auth/logout clears cookie

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-13 12:30:40 +01:00
..
azure_devops fix: OMG auto-sync, Projects OMG# column, ADO OMG Deliverable Number, session persistence 2026-05-13 12:30:40 +01:00
__init__.py Initial commit — CC Dashboard v1.0 2026-03-26 12:54:47 +00:00
aggregator.py fix: consistent wall-clock hours across all dashboard endpoints 2026-05-06 18:45:04 +01:00
ai_reports.py feat(reports): structured prompt sections + HTML/MD export 2026-05-07 12:07:29 +01:00
ai_session_summary.py fix: implement 5-phase contract fixes, devops page, AI summaries, expanded assistant 2026-05-06 21:13:28 +01:00
audit.py feat: corporate planning hub backend — tasks, calendar, ADO, AI reports 2026-05-06 18:44:26 +01:00
budgets.py feat: corporate planning hub backend — tasks, calendar, ADO, AI reports 2026-05-06 18:44:26 +01:00
crypto.py feat: corporate planning hub backend — tasks, calendar, ADO, AI reports 2026-05-06 18:44:26 +01:00
event_bus.py Initial commit — CC Dashboard v1.0 2026-03-26 12:54:47 +00:00
exports.py fix: CSV export uses wall-clock hours (not active_hours) for sessions 2026-05-06 18:49:41 +01:00
mailgun.py feat: corporate planning hub backend — tasks, calendar, ADO, AI reports 2026-05-06 18:44:26 +01:00
scheduler.py feat: remove AI assistant widget and all related backend 2026-05-07 11:59:56 +01:00