chore: Projekt-Initialisierung — Plan, Aufgaben, README
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
# BSN-Livesystem
|
||||
|
||||
Community-Plattform für Brettspiel-News.de — das Live-System auf dem neuen Server.
|
||||
|
||||
## Struktur
|
||||
|
||||
```
|
||||
src/
|
||||
├── app.py # Flask-App-Factory
|
||||
├── routes/ # Webhook-Endpunkte
|
||||
├── models/ # Pydantic-Datenmodelle
|
||||
├── queue/ # Redis-Queue-System
|
||||
└── utils/ # Validatoren
|
||||
tests/ # pytest-Tests
|
||||
docs/ # Pläne & Aufgaben
|
||||
```
|
||||
|
||||
## Qualität
|
||||
|
||||
- Python 3.13+, Pydantic v2, Flask
|
||||
- Ruff + mypy + pytest (CI-Gate)
|
||||
- Jeder Push → Gitea Actions-Check
|
||||
Reference in New Issue
Block a user