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
Some checks failed
Chore App Build, Test, and Push Docker Images / build-and-push (push) Failing after 1m37s
This commit is contained in:
@@ -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
|
||||
|
||||
- [ ]
|
||||
|
||||
Reference in New Issue
Block a user