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
{{ message }}
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.
As for current implementation to redirect the user to participate tab if he has not participated in the challenge, it checks for all the possible urls related to a particular tab of a challenge(in this case view all submissions tab) and then redirect to participate tab related to it. Please look at the link to see the current implementation in the code.
Current behaviour
As for current implementation to redirect the user to
participate tab
if he has not participated in the challenge, it checks for all the possible urls related to a particular tab of a challenge(in this case view all submissions tab) and then redirect toparticipate tab
related to it. Please look at the link to see the current implementation in the code.EvalAI-ngx/src/app/components/challenge/challengeviewallsubmissions/challengeviewallsubmissions.component.ts
Line 159 in c7bc6de
EvalAI-ngx/src/app/components/challenge/challengeleaderboard/challengeleaderboard.component.ts
Line 223 in aa9b70c
Expected behaviour
A better implementation can be it should check the current url and if user has not participated then it should directly redirect to
participate tab
The text was updated successfully, but these errors were encountered: