T08a: Frontend DMS + Tags + Permissions UI — 33 tests, tsc clean, vite build pass

- DMS file browser: folder tree + file grid + upload dropzone + search + preview modal
- DMS share dialog: user/group share + public share links with password+expiry
- DMS bulk actions: bulk move + bulk delete with confirm dialogs
- DMS trash view: deleted files list with restore button
- Tags: TagPicker on company/contact detail pages (new tabs tab)
- Tags: TagCloud + BulkTagDialog for bulk tag assignment
- Permissions: share link creation, permission display, copy-link button
- API clients: dms.ts, tags.ts, permissions.ts
- Routes: /dms, /dms/trash added to router
- Sidebar: DMS nav link updated
- i18n: de.json + en.json translations for DMS/Tags/Permissions
- 33 new tests (5 test files), full regression 276/276 pass
- tsc --noEmit: 0 errors, vite build: 252 modules
This commit is contained in:
leocrm-bot
2026-07-01 16:54:32 +02:00
parent f646c597dc
commit 0962f3a961
31 changed files with 3368 additions and 41 deletions
+19 -20
View File
@@ -1,29 +1,28 @@
# LeoCRM — Current Status
**Phase**: 3 (Implementation)
**Plan Mode**: implementation_allowed
**Last completed**: T05Calendar Plugin Backend (commit 7fbeeda, pushed to Forgejo)
**Date**: 2026-06-30
**Last completed**: T06Mail Plugin Backend (commit f646c59)
**Date**: 2026-07-01
## Completed Tasks
## Completed Tasks (11/14)
- T01: Core Infrastructure + Multi-Tenant + Auth System ✅
- T02: Company + Contact + Import/Export System ✅
- T03: Plugin System Framework ✅
- T04: DMS Plugin Backend (Folders, Files, Preview, OnlyOffice, Shares, Search, Bulk)
- T05: Calendar Plugin Backend (Appointments, Tasks, Kanban, ICS, Resources, Recurrence)
- T07a: Frontend Core SPA — Shell, Auth, Routing, i18n, UI Library
- T07b: Frontend Feature Pages — Companies, Contacts, Settings, Audit, Dashboard, Search
- T09: KI-Copilot API + Hybrid Workflow Engine Backend
- T11: Tags Plugin + Permissions Plugin + Entity Links Backend
- T04: DMS Plugin Backend ✅
- T05: Calendar Plugin Backend ✅
- T06: Mail Plugin Backend (IMAP/SMTP, PGP, Rules, Vacation, Delegates)
- T07a: Frontend Core SPA
- T07b: Frontend Feature Pages
- T08b: Frontend Calendar UI
- T09: KI-Copilot API + Workflow Engine ✅
- T11: Tags + Permissions + Entity Links Backend ✅
## T05 Verification
- 69 calendar tests pass (33 AC integration + 36 recurrence unit)
- Coverage: 86.87% (routes.py 82.33%, recurrence.py 90.43%, ics_utils.py 75.21%)
- 481 total tests pass (full regression, 0 failures)
- 0 ruff errors, ruff format clean
- Pushed to Forgejo: 7fbeeda
## Remaining Tasks (3)
- T08a: Frontend DMS + Tags + Permissions UI (free)
- T08c: Frontend Mail UI + Global Search UI (blocked by T06 — now unblocked)
- T10: Monitoring, Performance, Documentation & Env Config (free)
## Next Candidates
- T06: Mail Plugin Backend (IMAP/SMTP, Threading, Templates, Rules, PGP)
- T08a: DMS Frontend (prerequisite T04 ✅ — now unblocked)
- T08b: Calendar Frontend (prerequisite T05 ✅ — now unblocked)
- T10: Monitoring, Performance, Documentation
## Test Summary
- Backend: 527 tests pass (0 failures)
- Mail: 46 tests, 74.56% coverage
- Frontend: 112 tests pass