-
Notifications
You must be signed in to change notification settings - Fork 29
Need sortBy param for submissions endpoint #124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
We need to watch out for submissions-api/src/common/helper.js Line 194 in aadc62b
|
Could you elaborate here - which attribute on the submission are you expecting the sorting to happen? |
@sharathkumaranbu Discussed with Sushil. We need to provide a generic sort parameter, one of which is the sorting based on the review summation score for a submission |
Contest launched - http://www.topcoder.com/challenge-details/30098900/?type=develop |
PR Ready: #127 |
PR merged. Closing ticket. |
Endpoint:
/submissions
Need
sortBy
param for this endpoint, initially, it should support sort by rankingsFor more inclusive design it should use :
sortBy=key1:asc,key2:desc,key3:asc
value patternThe text was updated successfully, but these errors were encountered: