Improve default sorting on Single Environment Page
Release notes
Currently, the Environments page sorts the list of deployments by the most recent commit SHA change. To make it easier to view deployments over time, we have changed the default sorting order of this list to be by deployment itself rather than the most recent commit. You can now see the most recent deployment at the top of the page and the rest of your deployments in descending order by deployment date.
Problem to solve
Previously titled: Add Sorting Capabilities to Environments Page
Currently our single environment page sorts the list of deployments by most recent Commit SHA change.
This is problematic when deployments are rolled back (see screenshot below highlighting how the most recent deployment is at the bottom of the long list of 'deployments'.
Intended users
User experience goal
As a user who is rolling back a deployment from many releases ago, I would like to go to an environment page and see the most recent deployment on top rather than the most recent commit.
Proposal
Change the default sorting in the table to the field "Deployed", with the latest deployments at the top
Old Proposal
Permit the sorting of objects by the fields that are offered on a given environment's environments page.