Challenge Overview
Challenge Objectives
-
Multiple enhancements to be carried out to the submission api
Project Background
-
Submission API consists of 4 resources - submission, review, review types and review summations.
-
This is Topcoder’s internal API
Technology Stack
-
Nodejs (version 8)
-
ElasticSearch
-
Kafka
-
Dynamodb
Code Access
-
You can find the code here. Kindly use the “contest-1” branch as your base branch
Individual Requirements
We will share a document in the contest forum that details all the enhancements in scope for this contest.
Deployment Guide and Validation Document
-
Kindly update the README file with any additional points as relevant for this contest.
Important Notes
-
Ensure there are no lint errors in your code
-
Follow existing conventions used in the app.
-
Note that we don’t use async await but instead use yield generators. You need to follow the same approach