Explorar el Código

Updating Docs

Medowar hace 1 semana
padre
commit
9e5b4cd84b
Se han modificado 2 ficheros con 10 adiciones y 10 borrados
  1. 10 1
      docs/ai_overview.md
  2. 0 9
      todo.md

+ 10 - 1
docs/ai_overview.md

@@ -18,16 +18,25 @@ Digitaler Mitgliedsantrag für Feuerwehrverein mit Flatfile-Speicherung und Admi
   - `api/save-draft.php`
   - `api/submit.php`
   - `api/reset.php`
+  - `api/upload-preview.php`
+  - `api/delete-upload.php`
 - Admin:
   - `admin/login.php`
+  - `admin/auth.php`
   - `admin/index.php`
   - `admin/application.php`
   - `admin/download.php`
   - `admin/download-zip.php`
+  - `admin/export-pdf.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/fileuploadstore.php`
+  - `src/storage/filesystem.php`
   - `src/form/validator.php`
   - `src/security/csrf.php`
   - `src/security/ratelimiter.php`

+ 0 - 9
todo.md

@@ -1,14 +1,5 @@
 Offene Themen:
 
-- Mail
-Mail Antrag an Antragsteller
-
-Mail Vorstand/Verwaltung:
-- Anhänge
-- Formatierung der Daten verbessern
-
-Mail Zustellung mehrere Empfänger
-
 Admin Interface
 Überarbeiten