Karte 14 Schritt 2 (Admin-Teil) + Frontend für Anhänger-Kopplung
Backend: geraet_instanz-CRUD (Liste/Anlegen/Status ändern inkl. optionalem Fehlbestand pro Gerät/Löschen), pruefintervall_monate in Objektposition- Schemas verdrahtet (Prüfdatum -> naechste_pruefung wird automatisch berechnet, Monatsrechnung ohne neue Dependency). Frontend: GeraeteInstanzenListe ersetzt das Einzel-SN-Feld im Admin-Portal (ObjektPositionenPanel) durch eine Instanz-Liste mit Status/Prüfdatum/ Bemerkung je Exemplar - löst das Karte-14-Kernproblem (mehrere Geräte pro Position). ObjektSection: Anhänger-Kopplung bei Anlage und nachträglich änderbar. Kontroll-Erfassung (PositionCard/KontrollPage) bleibt unverändert - die komplett neue Erfassungs-UI für geraet_sn (Umsetzungsschritt 4, Karte 14) ist bewusst nicht Teil dieses Commits. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CVgbozhYmuEhiEJHffRXCV
This commit is contained in:
@@ -3191,3 +3191,37 @@ Keine Commits in dieser Session.
|
||||
- .../pages/admin/KontrollverantwortungSection.tsx | 185 +++++++++++++++++++++
|
||||
|
||||
---
|
||||
## 2026-09-04 20:47 – 20:48 (1m)
|
||||
**Beschreibung:** Claude Code Session
|
||||
**Projekt:** backend
|
||||
|
||||
### Commits
|
||||
- eff9fe4 Fahrzeug/Anhänger-Kopplung (objekt.gezogen_von_objekt_id)
|
||||
|
||||
### Geänderte Dateien
|
||||
- backend/DEVLOG.md | 36 ++++++++
|
||||
- backend/alembic/versions/0009_gezogen_von.py | 42 +++++++++
|
||||
- backend/app/api/v1/endpoints/objekte.py | 38 ++++++++
|
||||
- backend/app/models/objekt.py | 6 ++
|
||||
- backend/app/schemas/objekt.py | 6 ++
|
||||
- backend/app/services/objekte.py | 6 +-
|
||||
- backend/tests/test_objekte.py | 131 +++++++++++++++++++++++++++
|
||||
|
||||
---
|
||||
## 2026-09-04 20:48 – 20:49 (0m)
|
||||
**Beschreibung:** Claude Code Session
|
||||
**Projekt:** asb-material
|
||||
|
||||
### Commits
|
||||
Keine Commits in dieser Session.
|
||||
|
||||
### Geänderte Dateien
|
||||
- backend/DEVLOG.md | 36 ++++++++
|
||||
- backend/alembic/versions/0009_gezogen_von.py | 42 +++++++++
|
||||
- backend/app/api/v1/endpoints/objekte.py | 38 ++++++++
|
||||
- backend/app/models/objekt.py | 6 ++
|
||||
- backend/app/schemas/objekt.py | 6 ++
|
||||
- backend/app/services/objekte.py | 6 +-
|
||||
- backend/tests/test_objekte.py | 131 +++++++++++++++++++++++++++
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user