added lern and skill improvement cost editing

This commit is contained in:
2026-04-16 22:16:11 +02:00
parent c9a8b5771a
commit c684123ffc
10 changed files with 1783 additions and 221 deletions
+8
View File
@@ -1,3 +1,11 @@
Ich möchte eine oder zwei Seiten zur Einstellung und Verwaltung von Lernkosten für Charakterklassen und Fertigkeitskategorien als auch von lernkosten pro Schwierigkeit und TE pro Schwierigkeit und Stufe erstellen. Beispiele für Originallisten findest Du in Lern_und_Trainingslisten.md
Die nötigen Datenstrukturen im Backend sind vorhanden. Erstelle wenn nötig passende API Endpunkte inclusive der dazu gehörigen Tests.
Erstelle vor allem die views und Componenten für das Frontend.
Plane gründlich prüfe das Ergebnis sogfältig.
Du darfst Subagents starten wenn das notwendig oder sinnvoll ist
# --------------
move the model in this file to the appropiate package.
register everything via the init function
Take care that no circle references are created during this process.