Go to file
Pau Costa Ferrer 07e647b582 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:21:13 +01:00
.idea Add Asset table, extend schema for related entities, and update .env setup 2026-03-28 19:21:13 +01:00
apps Add Asset table, extend schema for related entities, and update .env setup 2026-03-28 19:21:13 +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
.env.example Add Asset table, extend schema for related entities, and update .env setup 2026-03-28 19:21:13 +01:00
.gitignore Implement authentication, organization management, and floor layout features 2026-03-28 00:36:05 +01:00
DOCKER_SETUP.md Add Asset table, extend schema for related entities, and update .env setup 2026-03-28 19:21:13 +01:00
docker-compose.yml Migrate Prisma seed configuration to `prisma.config.ts` and update API Dockerfile 2026-03-28 19:04:18 +01:00
package-lock.json Integrate `svelte-i18n` for enhanced localization support 2026-03-28 18:43:14 +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