feat: add child actions menu specification for ParentView
Some checks failed
Chore App Build, Test, and Push Docker Images / build-and-push (push) Failing after 1m37s

This commit is contained in:
2026-02-22 16:24:26 -05:00
parent d68272bb57
commit d8822b44be
2 changed files with 71 additions and 0 deletions

View File

@@ -59,6 +59,10 @@
## Backend Implementation
- child_api.py will need it's /child endpoint modified so that in child mode, only the chores (tasks with is_good = true) that are not scheduled, or scheduled for that current day to be returned.
- a new child_api endpoint may need to be created to extend time on a chore that has expired it's time.
- should a new tinyDB database file be used for scheduling since each child has a potential calendar?
## Backend Tests
- [ ]