cc-dashboard/src
Vadym Samoilenko 36118cb759 feat: replace Planka with in-app Kanban + add OMG page
- Remove Planka: docker-compose services, apache /board/ proxy, env vars, custom CSS dir
- Add Kanban board at /tasks: 4 columns (To Do / Doing / Testing / Done),
  native HTML5 drag-and-drop, card modal (TaskForm reuse), per-column "+" button
- Add 'testing' status to Task model validator and frontend union type
- Add GET /api/tasks/{id} endpoint (was missing, frontend already called it)
- Enrich DevOps clone: live-fetches description, AC, assignee, iteration,
  comments and attachments from ADO; renders as Markdown in task.notes
- Add /omg page: standalone project/client/job# registry with inline editing
  and create/edit/delete dialog; backed by new omg_entries table (migration 0008)
- Add omg router to main.py; add OMG + Tasks to sidebar and router
- Fix dead /planner link on Dashboard -> /tasks

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-07 14:09:36 +01:00
..
middleware feat: corporate planning hub backend — tasks, calendar, ADO, AI reports 2026-05-06 18:44:26 +01:00
routers feat: replace Planka with in-app Kanban + add OMG page 2026-05-07 14:09:36 +01:00
services feat: replace Planka with in-app Kanban + add OMG page 2026-05-07 14:09:36 +01:00
static feat: replace Planka with in-app Kanban + add OMG page 2026-05-07 14:09:36 +01:00
tests feat: corporate planning hub backend — tasks, calendar, ADO, AI reports 2026-05-06 18:44:26 +01:00
__init__.py Initial commit — CC Dashboard v1.0 2026-03-26 12:54:47 +00:00
auth.py feat: replace local auth with Azure AD SSO (MSAL PKCE) 2026-05-07 10:43:19 +01:00
config.py feat: replace local auth with Azure AD SSO (MSAL PKCE) 2026-05-07 10:43:19 +01:00
database.py Initial commit — CC Dashboard v1.0 2026-03-26 12:54:47 +00:00
main.py feat: replace Planka with in-app Kanban + add OMG page 2026-05-07 14:09:36 +01:00
models.py feat: replace Planka with in-app Kanban + add OMG page 2026-05-07 14:09:36 +01:00
schemas.py feat: replace Planka with in-app Kanban + add OMG page 2026-05-07 14:09:36 +01:00
sso.py feat: replace local auth with Azure AD SSO (MSAL PKCE) 2026-05-07 10:43:19 +01:00