feat(nachbetrachtung): Abgabe-Checkliste, Dokumentation und Nachbetrachtung (WP-0009)
Vollständigkeitsprüfung mit Freigaben-Check, Abgabe dokumentieren mit Nachweis-Upload, Nachbetrachtung mit Kickoff-Aufgabe (gewonnen) und Alpine.js-gesteuerter Verlustanalyse (verloren). 5 Tests grün. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
bca4eb15d8
commit
a1cc317b3b
10 changed files with 583 additions and 12 deletions
|
|
@ -1,3 +1,11 @@
|
|||
from django.urls import path
|
||||
|
||||
urlpatterns = []
|
||||
from . import abgabe_views as views
|
||||
|
||||
app_name = 'abgabe'
|
||||
|
||||
urlpatterns = [
|
||||
path('', views.abgabe_checkliste, name='checkliste'),
|
||||
path('dokumentieren/', views.abgabe_dokumentieren, name='dokumentieren'),
|
||||
path('problem/', views.abgabe_problem, name='problem'),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue