diff --git a/docs/anleitungen/TODO.md b/docs/anleitungen/TODO.md index 4797941..ba14fe4 100644 --- a/docs/anleitungen/TODO.md +++ b/docs/anleitungen/TODO.md @@ -18,9 +18,17 @@ - [x] PM2 Process Manager konfiguriert - [x] Caddy Reverse Proxy mit SSL - [x] Multi-Tenant Plugin aktiviert +- [x] Git & GitHub Repository Setup (05.12.2025) + - [x] GitHub CLI Installation + - [x] Repository erstellt: https://github.com/c2s-admin/cms.c2sgmbh.git + - [x] GitHub Authentifizierung konfiguriert + - [x] .gitignore für sensible Dateien + - [x] Git Remote (HTTPS) konfiguriert ### Basis-Collections - [x] Users Collection + - [x] isSuperAdmin Feld hinzugefügt (05.12.2025) + - [x] Migration erstellt: 20251202_081830_add_is_super_admin_to_users - [x] Media Collection - [x] Tenants Collection - [x] Pages Collection @@ -159,10 +167,14 @@ - CDN-Integration (Cloudflare) - Invalidierung bei Updates -- [ ] **Backup-System** - - Automatische Datenbank-Backups - - Media-Backup zu S3/MinIO - - Disaster Recovery Plan +- [~] **Backup-System** + - [x] Manuelle Datenbank-Backups (pg_dump) + - [x] SQL-Dateien in .gitignore + - [x] Backup via Git (temporär für Migration) + - [ ] Automatische Datenbank-Backups (Cron) + - [ ] Media-Backup zu S3/MinIO + - [ ] Disaster Recovery Plan + - [ ] Backup-Rotation (30 Tage Retention) - [ ] **Monitoring & Logging** - Sentry Error Tracking @@ -215,6 +227,7 @@ - [x] BILDOPTIMIERUNG.md (Sharp & Image Sizes) - [x] SEO_ERWEITERUNG.md (SEO Features) - [x] ANALYTICS_IMPLEMENTATION_GUIDE.md (Umami & Google Ads) +- [x] Techstack_Dokumentation_12_2025.md (Infrastruktur & Deployment) - [ ] DEPLOYMENT.md (Deployment-Prozess) - [ ] FRONTEND_INTEGRATION.md (Next.js Guide) - [ ] SECURITY.md (Sicherheitsrichtlinien) @@ -268,4 +281,4 @@ --- -*Letzte Aktualisierung: 30.11.2025 (Suche + Mehrsprachigkeit implementiert)* +*Letzte Aktualisierung: 05.12.2025 (Git & GitHub Setup, isSuperAdmin Feld, Techstack-Dokumentation)*