-
Notifications
You must be signed in to change notification settings - Fork 52
[$50] Fix code quality issues from V4 changes #32
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
Contest https://www.topcoder.com/challenges/30076968 has been created for this ticket. |
Contest https://www.topcoder.com/challenges/30076968 has been updated - it has been assigned to thomaskranitsas. |
Contest https://www.topcoder.com/challenges/30076968 has been updated - the new changes has been updated for this ticket. |
4 similar comments
Contest https://www.topcoder.com/challenges/30076968 has been updated - the new changes has been updated for this ticket. |
Contest https://www.topcoder.com/challenges/30076968 has been updated - the new changes has been updated for this ticket. |
Contest https://www.topcoder.com/challenges/30076968 has been updated - the new changes has been updated for this ticket. |
Contest https://www.topcoder.com/challenges/30076968 has been updated - the new changes has been updated for this ticket. |
@ThomasKranitsas I did testing today and also reviewed the code. Everything looks fine on beta and test env where I deployed the code.
I'll merge PR tomorrow morning and we can do |
Improvement suggestions@ThomasKranitsas I saw some opportunities where we can make some more generic changes.
This might need change on the community app side but it will generic for next versions.
|
@sushilshinde can you elaborate on req. 2? |
Closing this as the fix has been addressed. Will open a new ticket for the 2nd part |
Payment task has been updated: https://software.topcoder.com/review/actions/ViewProjectDetails?pid=30076968 |
This #30 PR introduced code quality issues that should be fixed.
Most of them are in https://github.com/topcoder-platform/topcoder-react-lib/blob/1e4b154636c86c111b964c0258e6a6706735cf1a/src/services/challenges.js but everything should be checked and fixed.
v3
=>v4
in method documentation.getApiResponsePayloadV3()
method with the response from the V4.getApiV3
is defined but never used.The text was updated successfully, but these errors were encountered: