Closed PinewoodPip closed 1 year ago
We need methods in the ProjectManager and DAO classes to fetch tasks based on their day. Bonus points if there is also a project filter.
These are required for #13 mainly.
Fetching all tasks in a day works, but no project filter yet.
Also, this needs to account for the "repeat mode" var in the tasks.
Project filter is scrapped, but repeat mode is considered now.
We need methods in the ProjectManager and DAO classes to fetch tasks based on their day. Bonus points if there is also a project filter.
These are required for #13 mainly.