ObjektPositionenPanel: Fach-Sidebar (Vorlagen-Feature "feste Fächer-Liste") links, damit die Bestückung übersichtlich bleibt und auch Dritte (Vertretung ohne die Kontrollperson) sehen, wo welches Material im Rucksack hingehört. Gruppierungslogik aus KontrollPage in gemeinsames Util (utils/fachGruppierung) ausgelagert, da jetzt zweimal gebraucht. .page-wide: margin:0 statt zentriert (Nutzer-Vorgabe: bei 1200px sonst viel verschenkter Platz links/rechts auf breiten Monitoren). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CVgbozhYmuEhiEJHffRXCV
139 lines
5.0 KiB
Markdown
139 lines
5.0 KiB
Markdown
# frontend – Dev Log
|
||
|
||
## 2026-09-04 17:35 – 17:36 (0m)
|
||
**Beschreibung:** Claude Code Session
|
||
**Projekt:** asb-material
|
||
|
||
### Commits
|
||
Keine Commits in dieser Session.
|
||
|
||
### Geänderte Dateien
|
||
- DEVLOG.md | 147 +++++++++++++++++++++
|
||
- backend/DEVLOG.md | 78 +++++++++++
|
||
- .../versions/0005_add_objektposition_code.py | 32 +++++
|
||
- backend/app/api/v1/endpoints/objekte.py | 58 +++++++-
|
||
- backend/app/models/objektposition.py | 4 +
|
||
- backend/app/schemas/objekt.py | 2 +
|
||
- backend/app/services/objekte.py | 21 +++
|
||
- backend/tests/test_objekte.py | 83 ++++++++++++
|
||
|
||
---
|
||
## 2026-09-04 17:37 – 17:38 (0m)
|
||
**Beschreibung:** Claude Code Session
|
||
**Projekt:** asb-material
|
||
|
||
### Commits
|
||
Keine Commits in dieser Session.
|
||
|
||
### Geänderte Dateien
|
||
- DEVLOG.md | 36 +++++++++++++++++++
|
||
- frontend/DEVLOG.md | 20 +++++++++++
|
||
- frontend/src/pages/admin/ObjektSection.tsx | 58 +++++++++++++++++++++++++++++-
|
||
|
||
---
|
||
## 2026-09-04 18:04 – 18:07 (2m)
|
||
**Beschreibung:** Claude Code Session
|
||
**Projekt:** asb-material
|
||
|
||
### Commits
|
||
Keine Commits in dieser Session.
|
||
|
||
### Geänderte Dateien
|
||
- DEVLOG.md | 13 +++
|
||
- arbeitskarten/12_eskalation.md | 5 ++
|
||
- backend/DEVLOG.md | 13 +++
|
||
- .../alembic/versions/0006_add_eskalation_felder.py | 50 +++++++++++
|
||
- backend/app/api/v1/api.py | 2 +
|
||
- backend/app/api/v1/endpoints/eskalation.py | 47 +++++++++++
|
||
- backend/app/models/__init__.py | 2 +
|
||
- backend/app/models/eskalation.py | 16 ++++
|
||
- backend/app/models/fehlbestand.py | 4 +
|
||
- backend/app/schemas/eskalation.py | 17 ++++
|
||
- backend/app/services/eskalation.py | 98 ++++++++++++++++++++++
|
||
- backend/tests/test_eskalation.py | 73 ++++++++++++++++
|
||
|
||
---
|
||
## 2026-09-04 19:54 – 19:54 (0m)
|
||
**Beschreibung:** Claude Code Session
|
||
**Projekt:** asb-material
|
||
|
||
### Commits
|
||
Keine Commits in dieser Session.
|
||
|
||
### Geänderte Dateien
|
||
- DEVLOG.md | 57 ++++++++++++++++
|
||
- backend/DEVLOG.md | 11 ++++
|
||
- backend/app/api/v1/api.py | 2 +
|
||
- backend/app/api/v1/endpoints/historie.py | 63 ++++++++++++++++++
|
||
- backend/app/schemas/historie.py | 18 +++++
|
||
- backend/tests/test_historie.py | 37 +++++++++++
|
||
- frontend/src/api/types.ts | 13 ++++
|
||
- frontend/src/pages/AdminPage.tsx | 5 +-
|
||
- frontend/src/pages/admin/HistorieSection.tsx | 98 ++++++++++++++++++++++++++++
|
||
- frontend/src/styles/global.css | 19 ++++++
|
||
|
||
---
|
||
## 2026-09-04 19:55 – 19:55 (0m)
|
||
**Beschreibung:** Claude Code Session
|
||
**Projekt:** frontend
|
||
|
||
### Commits
|
||
Keine Commits in dieser Session.
|
||
|
||
### Geänderte Dateien
|
||
- DEVLOG.md | 57 ++++++++++++++++
|
||
- backend/DEVLOG.md | 11 ++++
|
||
- backend/app/api/v1/api.py | 2 +
|
||
- backend/app/api/v1/endpoints/historie.py | 63 ++++++++++++++++++
|
||
- backend/app/schemas/historie.py | 18 +++++
|
||
- backend/tests/test_historie.py | 37 +++++++++++
|
||
- frontend/src/api/types.ts | 13 ++++
|
||
- frontend/src/pages/AdminPage.tsx | 5 +-
|
||
- frontend/src/pages/admin/HistorieSection.tsx | 98 ++++++++++++++++++++++++++++
|
||
- frontend/src/styles/global.css | 19 ++++++
|
||
|
||
---
|
||
## 2026-09-04 22:30 – 22:30 (0m)
|
||
**Beschreibung:** Claude Code Session
|
||
**Projekt:** asb-material
|
||
|
||
### Commits
|
||
Keine Commits in dieser Session.
|
||
|
||
### Geänderte Dateien
|
||
- DEVLOG.md | 24 ++++++++++++++++++++
|
||
- backend/app/api/v1/endpoints/benutzer.py | 6 ++++-
|
||
- backend/tests/test_benutzer_admin.py | 37 ++++++++++++++++++++++++++++++
|
||
- frontend/src/App.tsx | 7 ++++--
|
||
- frontend/src/auth/AuthContext.tsx | 15 ++++++++++++
|
||
- frontend/src/components/AppShell.tsx | 6 ++---
|
||
- frontend/src/pages/AdminPage.tsx | 94 ++++++++++++++++++++++++++++++++++++++++++++++++----------------------------
|
||
- frontend/src/pages/admin/ObjektSection.tsx | 42 ++++++++++++++++++++++++++--------
|
||
|
||
---
|
||
## 2026-09-04 22:33 – 22:34 (1m)
|
||
**Beschreibung:** Claude Code Session
|
||
**Projekt:** asb-material
|
||
|
||
### Commits
|
||
Keine Commits in dieser Session.
|
||
|
||
### Geänderte Dateien
|
||
- DEVLOG.md | 36 ++++++++++++++++++++++++++++++++++++
|
||
- frontend/src/pages/AdminPage.tsx | 4 ++--
|
||
- frontend/src/styles/global.css | 7 +++++++
|
||
|
||
---
|
||
## 2026-09-04 22:48 – 22:50 (1m)
|
||
**Beschreibung:** Claude Code Session
|
||
**Projekt:** asb-material
|
||
|
||
### Commits
|
||
Keine Commits in dieser Session.
|
||
|
||
### Geänderte Dateien
|
||
- DEVLOG.md | 13 ++++
|
||
- frontend/src/pages/admin/ObjektPositionenPanel.tsx | 221 ++++++++++++++++++++++++++++++++++++++++++++++++-------------------
|
||
|
||
---
|