taskbook
taskbook copied to clipboard
[Feat] Filter by priority
Resolves #134
I have added _filterPriority
function to filter list by priority.
Unfortunately, I have handled equal case right now. I try to implement regex on switch case to catch priority pattern, don't want to duplicate too many cases, but doesn't work.
Does it have any way to handle many cases of priority? If you have any feedback or suggestion, please comment on this PR.