Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

when sorting by "priority", I would like to be able to group them and see group headers (Priority1, Priority2) #74

Closed
rui-nar opened this issue Dec 9, 2020 · 1 comment
Labels
✨ feature New feature or request

Comments

@rui-nar
Copy link

rui-nar commented Dec 9, 2020

Is your feature request related to a problem? Please describe.
When I sort by priority, I would like to be able to group by priority as well and see the project name as metadata. This would also apply to grouping by label.

Describe the solution you'd like
See the tasks grouped by priority with Priority Group headers. Ideally, with an "alias" options, I would like to be able to rename "Priority 1" to "urgent".

Describe alternatives you've considered
There are no alternatives

Something like
{
"name": "My Tasks",
"filter": "p1|p2|p3|No priority",
"group": "priority", //or "label" or "project"
"sorting": ["date"],
"alias": {"p1": "Urgent", "p2": "Next"}
}

@rui-nar rui-nar added the ✨ feature New feature or request label Dec 9, 2020
@jamiebrynes7 jamiebrynes7 added this to the Release v1.8 milestone Mar 22, 2021
@jamiebrynes7 jamiebrynes7 modified the milestones: Release v1.8, Release v2.0 Aug 7, 2021
@jamiebrynes7 jamiebrynes7 removed this from the Release v2.0 milestone Feb 9, 2024
@jamiebrynes7
Copy link
Owner

Hey @rui-nar, you can now do this as of the latest release like so:

filter: "today | overdue"
groupBy: priority

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants