Challenge Overview
Challenge Objectives
-
Fix a list of issues from our Github repo.
Tech stack
-
React.js
-
Redux
Project Background
We’re in the process of creating a new app to help challenge members to view their submissions and their associated review results in order to improve the overall user experience in our platform.
Code Access
Frontend:
Repo: https://github.com/topcoder-platform/submission-review-ui
Branch: develop
Backend: https://github.com/topcoder-platform/submission-review-api
Repo: develop
You may have to make changes in both repos in order to fix all issues.
Detailed requirements
As part of this challenge, you need to fix the following issues:
-
https://github.com/topcoder-platform/submission-review-ui/issues/9
-
https://github.com/topcoder-platform/submission-review-ui/issues/7
-
https://github.com/topcoder-platform/submission-review-ui/issues/3
-
https://github.com/topcoder-platform/submission-review-ui/issues/2
-
https://github.com/topcoder-platform/submission-review-ui/issues/1
Important notes
-
Follow the best practices for React.js applications.
-
Properly use Redux.
-
Properly use PropTypes.
-
Follow the https://standardjs.com/ for code formatting.
-
Do not comment on the Github tickets. Use the challenge forum for any communication.
What to Submit
Submit a git patch for the latest commit in the develop branch for each repo and provide instruction on how to apply your patch. Make sure to mention the exact commit to help reviewers apply your patch file.
After the completion of the challenge, the winner must create a pull request on each of our repos.