chore(registrar): assign State Hub identifiers
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s

Assistant: claude-code
Assistant-Model: opus
Assistant-Process: 2583210@bnt-lap001
Assistant-Session: f2bff2d5-e9b2-4338-92ca-10282a927006
This commit is contained in:
repo-manager 2026-08-26 20:23:02 +02:00
parent d9f6637ef5
commit d9d48c7d1d
9 changed files with 57 additions and 5 deletions

View file

@ -31,6 +31,7 @@ title: Template-Verzeichnisstruktur und base.html Shell-Layout
status: done
Erstelle Verzeichnisstruktur:
state_hub_task_id: "507c5470-ec08-50d9-8da0-ee2e29f5119c"
```
vergabe_teilnahme/templates/
├── base.html
@ -471,6 +472,7 @@ title: Einfache Startseite mit Redirect und Smoke-Test
status: done
Erstelle `core/views.py` mit einer einfachen Redirect-View auf das Dashboard:
state_hub_task_id: "22a722b7-0ce2-5649-baae-9d7c43785329"
```python
from django.shortcuts import redirect
def home(request):