Commit Graph

4 Commits

Author SHA1 Message Date
Claude Agent
98059a8a70 feat: cont demo public cu resetare automată a datelor la 3 ore
- Cont demo (demo@example.com/demo1234) activ implicit, identificat prin
  settings.demo_email — fără configurare în env; DEMO_EMAIL="" îl dezactivează
- Contul demo nu poate fi modificat prin API (email/parolă/status blocate 403)
- reset_demo.py: șterge idempotent toate datele demo și recrează proprietatea
  demo cu 3 spații și 5 rezervări exemplu cu date relative la ziua curentă
- entrypoint.sh: reset la boot + buclă la 3h (DEMO_RESET_INTERVAL)
- start.sh (dev): reset la fiecare pornire
- Login.vue: hint cu credențialele demo (click = precompletare) și mesajul
  de resetare la 3 ore

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-10 20:07:16 +00:00
Claude Agent
2c417bf36a chore: backend pe portul 8001 și ignoră .pids
Portul 8000 e folosit de alt proiect (roa2web) în acest mediu; mut
backend-ul space-booking pe 8001 și actualizez proxy-ul Vite `/api`
în consecință, ca cele două să coexiste. Adaug `.pids` în .gitignore.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-10 18:02:53 +00:00
Claude Agent
07cc58908f feat(start.sh): add stop and restart commands to manage services
Allows stopping/restarting services when ports are already in use,
with PID tracking, lsof fallback, and SIGKILL escalation.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 00:24:05 +00:00
Claude Agent
9c2846cf00 feat: add per-space timezone settings and improve booking management
- Add timezone configuration per space with fallback to system default
- Implement timezone-aware datetime display and editing across frontend
- Add migration for per_space_settings table
- Update booking service to handle timezone conversions properly
- Improve .gitignore to exclude build artifacts
- Add comprehensive testing documentation

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-11 15:54:51 +00:00