cc-dashboard/src/routers
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
..
__init__.py Initial commit — CC Dashboard v1.0 2026-03-26 12:54:47 +00:00
admin.py feat: replace local auth with Azure AD SSO (MSAL PKCE) 2026-05-07 10:43:19 +01:00
auth.py feat: replace local auth with Azure AD SSO (MSAL PKCE) 2026-05-07 10:43:19 +01:00
budgets.py feat: corporate planning hub backend — tasks, calendar, ADO, AI reports 2026-05-06 18:44:26 +01:00
calendar.py fix: calendar datetime filters, tasks N+1 query, AI report hours accuracy 2026-05-06 18:46:47 +01:00
dashboard.py fix(project-detail): show all-time data when no date range given 2026-05-07 12:52:51 +01:00
devops.py feat: replace Planka with in-app Kanban + add OMG page 2026-05-07 14:09:36 +01:00
events.py Initial commit — CC Dashboard v1.0 2026-03-26 12:54:47 +00:00
exports.py feat: corporate planning hub backend — tasks, calendar, ADO, AI reports 2026-05-06 18:44:26 +01:00
ingest.py feat: auto-detect repo URL from git remote, fix project slug (full path not last segment) 2026-03-26 15:19:40 +00:00
keys.py fix: use execute(delete()) instead of session.delete() to avoid MissingGreenlet 2026-03-26 14:44:19 +00:00
manual_entries.py feat: corporate planning hub backend — tasks, calendar, ADO, AI reports 2026-05-06 18:44:26 +01:00
omg.py feat: replace Planka with in-app Kanban + add OMG page 2026-05-07 14:09:36 +01:00
projects.py feat: project metadata fields (client, job#, repo) with inline editing + time calc audit 2026-03-26 15:08:14 +00:00
reports.py feat(reports): structured prompt sections + HTML/MD export 2026-05-07 12:07:29 +01:00
tags.py feat: corporate planning hub backend — tasks, calendar, ADO, AI reports 2026-05-06 18:44:26 +01:00
tasks.py feat: replace Planka with in-app Kanban + add OMG page 2026-05-07 14:09:36 +01:00