Hot Desk 0.2.0: room layout proportions, name quick-select, remove notes
This commit is contained in:
+15
-10
@@ -724,59 +724,64 @@ Env vars (hardcoded in docker-compose.yml for Portainer CE):
|
||||
### 4B.04 `[STANDARD]` Registratura — Legal Deadline Workflow Fixes
|
||||
|
||||
**What:** Fix gaps in the legal deadline tracking logic:
|
||||
|
||||
- Chain deadline workflow (resolving one → prompt to add next in sequence)
|
||||
- Backward deadline edge cases (e.g., AC extension 45 working days BEFORE expiry)
|
||||
- Tacit approval auto-detection when overdue + applicable type
|
||||
- UI polish for deadline dashboard (filters, sorting, edge states)
|
||||
**Files:** `src/modules/registratura/services/deadline-service.ts`, `components/deadline-dashboard.tsx`, `components/deadline-add-dialog.tsx`
|
||||
**Status:** TODO
|
||||
**Files:** `src/modules/registratura/services/deadline-service.ts`, `components/deadline-dashboard.tsx`, `components/deadline-add-dialog.tsx`
|
||||
**Status:** TODO
|
||||
|
||||
---
|
||||
|
||||
### 4B.05 `[STANDARD]` Tag Manager — Logic/Workflow Fix + ERP API
|
||||
|
||||
**What:**
|
||||
|
||||
- Fix tag assignment and filtering logic/workflow issues
|
||||
- Expose tags via API for external ERP integration (read-only endpoint for tag list + project assignments)
|
||||
- Verify ManicTime bidirectional sync still works
|
||||
**Files:** `src/modules/tag-manager/`, `src/app/api/` (new tags API route)
|
||||
**Status:** TODO
|
||||
**Files:** `src/modules/tag-manager/`, `src/app/api/` (new tags API route)
|
||||
**Status:** TODO
|
||||
|
||||
---
|
||||
|
||||
### 4B.06 `[STANDARD]` Prompt Generator — Bug Fixes + New Features
|
||||
|
||||
**What:** Address known bugs and implement new ideas (details TBD from user testing):
|
||||
|
||||
- Fix any template rendering issues
|
||||
- Add new templates as requested
|
||||
- Implement user-suggested feature improvements
|
||||
**Files:** `src/modules/prompt-generator/`
|
||||
**Status:** TODO — awaiting user feedback from testing
|
||||
**Files:** `src/modules/prompt-generator/`
|
||||
**Status:** TODO — awaiting user feedback from testing
|
||||
|
||||
---
|
||||
|
||||
### 4B.07 `[HEAVY]` Authentik SSO — Verify & Fix
|
||||
|
||||
**What:** End-to-end verification that Authentik OIDC login works:
|
||||
|
||||
- Verify auth.beletage.ro accessibility
|
||||
- Test login flow (redirect → auth → callback → session)
|
||||
- Verify group→role/company mapping
|
||||
- Fix any issues with NextAuth v4 + Authentik provider config
|
||||
- Ensure session persistence and token refresh
|
||||
**Files:** `src/core/auth/`, `src/app/api/auth/`, `.env` / `docker-compose.yml`
|
||||
**Status:** TODO — critical for multi-user testing
|
||||
**Files:** `src/core/auth/`, `src/app/api/auth/`, `.env` / `docker-compose.yml`
|
||||
**Status:** TODO — critical for multi-user testing
|
||||
|
||||
---
|
||||
|
||||
### 4B.08 `[STANDARD]` DB/Storage — End-to-End Verification
|
||||
|
||||
**What:** Verify all 14 modules correctly persist to PostgreSQL:
|
||||
|
||||
- Test CRUD operations for each module
|
||||
- Verify data survives container restart
|
||||
- Check storage adapter fallback behavior
|
||||
- Validate MinIO file storage connection (adapter pending)
|
||||
**Files:** `src/core/storage/`, `src/app/api/storage/`, `prisma/schema.prisma`
|
||||
**Status:** TODO
|
||||
**Files:** `src/core/storage/`, `src/app/api/storage/`, `prisma/schema.prisma`
|
||||
**Status:** TODO
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user