13 lines
557 B
Markdown
13 lines
557 B
Markdown
# Next Steps
|
|
|
|
## T05: COMPLETED
|
|
|
|
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)
|