9 Commits

Author SHA1 Message Date
f132f0f516 Add Objects/Sites module - DB schema 2026-03-12 19:53:31 +00:00
7fe8460d9c Add Qualifications module - DB schema, roadmap 2026-03-12 19:47:12 +00:00
a44a848cdf 🤝 Subunternehmer-Modul: DB-Migration 2026-03-12 16:17:06 +00:00
18d4e70f46 🗄️ Datenbank-Migration erstellt 2026-03-12 15:53:54 +00:00
c670c26da3 📚 Deployment-Anleitung hinzugefügt 2026-03-12 15:49:52 +00:00
c2357ee1bb 🚀 Deployment-Konfiguration hinzugefügt
- docker-compose.yml (DB + Backend + Frontend)
- Nginx Reverse Proxy Config
- Deployment Script

Ports:
- PostgreSQL: 5434
- Backend: 8004
- Frontend: 3006
2026-02-20 16:12:33 +00:00
70a72f4364 🗄️ Datenbank-Schema Design
Tabellen:
- organizations (Multi-Tenancy)
- users (Chef/Disponent/Mitarbeiter)
- orders (Aufträge)
- order_assignments (Zuweisungen)
- availability (Verfügbarkeit)
- timesheets (Stundenzettel mit Foto)
- modules (Modularer Aufbau)
- organization_modules (Modul-Konfiguration)
- audit_logs (DSGVO)
- refresh_tokens (JWT Auth)

Features:
- Rollen-basierte Berechtigungen
- Multi-Tenancy Support
- Modularer Aufbau
- Audit-Logging
2026-02-20 15:01:30 +00:00
48edd95cfd 📋 Anforderungen & Konzept dokumentiert
- Rollen-Hierarchie: Chef → Disponent → Mitarbeiter
- Modularer Aufbau definiert
- Feature-Übersicht
- Tech-Stack (Vue 3 + Deno)
- Roadmap
2026-02-20 14:54:57 +00:00
8f3ecebc63 Initial commit 2026-02-20 14:53:47 +00:00