vault backup: 2026-05-13 11:35:29
This commit is contained in:
parent
f9ff85dc59
commit
6a3723da2d
2 changed files with 8 additions and 0 deletions
|
|
@ -177,6 +177,10 @@ All endpoints except `/auth/login` require valid JWT in `Authorization: Bearer {
|
|||
- **Recent fixes:** Accurate time tracking with interval union (no double-counting), project metadata fields, auto-detect repo URL from git remote, chart null-safety, async safety (selectinload, execute delete)
|
||||
|
||||
## Sessions
|
||||
### 2026-05-13 – Review design across all pages checking
|
||||
**Asked:** Review design across all pages checking spacing, element interactions, filters, and sorting.
|
||||
**Done:** Identified pre-existing design inconsistencies and confirmed zero new errors in codebase.
|
||||
|
||||
### 2026-05-07 – Configure SSO with user isolation, disable
|
||||
**Asked:** Configure SSO with user isolation, disable personal login, and map vadymsamoilenko@oliver.agecny to VadymSamoilenko@oliver.agecny in SSO.
|
||||
**Done:** Added optical-dev.oliver.solutions/cc-dashboard as SPA to AI portal app and prepared SSO environment variables for server deployment.
|
||||
|
|
@ -288,6 +292,7 @@ All endpoints except `/auth/login` require valid JWT in `Authorization: Bearer {
|
|||
## Change Log
|
||||
| Date | Requested | Changed | Files |
|
||||
|------|-----------|---------|-------|
|
||||
| 2026-05-13 | Design review | Spacing verification, element interactions, filters and sorting checks | Multiple pages reviewed |
|
||||
| 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 |
|
||||
|
|
|
|||
|
|
@ -23,3 +23,6 @@ tags: [daily]
|
|||
- 11:20 (9min) | `Shumiland`
|
||||
- **Asked:** Implement 2 Figma designs for Divolese page and deploy to aimpress server.
|
||||
- **Done:** Implemented designs from Figma, pushed to git, deployed on aimpress SSH server, and created Obsidian project log.
|
||||
- 11:34 (5min) | `cc-dashboard`
|
||||
- **Asked:** Review design across all pages checking spacing, element interactions, filters, and sorting.
|
||||
- **Done:** Identified pre-existing design inconsistencies and confirmed zero new errors in codebase.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue