11 lines
384 B
Python
11 lines
384 B
Python
|
|
"""Routes-Package fuer 3d.lehrstun.de.
|
||
|
|
|
||
|
|
Blueprint-Struktur nach V8-Entscheidung (siehe docs/decisions.md#E-020).
|
||
|
|
|
||
|
|
Module:
|
||
|
|
- oeffentlich: Startseite, Lektionen, Software, Projekt-Katalog, Drucker, Troubleshooting
|
||
|
|
- profil: Login, Cockpit, eigene Projekte/Auftraege/Slots
|
||
|
|
- admin: Dashboard, Profile-Verwaltung, Review-Queue, Inline-Edit
|
||
|
|
- api: JSON-Endpunkte fuer Frontend-Polling
|
||
|
|
"""
|