Project

General

Profile

Task #15899

Updated by Peter Mačuga 6 months ago

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 






Back