PinewoodPip / Giickos

0 stars 0 forks source link

Fetching tasks per day #14

Closed PinewoodPip closed 1 year ago

PinewoodPip commented 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.

PinewoodPip commented 1 year ago

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.

PinewoodPip commented 1 year ago

Project filter is scrapped, but repeat mode is considered now.