Challenges are ordered by several attributes:
- Featured Sequence number
- Challenge Status
- Number of participants
On the landing page, the top 5 ordered challenges are displayed.
This is the highest sort field, and is an integer. The higher the number, the higher the sort priority (ie: highest number is first in the list).
The secondary sort field is status, ordered as:
- Running
- Starting soon
- Completed
- Draft
The final sort field is participant count, which is stored on the challenges table.