-
Notifications
You must be signed in to change notification settings - Fork 212
[$50]Challenge Listings: Challenges not loading for subcommunities #4393
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
@ThomasKranitsas can we have an ETA for this please? |
Currently, we're passing multiple group IDs as The V5 does not support that. It only accepts a How should we handle this? |
@ThomasKranitsas starting a discussion on slack |
@ThomasKranitsas we're going to have to add a GET body like ES does for filtering on GroupIds, because they'll blow the query limit too quickly. Can you add this and update the swagger? |
This is implemented on dev, however it's an AND search. If you curl --location --request GET 'https://api.topcoder-dev.com/v5/challenges' \
--header 'Authorization: Bearer TOKENREMOVED' \
--header 'Content-Type: application/json' \
--data-raw '{ "groups": ["72a0b8a0-aa45-44f7-86c2-bf9de6321e5b", "304b042f-19f1-4d06-9788-104572eca795"] }' It will only return challenges in both of those group ids. So please implement with the expectation that it will retrieve challenge in either group A or group B in the near future. Also, please note that is a GET with a body, not a query string. We did that so we can filter on multiple UUIDs and not blow out the query string limits. |
@sushilshinde
|
@ThomasKranitsas I have added new label. Once we have API fix, share PR. |
The API has been fixed topcoder-platform/challenge-api@4c93b66 Now need to do the changes from #4393 (comment) |
@ThomasKranitsas please confirm you're making the changes |
@sushilshinde @rootelement I'm trying to fix this one but it's not working as expected. Feel free to get another developer to look into this if you want and if he can fix it first, he can get paid but I'll still be looking into this |
Contest https://www.topcoder.com/challenges/30127673 has been created for this ticket. |
Contest https://www.topcoder.com/challenges/30127673 has been updated - it has been assigned to luizrrodrigues. |
Contest https://www.topcoder.com/challenges/30127673 has been updated - it has been assigned to luizrrodrigues. |
WIP PR: topcoder-platform/topcoder-react-lib#194
TODO: Need a API solution here, because we can't pass body in GET request: #4393 (comment) |
UPDATE:
.
|
☝️ Was fixed. |
@sushilshinde PRs:
|
Thanks @luizrrodrigues will review and merge |
Payment task has been updated: https://software.topcoder.com/review/actions/ViewProjectDetails?pid=30127673 |
Challenge Listings: Challenges not loading for sub communities


User: TonyJ/appirio123
Example
https://test-community-app.topcoder-dev.com/__community__/blockchain/challenges?communityId=blockchain
The text was updated successfully, but these errors were encountered: