Actions
Task #15899
openTask service - list EP changes
Start date:
10/17/2024
Due date:
% Done:
90%
Estimated time:
custom category:
Backend
Pull Request:
Co-assignee:
Description
make new way to categorize tasks:
- remove tags from filter - its too cumbersome to maintain list - its hard switch between AND OR operators
- add task category - mission, loyalty, achievement - OR in this list
- add task timescope - daily, weekly, one-time, unlimited - OR in this list
inbetween fields is the AND operator
filters = where category in [catogory list] and timescope in [timescope list] and ... other filters
add these new columns to filter options as well
we can leave the tags field as is, however we will not use it for filters
difficult can also be multiselect
fix the issue where the number of tasks returned does not correspond to the limit/offset fields - can probably be fixes with a join
Actions