Ingimarsson / pluto-issues

Issues for Pluto
0 stars 0 forks source link

Add feature to Tasks page to filter tasks which arent close to deadline #32

Open gudnimg opened 4 years ago

gudnimg commented 4 years ago

For example maybe I would like to only view tasks that have a deadline less than or equal to 7 days. or 14 days. If the tasks page has a lot of tasks this feature can make this a bit more managable.

Ingimarsson commented 4 years ago

The best fix I can think of is to order tasks by their date and limit how many tasks are loaded, with a "load more tasks" button at the bottom of each column.