feat(T05): Dateiablage pro Fahrzeug + File UI with thumbnails and gallery

This commit is contained in:
2026-07-17 01:38:48 +02:00
parent 149ac04dc1
commit a38d340ddc
18 changed files with 2649 additions and 69 deletions
+9 -8
View File
@@ -1,11 +1,12 @@
# Next Steps
1. **Verify T02+T04 tests** - Run vehicle and contact test suites to confirm they pass
2. **T03: OCR-Erfassung** - Implement OCR module with OpenRouter Qwen2.5-VL integration
3. **T05: Sales + Legal** - After T03
4. **T06: KI Copilot** - After T05
5. **T07: Bildretusche** - After T06
6. **Push to Forgejo** - After all tasks verified
## T05: COMPLETED
## Immediate Action
Delegate T03 to implementation_engineer with architecture details for OCR module.
All acceptance criteria for T05 (Dateiablage pro Fahrzeug + File UI) have been met.
## Recommended Next Actions
1. Integrate FileUpload and FileList components into VehicleDetail page
2. Add FileGallery to vehicle detail page for image gallery view
3. Consider adding file metadata endpoint (GET /vehicles/:id/files/:fileId/meta) for frontend to fetch metadata without downloading
4. Add file count to vehicle list response for quick display
5. Consider adding file type filtering in FileList (images only, documents only)