Challenge Overview
Project Background
Topcoder Member Service is the crux of member management, which provides microservices for member profile, profile traits, stats, financial, skills and external accounts.
Technology Stack
-
Java
-
Docker
Code Access
The work is to be done in the Topcoder - Member Service repo (searchMembers branch).
Individual requirements
- Fix the searchMember by handle and technology flow - change is needed in MemberSearchManager.searchMembers and/or MemberSearchManager.searchLeaderboards (this is used for search by handle). Make sure you use ES to get the results.
-
Fix dependent Unit tests, if any
Important Notes
-
You should follow the best practices established in the repository:
-
Do not break existing tests.
-
Do not raise a PR until a winner is declared.
Should you have any doubts, do not hesitate to ask for clarifications in the challenge forum!
Final Submission Guidelines
- Submit a git patch against `searchMembers` repo.
- Make sure to mention the exact commits so we can apply your patch file.
- The winner must create a PR against our repos.