Challenge Overview
Challenge Objectives
With the new implementation of the Challenge Listing page, we removed the frontend filter and calling backend with filter params, TCO event is part of sub community filter, but we need to use events param instead groups.Technology Stack
- Node.js
- JavaScript
- React.js
Code Access
The work is to be done in the Community App repo (listing-develop-sync branch).Requirements
When a group has events in challengeFilter, call API with events instead of groupId.Please ref. swagger file: https://github.com/topcoder-platform/challenge-api/blob/4a480a0e7c435a6e3d431fdfa03960bf3ce91455/docs/swagger.yaml#L184-L191
example:
"challengeFilter": {
"events": ["tco21"]
},
Important Notes
- You should follow the best practices established in the repository:
- We use this stand-alone library: https://github.com/topcoder-platform/topcoder-react-lib for any actions/reducers/services of current ReactJS based app.
- As part of this challenge submission, you also might need to improve https://github.com/topcoder-platform/topcoder-react-lib for any actions/reducers/services updates
- Properly use Redux. Properly split code into reusable, self-contained React components, conveniently grouped inside folder structure;
- Do not violate ESLint rules for JS code, nor StyleLint rules for SCSS;
- Properly use babel-plugin-react-css-modules and / or react-css-theme for styling;
- Use SCSS variables and mixins from the global stylesheets (/src/styles/_tc-styles.scss). Especially, when it relates to colors, fonts, etc;
- Do not break existing unit tests.
Should you have any doubts, do not hesitate to ask for clarifications in the challenge forum!
Final Submission Guidelines
Submit a git patch for each repo.Make sure to mention the exact commits so we can apply your patch file.
The winner must create a PR against our repos.