|
@@ -18,16 +18,25 @@ Digitaler Mitgliedsantrag für Feuerwehrverein mit Flatfile-Speicherung und Admi
|
|
|
- `api/save-draft.php`
|
|
- `api/save-draft.php`
|
|
|
- `api/submit.php`
|
|
- `api/submit.php`
|
|
|
- `api/reset.php`
|
|
- `api/reset.php`
|
|
|
|
|
+ - `api/upload-preview.php`
|
|
|
|
|
+ - `api/delete-upload.php`
|
|
|
- Admin:
|
|
- Admin:
|
|
|
- `admin/login.php`
|
|
- `admin/login.php`
|
|
|
|
|
+ - `admin/auth.php`
|
|
|
- `admin/index.php`
|
|
- `admin/index.php`
|
|
|
- `admin/application.php`
|
|
- `admin/application.php`
|
|
|
- `admin/download.php`
|
|
- `admin/download.php`
|
|
|
- `admin/download-zip.php`
|
|
- `admin/download-zip.php`
|
|
|
|
|
+ - `admin/export-pdf.php`
|
|
|
- `admin/delete.php`
|
|
- `admin/delete.php`
|
|
|
-- Kernlogik:
|
|
|
|
|
|
|
+ - `admin/test-mail.php`
|
|
|
|
|
+ - `admin/cleanup.php`
|
|
|
|
|
+- Kernlogik (`src/`-Ordner strukturiert nach Domains):
|
|
|
|
|
+ - `src/autoload.php` (Basis Autoloader)
|
|
|
|
|
+ - `src/app/bootstrap.php` (App-Initialisierung und Konfiguration)
|
|
|
- `src/storage/jsonstore.php`
|
|
- `src/storage/jsonstore.php`
|
|
|
- `src/storage/fileuploadstore.php`
|
|
- `src/storage/fileuploadstore.php`
|
|
|
|
|
+ - `src/storage/filesystem.php`
|
|
|
- `src/form/validator.php`
|
|
- `src/form/validator.php`
|
|
|
- `src/security/csrf.php`
|
|
- `src/security/csrf.php`
|
|
|
- `src/security/ratelimiter.php`
|
|
- `src/security/ratelimiter.php`
|