desker/apps/api/prisma
Pau Costa Ferrer 2bab9da7c8 Add assets module with file upload and retrieval support
- Introduce `AssetsModule` with APIs for uploading and retrieving organization logos, building images, and floor plans.
- Implement file validation for type and size (10MB max).
- Add `resolveAssetUrl` utility for generating absolute asset URLs.
- Enhance admin UI components to support image file uploads and previews.
- Update Prisma schema to associate assets with organizations, buildings, and floors.
- Modify existing update logic to clear references when external URLs are used.
2026-03-28 17:10:22 +01:00
..
migrations Implement authentication, organization management, and floor layout features 2026-03-28 00:36:05 +01:00
schema.prisma Add assets module with file upload and retrieval support 2026-03-28 17:10:22 +01:00
seed.ts Add organization management with logo support 2026-03-28 16:40:24 +01:00