cc-dashboard/src
Vadym Samoilenko 9495aebef1 fix: TypeScript errors in TaskForm/CalendarView/PlannerView, rebuild frontend
- TaskForm: change project_id/azure_work_item_id form state from null to undefined
- CalendarView/PlannerView: accept TaskCreatePayload | TaskUpdatePayload from @save emit
- Rebuild: web assets with AssistantWidget included

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-06 19:01:58 +01:00
..
middleware feat: corporate planning hub backend — tasks, calendar, ADO, AI reports 2026-05-06 18:44:26 +01:00
routers feat: AI assistant chat widget + session categories + anomaly detection 2026-05-06 18:59:51 +01:00
services feat: AI assistant chat widget + session categories + anomaly detection 2026-05-06 18:59:51 +01:00
static fix: TypeScript errors in TaskForm/CalendarView/PlannerView, rebuild frontend 2026-05-06 19:01:58 +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 fix: eager load ApiKey.user with selectinload to avoid lazy load in async context 2026-03-26 14:46:14 +00:00
config.py feat: corporate planning hub backend — tasks, calendar, ADO, AI reports 2026-05-06 18:44:26 +01:00
database.py Initial commit — CC Dashboard v1.0 2026-03-26 12:54:47 +00:00
main.py feat: AI assistant chat widget + session categories + anomaly detection 2026-05-06 18:59:51 +01:00
models.py feat: AI assistant chat widget + session categories + anomaly detection 2026-05-06 18:59:51 +01:00
schemas.py feat: AI assistant chat widget + session categories + anomaly detection 2026-05-06 18:59:51 +01:00