Go to file
Pau Costa Ferrer 0b6a043f19 Prevent past bookings and updates across web and API
- Add validation logic to block creating or updating reservations in the past.
- Update date pickers to enforce minimum selectable date as today.
- Extend i18n files (`en.json`, `es-ES.json`) with new error messages.
- Refine UI to disable interaction with past time slots and display appropriate messages.
2026-03-28 18:19:57 +01:00
.idea Add filtering for past and upcoming bookings in "My Bookings" page 2026-03-28 18:14:51 +01:00
apps Prevent past bookings and updates across web and API 2026-03-28 18:19:57 +01:00
shared Initialize Hot Desking app with web and API services 2026-03-28 00:06:57 +01:00
src Initialize Hot Desking app with web and API services 2026-03-28 00:06:57 +01:00
.dockerignore Add Docker deployment support for API and Web services 2026-03-28 17:39:43 +01:00
.gitignore Implement authentication, organization management, and floor layout features 2026-03-28 00:36:05 +01:00
DOCKER_SETUP.md Add Docker deployment support for API and Web services 2026-03-28 17:39:43 +01:00
docker-compose.yml Add Docker deployment support for API and Web services 2026-03-28 17:39:43 +01:00
package-lock.json Add user profile management with avatar upload and update support 2026-03-28 17:22:57 +01:00
package.json Initialize Hot Desking app with web and API services 2026-03-28 00:06:57 +01:00
prompts.md Update prompts to include progress indicator for documentation readability 2026-03-28 17:35:28 +01:00
tsconfig.base.json Initialize Hot Desking app with web and API services 2026-03-28 00:06:57 +01:00
tsconfig.json Initialize Hot Desking app with web and API services 2026-03-28 00:06:57 +01:00