From 53c745eb4ef1f6c8a3283e8e381229da3b4465b6 Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Thu, 7 May 2026 14:09:48 +0100 Subject: [PATCH] vault backup: 2026-05-07 14:09:48 --- 01 Projects/cc-dashboard/CC Dashboard.md | 1 + 99 Daily/2026-05-07.md | 3 +++ 2 files changed, 4 insertions(+) diff --git a/01 Projects/cc-dashboard/CC Dashboard.md b/01 Projects/cc-dashboard/CC Dashboard.md index 004e7d7..1a497f7 100644 --- a/01 Projects/cc-dashboard/CC Dashboard.md +++ b/01 Projects/cc-dashboard/CC Dashboard.md @@ -288,6 +288,7 @@ All endpoints except `/auth/login` require valid JWT in `Authorization: Bearer { ## Change Log | Date | Requested | Changed | Files | |------|-----------|---------|-------| +| 2026-05-07 | Kanban board implementation | Removed Planka, added kanban UI with drag-drop and card editing, copy task data from DevOps | Tasks.tsx, TaskCard.tsx, kanban.utils.ts | | 2026-05-07 | SSO configuration & Planka setup | SSO enabled, user mapping created, custom CSS applied, admin user created | AI portal app, Planka config, CSS styles | | 2026-05-07 | SSO setup, user mapping, bug fixes | ADO URL paths, connected workspace label, calendar titles, reports export | deployment script, cc-dashboard config | | 2026-05-07 | SSO configuration | User isolation enabled, personal login disabled, user migration (vadymsamoilenko@oliver.agecny → VadymSamoilenko@oliver.agecny) | Authentication config, User mapping database | diff --git a/99 Daily/2026-05-07.md b/99 Daily/2026-05-07.md index 514186d..cb0319e 100644 --- a/99 Daily/2026-05-07.md +++ b/99 Daily/2026-05-07.md @@ -89,3 +89,6 @@ tags: [daily] - 13:49 | `cc-dashboard` - **Asked:** Set up SSO with user isolation, disable personal login, and map vadymsamoilenko@oliver.agecny to VadymSamoilenko@oliver.agecny. - **Done:** Configured SSO in AI portal, created admin user in Planka, applied custom CSS styling, and deployed CC Dashboard SPA. +- 14:08 (17min) | `cc-dashboard` + - **Asked:** Remove Planka and build a simple kanban board on Tasks page with drag-and-drop cards, card opening, and editing functionality. + - **Done:** Implemented kanban board with card dragging, editing, and data copying from DevOps tasks; fixed TypeCheck errors and completed production build.