Daniel Bedeleanu
e46777b933
merge: Phase 1 image system implementation complete
- Database: Added photo_path, photo_thumbnail_path, photo_upload_date fields
- Services: ImageStorage (file ops) + ImageProcessor (image processing pipeline)
- API: POST/PUT /api/items/{id}/photo upload endpoints with validation
- API: GET /api/items/{id} returns photo URLs
- Static: FastAPI StaticFiles mount for /images/ directory
- Tests: 127+ comprehensive tests across all components
- Security: Fixed race conditions, path traversal, crop validation
- Ready for Phase 2 (frontend UI)
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-04-20 22:47:31 +03:00
..
2026-04-19 17:10:56 +03:00
2026-04-10 13:47:10 +03:00
2026-04-19 17:20:11 +03:00
2026-04-14 22:54:19 +03:00
2026-04-20 22:47:31 +03:00
2026-04-19 12:37:09 +03:00
2026-04-19 12:37:09 +03:00
2026-04-19 12:35:40 +03:00