update
This commit is contained in:
7
doc/custom-apps/specs.md
Normal file
7
doc/custom-apps/specs.md
Normal 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)
|
||||
Reference in New Issue
Block a user