Show newest application cycle first in edit club view #721
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Context
Currently, the Manage Clubs > Applications Page view defaults to the first application cycle created for each club (see below). This is not ideal because when club leaders wish to see their applications page, it is almost always in order to view the most recent application, and creates a slower user flow because we first load all of the applications from the oldest application cycle.
Changes
This PR reverses the order of applications shown on the Applications Page tab and sets the default application to be the most recent cycle.