update plan

This commit is contained in:
Marek Lenczewski
2026-04-12 16:00:26 +02:00
parent 3fd7bb661c
commit 168f6ba6b7
3 changed files with 54 additions and 94 deletions

View File

@@ -113,17 +113,3 @@ Implementierungs-Schritte als Feature-Module - WIE es gebaut wird
- Repeat schema: tasks for period (max 14 days), scheduler fills daily
- Update: remove non-past tasks + regenerate
- Delete: remove non-past tasks + schema
# Category module
## Backend
- Category - Category entity
- id, name, color
- Task - Task entity
- category
-
- CategoryController - Category routes
- index, show, create, update, delete
- TaskSchemaManager - TaskSchema CRUD
- TaskSchemaRepository - TaskSchema queries