-
Notifications
You must be signed in to change notification settings - Fork 12
[$45] Able to submit even without registering #102
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
Challenge https://www.topcoder.com/challenges/6a184130-5370-4cea-98ed-96829b22c969 has been created for this ticket. |
@bug-bash-helper assign |
@fikzzzy ✅ you are now assigned to this issue and have 12 hours to complete it. As soon as you are done, please, make a comment like below, including the link to the pull request:
|
1 similar comment
@fikzzzy ✅ you are now assigned to this issue and have 12 hours to complete it. As soon as you are done, please, make a comment like below, including the link to the pull request:
|
@bug-bash-helper unassign |
@fikzzzy ✅ you have been unassigned from this issue. Now you may pick up another issue which is open for pickup if you like to. |
1 similar comment
@fikzzzy ✅ you have been unassigned from this issue. Now you may pick up another issue which is open for pickup if you like to. |
@bug-bash-helper assign |
@ben-mathu ✅ you are now assigned to this issue and have 12 hours to complete it. As soon as you are done, please, make a comment like below, including the link to the pull request:
|
@ben-mathu ✅ you are now assigned to this issue and have 12 hours to complete it. As soon as you are done, please, make a comment like below, including the link to the pull request:
|
@bug-bash-helper assign |
@dprincecoder 🛑 this issue is not open for pick up. You may only pickup issues which are included in this Bug Bash and open for pick up. |
1 similar comment
@dprincecoder 🛑 this issue is not open for pick up. You may only pickup issues which are included in this Bug Bash and open for pick up. |
I cannot login using localhost:8080 |
@bug-bash-helper pull request is ready for review |
@flaming-cl ✅ this issue is marked as Now you may pick up another issue which is open for pickup if you like to. |
https://api.topcoder-dev.com/v5/resources?challengeId={challengeId} I think you should relay on this API endpoint, which can get the resources of a challenge directly to see if the member has unregistered the challenge, so we avoid to reload challenge detail and other API data which we don't need. |
Hi, thanks so much for your feedback. |
@flaming-cl ✅ this issue is marked as Now you may pick up another issue which is open for pickup if you like to. |
Hmmm I don't think the new PR is correct. You called the getChallenge this time right ? I believe it's a different endpoint with the resource API. So we should only need to call resource API to verify whether a member has registered a challenge or not. |
@LieutenantRoger Sorry that I mistakenly thought "resources?challengeId={challengeId}" is for fetching the challenge resource. The API will just retrieve the registrants data. Thanks for explaining. |
@bug-bash-helper pr is ready for review |
@flaming-cl ✅ this issue is marked as Now you may pick up another issue which is open for pickup if you like to. |
Fixed 🆗 bandicam.2021-11-28.13-06-39-142.mp4 |
Verified in Prod 🆗 bandicam.2021-11-29.17-40-40-451.mp4 |
Summary:
Able to upload Submission for a challenge even without registering
Steps to Reproduce:
Actual Result:
User is able to make submission even without registering
Expected Result:
User should not be let to make the submission since user is unregistered from the Challenge
Environment Details:
Devices(s):
PC
Operating System:
Windows 10
Browser and Version:
Chrome: 94.0.4606.81
The text was updated successfully, but these errors were encountered: