No description
Find a file
Vadym Samoilenko 30764d8998 merge: planning hub — Vue 3 frontend, AI assistant, ADO sync, calendar, tasks
Merges feat/planning-hub into main:
- Complete Vue 3 + Vite + TypeScript + Tailwind frontend (replaces vanilla JS)
- Corporate planning: calendar, daily task planner, drag-to-calendar DnD
- Azure DevOps two-way sync (work items pull + CompletedWork push)
- AI assistant chat widget with streaming tool-use (gap detection, anomaly flags)
- Session categories, manual time entries, project budgets, tags, CSV/ICS export
- APScheduler: ADO sync every 15min, AI reports at 20:00, anomaly scan hourly
- Alembic migrations: 0003 (corporate tables), 0004 (indexes), 0005 (categories + ai_flags + assistant_messages)
- structlog, Fernet PAT encryption, audit log, admin /recompute-stats endpoint
- deploy.sh updated: removed dead static sync, added healthcheck loop

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-06 19:11:16 +01:00
.claude feat: project metadata fields (client, job#, repo) with inline editing + time calc audit 2026-03-26 15:08:14 +00:00
.github/workflows feat: corporate planning hub backend — tasks, calendar, ADO, AI reports 2026-05-06 18:44:26 +01:00
alembic feat: AI assistant chat widget + session categories + anomaly detection 2026-05-06 18:59:51 +01:00
scripts Initial commit — CC Dashboard v1.0 2026-03-26 12:54:47 +00:00
src fix: TypeScript errors in TaskForm/CalendarView/PlannerView, rebuild frontend 2026-05-06 19:01:58 +01:00
web fix: TypeScript errors in TaskForm/CalendarView/PlannerView, rebuild frontend 2026-05-06 19:01:58 +01:00
.dockerignore add .dockerignore to exclude __pycache__ from image 2026-03-26 13:02:16 +00:00
.env.example fix: consistent wall-clock hours across all dashboard endpoints 2026-05-06 18:45:04 +01:00
.gitignore Initial commit — CC Dashboard v1.0 2026-03-26 12:54:47 +00:00
.pre-commit-config.yaml feat: corporate planning hub backend — tasks, calendar, ADO, AI reports 2026-05-06 18:44:26 +01:00
apache.conf Initial commit — CC Dashboard v1.0 2026-03-26 12:54:47 +00:00
deploy.sh fix: correct static file layout for Apache Alias serving 2026-03-26 13:57:33 +00:00
docker-compose.yml Initial commit — CC Dashboard v1.0 2026-03-26 12:54:47 +00:00
Dockerfile fix: alembic config path in Dockerfile CMD 2026-03-26 12:59:10 +00:00
pyproject.toml feat: corporate planning hub backend — tasks, calendar, ADO, AI reports 2026-05-06 18:44:26 +01:00
requirements.txt fix: add pytest/pytest-asyncio/aiosqlite to requirements for test suite 2026-05-06 18:47:20 +01:00