This commit is contained in:
2026-03-20 15:31:03 +01:00
parent 507aa143ef
commit c4a3f9544a
79 changed files with 1902 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
# Implementation Foundation
Das neue Zielprojekt liegt in `saas-app/`, damit der bisherige PHP-Bestand
unangetastet als Referenz bestehen bleibt.
Foundation-Stand:
- Laravel-nahe Ordnerstruktur ohne externe Downloads
- Tenant-Resolution-Skelett ueber Host/Subdomain
- Request-Context-Platzhalter
- Grundrouten fuer Landing, Login und Dashboard
- erste SQL-Migrationsskizzen fuer:
- `tenants`
- `users`
- `tenant_users`
- `roles`
- `tenant_user_roles`
- Blade-Layouts als Platzhalter fuer SSR-Ansatz auf Webspace
Naechste Programmierphase:
1. Identity-/Tenant-Agent auf `saas-app/app` und Auth-/Tenant-Module
2. Ledger-/Core-Agent auf Mitglieder, Striche, Einzahlungen und Dashboard
3. spaeter Operations-Agent fuer Importe, Mail, Umfragen und Exporte
Blocker ausserhalb des Repos:
- `php` lokal nicht installiert
- `composer` lokal nicht installiert
- echtes Laravel-Scaffolding daher noch nicht moeglich
Sobald Tooling vorhanden ist, soll dieses Geruest in ein vollstaendiges
Laravel-Projekt ueberfuehrt werden.