This commit is contained in:
Marek
2026-04-19 19:22:36 +02:00
parent 18fc50c75b
commit 65157da61d
58 changed files with 222 additions and 7 deletions

7
doc/custom-apps/specs.md Normal file
View File

@@ -0,0 +1,7 @@
- manifest.yaml (name, version, depends_on, conflicts_with, required: false, provides)
- __init__.py (router: APIRouter, optional on_load() for event handlers / DI registration)
- models.py (optional, with own SQLAlchemy Base subclass)
- projector.py (optional, redis read-store sync via event handlers)
- migrations/ (optional, alembic version files discovered by core migrations orchestrator)
- i18n/ (optional, DE/EN strings)
- frontend components under frontend/shop and/or frontend/admin (optional)