-
Notifications
You must be signed in to change notification settings - Fork 212
[$25] Ongoing challenge bucket also includes open for registration challenges #4975
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
Currently the
Please advise if we have another filter to exclude the 'Open For Registration |
Just to clarify, we do not want |
Contest https://www.topcoder.com/challenges/30143199 has been created for this ticket. |
@topcoder-platform/topcodercompetitors @topcoder-platform/tcxcommunity this is open for pickup Submit in 8 hours and PR to https://github.com/topcoder-platform/community-app/tree/feature-refactor-challengelist run |
Contest https://www.topcoder.com/challenges/30143199 has been updated - it has been assigned to cagdas001. |
@luizrrodrigues We were handling the bucket filtering at frontend before, but I now see these filtering codes are commented out with this commit: dc52de0 What is your purpose by this? You're intending to handle filtering with a pure backend solution? (i.e. with query parameters) |
Yes, this whole revamp is to improve the performance of the challenge listings page (filters, buckets, tags, search, etc) on this page using backend solution. |
Yes, filters will be done in backend side, so ever when apply a filter will call the api to get results. |
I got your point, but this call (#4975 (comment)) itself cannot purely handle the filtering for ongoing challenges. Because some challenges may have both I can add a small filter at frontend in addition to this call, to filter out such challenges. But in this case we cannot maintain the default |
While this filter should work in theory, but V5 Challenge API has some issues with these date fields ( For e.g. the challenge I have shown in the above comment will be affected from this issue. The real registration end date is |
@cagdas001 Checking... |
@cagdas001 Please use this filter: #4975 (comment) and any other available filter here: https://github.com/topcoder-platform/challenge-api/blob/6c897144a90e56ea6148fd5f415dacfd0aeadf76/docs/swagger.yaml if needed. If we have issue with API, I'll request help from API team. Thanks. |
Okay, it now calls If you notice any defect (missing/wrong challenge etc), first check if this endpoint returning challenges correctly |
The commit (c0c7eeb) is pushed directly to upstream ( |
Contest https://www.topcoder.com/challenges/30143199 has been updated - luizrrodrigues has been unassigned. |
We are hiding this bucket. |
This ticket was not processed for payment. If you would like to process it for payment, please reopen it, add the |
reopening for payment processing |
Payment task has been updated: https://software.topcoder.com/review/actions/ViewProjectDetails?pid=30143199 |
Ongoing challenge bucket also includes open for registration challenges

The text was updated successfully, but these errors were encountered: