Skip to content

User Stories for sprint 3

pratima verma edited this page Feb 19, 2019 · 4 revisions

User story 1

Search Service

This story will be done by Ishu.


Description: User will be able to search for any type of question.

User story 2

Score and badge service also including dockerization of frontend.

This story will be done by Pratima.


Description: This service will take data(userName,QuestionId,QuestionTitle,result,no of testcases passed,solution,tag,questionLevel) from submission service and show score of questions attempted by an user and badges earned by that user.

User story 3

Isolated docker environment

This story will be done by Uma Mahesh.


Description: This will dockerize the code execution engine's backend as it will check if multiple user trying to submit same question at the same time.

User story 4

Backlogs and Voting Service also with fronted dockerization

This story will be done by Rohit.


Description: Voting service to take care of votes for the posted questions by the particular user.

User story 5

JS Complete

This story will be done by Ujjawala.


Description: This service handle of JS complete enabling in the editor, so the compiler will be able to compile on voice.

User story 6

Recommendation Service

This story will be done by Keshav and Siddharth.


Description: This service will take care that users should be able to get recommendations on the basis of their interests, most attempted questions and user level.

User story 7

Submission service also Kafka

This story will be done by Kishlay.


Description: This service will handle the submissions of the questions on the website and the kafka communication of the services.

User story 8

Code Execution from the GIT

This story will be done by Namita.


Description: This service will handle the fetching boilerplate from the git for a particular question and enabling test case checking for that submission and forwarding that result to submission service.