artefactual-sdps / enduro

A tool to support ingest and automation in digital preservation workflows
https://enduro.readthedocs.io/
Apache License 2.0
4 stars 3 forks source link

Enhancement: Package browse page table columns should be sortable #990

Open fiver-watson opened 4 months ago

fiver-watson commented 4 months ago

Is your feature request related to a problem? Please describe.

It can be difficult to find specific packages in Enduro when there are many pages of results. We have recently added a pager (so it is now possible to see more than just the last 20 results), but this doesn't always solve discovery issues. There is currently no search box, or any other filters to make discovery easier. Adding sortable columns would go a long way to addressing the lack of features in other areas.

Describe the solution you'd like

Being able to quickly sort results by Location, by start date, by package name, or by status would be very helpful in quickly finding specific content, and for reporting purposes. For example, being able to see all packages in a specific location, or all packages with a similar naming convention used.

Ideally, column sorting options would support both ascending and descending sort - click again to reverse the sort order.

Describe alternatives you've considered