desker/apps/api/src
Pau Costa Ferrer e80984faa1 Add user profile management with avatar upload and update support
- Create `+page.svelte` for managing user profiles, including name, avatar, and password updates.
- Add `Avatar.svelte` component for rendering user avatars with Gravatar and fallback initials support.
- Implement backend APIs for fetching and updating user profiles (`/users/profile`).
- Add support for avatar uploads with file validation (max size: 5MB).
- Update `FloorplanViewer.svelte` to display user names and avatars in reservations.
- Introduce utilities for Gravatar URLs and user avatar management (`getGravatarUrl`, `getInitials`).
2026-03-28 17:22:57 +01:00
..
assets Add user profile management with avatar upload and update support 2026-03-28 17:22:57 +01:00
auth Add user profile management with avatar upload and update support 2026-03-28 17:22:57 +01:00
common Add real-time space status updates and reservation management 2026-03-28 00:50:51 +01:00
events Enhance real-time space status updates and handling 2026-03-28 16:27:23 +01:00
organizations Add assets module with file upload and retrieval support 2026-03-28 17:10:22 +01:00
prisma Implement authentication, organization management, and floor layout features 2026-03-28 00:36:05 +01:00
reports Add admin reporting dashboard with utilization statistics and downloadable reports 2026-03-28 16:06:05 +01:00
reservations Add user profile management with avatar upload and update support 2026-03-28 17:22:57 +01:00
spaces Add assets module with file upload and retrieval support 2026-03-28 17:10:22 +01:00
users Add user profile management with avatar upload and update support 2026-03-28 17:22:57 +01:00
app.controller.spec.ts Initialize Hot Desking app with web and API services 2026-03-28 00:06:57 +01:00
app.controller.ts Initialize Hot Desking app with web and API services 2026-03-28 00:06:57 +01:00
app.module.ts Add assets module with file upload and retrieval support 2026-03-28 17:10:22 +01:00
app.service.ts Initialize Hot Desking app with web and API services 2026-03-28 00:06:57 +01:00
main.ts Add organization management with logo support 2026-03-28 16:40:24 +01:00