cc-dashboard/web/src
Vadym Samoilenko b7a1dc9fdf feat: OMG project dropdown + DevOps toolbar + ADO full fields
OMG page:
- Form now has "Fill from project" dropdown that auto-fills name/client/job#
  from any cc-dashboard project (projects loaded in parallel on mount)
- Job # placeholder updated to show numeric format

DevOps Work Items:
- Count "19" moved into the section heading next to "Work Items" title
- DataTable toolbar (separate row with count+filter) hidden via showToolbar=false
- DataTable: add showToolbar prop (default true) to control toolbar visibility

ADO sync:
- Fetch all fields from ADO API (fields=None) to capture custom fields
  including "OMG Deliverable Number" in fields_json
- Expose fields_json in AzureWorkItemOut schema for frontend inspection

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-13 11:55:25 +01:00
..
api feat: replace Planka with in-app Kanban + add OMG page 2026-05-07 14:09:36 +01:00
components feat: OMG project dropdown + DevOps toolbar + ADO full fields 2026-05-13 11:55:25 +01:00
composables fix(ui): address code review findings 2026-05-13 11:34:18 +01:00
lib fix(ui): address code review findings 2026-05-13 11:34:18 +01:00
router feat: replace Planka with in-app Kanban + add OMG page 2026-05-07 14:09:36 +01:00
stores feat: replace local auth with Azure AD SSO (MSAL PKCE) 2026-05-07 10:43:19 +01:00
styles feat(styles): add spacing scale comment and skeleton shimmer keyframes 2026-05-13 10:56:52 +01:00
tests feat: add complete Vue 3 frontend in web/ directory 2026-05-06 18:52:43 +01:00
types feat: replace Planka with in-app Kanban + add OMG page 2026-05-07 14:09:36 +01:00
views feat: OMG project dropdown + DevOps toolbar + ADO full fields 2026-05-13 11:55:25 +01:00
App.vue feat(ui): add Tooltip, Popover, Skeleton primitives (radix-vue) 2026-05-13 10:58:41 +01:00
main.ts feat: replace local auth with Azure AD SSO (MSAL PKCE) 2026-05-07 10:43:19 +01:00