Initial
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user