Challenge Overview
Attention! This is a fast 72h challenge! All phases are shorter than usual. Make sure you don’t miss any deadline!
Challenge Objectives
-
Remove unused code from the Challenge ES processor.
Tech Stack
-
Node.js
-
Express.js
-
Swagger
-
DynamoDB
-
ElasticSearch
Project Background
In this series of challenges, we will build the version 5 (V5) of the challenge API.
Code Access
Repo: https://github.com/topcoder-platform/challenge-processor-es
Branch: develop
Detailed requirements
Recently, we moved all the functionality to create challenge records into ES to the challenge API itself so this functionality is no longer needed on this processor.
As part of this challenge, you need to remove all code related to creating a challenge record into ES.
You also need to:
-
Update all related documentation
-
Update all related tests
Should you have any questions, feel free to ask on the challenge forum!
What to Submit
Submit a git patch for the latest commit in the develop branch.
Make sure to mention the exact commit you used so we can apply your patch file.