- 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. |
||
|---|---|---|
| .. | ||
| src | ||
| .env | ||
| Dockerfile | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| svelte.config.js | ||
| tailwind.config.js | ||
| tsconfig.json | ||
| vite.config.ts | ||