You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Currently, there is no ability for user to sort or filter challenges that are TCO eligible.
Expected behavior
After the fix, we will have a new TCO Eligible Challenges switch, similar to Recommended Challenges in the FiltersPanel component. Note that the TCO Eligible Challenges switch displays in different states (All challenges, Past Challenges, Open for registration)
Uh oh!
There was an error while loading. Please reload this page.
REF. https://topcoder.atlassian.net/browse/PROD-2283
Describe the bug
Currently, there is no ability for user to sort or filter challenges that are TCO eligible.
Expected behavior
After the fix, we will have a new
TCO Eligible Challenges
switch, similar toRecommended Challenges
in the FiltersPanel component. Note that theTCO Eligible Challenges
switch displays in different states (All challenges
,Past Challenges
,Open for registration
)community-app/src/shared/components/challenge-listing/Filters/FiltersPanel/index.jsx
Line 630 in 8f9f085
Tooltip
NOTE The tooltip is in scope as well.
The tool tip text
Learn more about TCO
should link to https://www.topcoder.com/community/member-programs/topcoder-openAPI
We recently added a
tco=true
flag that can be applied to the challenge API query, like:https://api.topcoder-dev.com/v5/challenges?tco=true
if
tco=true
is set, then the API will only return challenges that are part of a TCO (past and current TCOs)Screenshots / design
Desktop
All desktop browsers are in scope
Smartphone
All mobile browsers are in scope
The text was updated successfully, but these errors were encountered: