Description
New Feature / Enhancement Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
Current Limitation
The jobs list (Jobs -> All Jobs) is showing in apparently random order. It would make finding jobs easier to have it show them in either alphabetical order, or order they are defined in the jobs.js file. [The latter behaviour is what I see on the Back4App version of the Dashboard - not sure if they have customised it or run an old version]
Feature / Enhancement Description
Either sort by default the jobs into a known order, or let a click on the 'Name' column header sort them into alphabetical order.
Example Use Case
I have a large number of jobs in my cloud code base - finding one to run while developing is harder than it should be due to a seemingly random order.
Alternatives / Workarounds
3rd Party References
Back4App version of parse dashboard lists the jobs in order of definition from the source file, not as good as alphabetical but better than random.