vault backup: 2026-05-07 14:13:40
This commit is contained in:
parent
53c745eb4e
commit
74ced78647
2 changed files with 4 additions and 0 deletions
|
|
@ -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 | Kanban.tsx, Tasks.tsx, database schema, Planka removal | Kanban.tsx, Tasks.tsx, models.py, docker-compose.yml |
|
||||
| 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 |
|
||||
|
|
|
|||
|
|
@ -92,3 +92,6 @@ tags: [daily]
|
|||
- 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.
|
||||
- 14:12 | `cc-dashboard`
|
||||
- **Asked:** Asked | Replaced Planka with a custom Kanban board on Tasks page with drag-and-drop, card editing, and task data copying from DevOps
|
||||
- **Done:** Done | Built Kanban board component with task cards, drag-and-drop functionality, and edit modal; removed Planka; deployed to server
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue