desker/apps/web
Pau Costa Ferrer 94709d86d7 Add Asset table, extend schema for related entities, and update .env setup
- Create `Asset` table with relevant columns and constraints.
- Extend `Organization`, `Building`, `Floor`, `Space`, and `User` tables with new fields referencing `Asset`.
- Add `Reservation` table with foreign key constraints for users and spaces.
- Introduce `.env.example` for environment variable management.
- Update `DOCKER_SETUP.md` with initialization and environment configuration instructions.
2026-03-28 19:26:40 +01:00
..
src Allow admins and supervisors to book or update reservations for other users 2026-03-28 18:26:47 +01:00
.env Initialize Hot Desking app with web and API services 2026-03-28 00:06:57 +01:00
Dockerfile Add Asset table, extend schema for related entities, and update .env setup 2026-03-28 19:26:40 +01:00
package-lock.json Add i18n support with English and Spanish translations 2026-03-28 17:34:13 +01:00
package.json Add Docker deployment support for API and Web services 2026-03-28 17:39:43 +01:00
postcss.config.js Initialize Hot Desking app with web and API services 2026-03-28 00:06:57 +01:00
svelte.config.js Add Docker deployment support for API and Web services 2026-03-28 17:39:43 +01:00
tailwind.config.js 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
vite.config.ts Add floorplan editor for admin layout management 2026-03-28 15:15:28 +01:00