Description
Project views can already store a filter, but the default sort for list/table is only kept in the URL / session. It would be useful to save a default sort on the view itself (same idea as saved filters storing sort_by / order_by), editable under project Views settings.
Related discussion: https://community.vikunja.io/t/allow-ordering-by-due-date-in-list-view/3221
Which alternatives did you consider using instead?
Bookmarking URLs with ?sort=, or relying on session persistence after sorting manually.
Description
Project views can already store a filter, but the default sort for list/table is only kept in the URL / session. It would be useful to save a default sort on the view itself (same idea as saved filters storing
sort_by/order_by), editable under project Views settings.Related discussion: https://community.vikunja.io/t/allow-ordering-by-due-date-in-list-view/3221
Which alternatives did you consider using instead?
Bookmarking URLs with
?sort=, or relying on session persistence after sorting manually.