Manual sorting of tasks within a list
Open
Needs Design
Status: Confirmed
- Dominant language
- Vala
- Stars
- 85
- Forks
- 22
- Avg merge
- 12h 10m
- Merged PRs (30d)
- 3
Description
### Problem
Right now its not possible to modify the sort order of individual tasks in a list.
### Proposal
It should be possible to re-arrange tasks within a list.
### Prior Art (Optional)
Tasks already supports displaying custom sort order within a list using the `X-APPLE-SORT-ORDER` sort property. This custom property is used by Apple Reminders and is also supported by Nextcloud Tasks:
- https://github.com/elementary/tasks/pull/198
There was a PR for Gtk3 which shows whats involved from the EDS point of view:
- https://github.com/elementary/tasks/pull/217
Contributor guide
Assessment
This issue has not been assessed yet.