Skip to content

Roadmap

prasanna1211 edited this page Jan 26, 2018 · 2 revisions

Gamification Platform Roadmap

V 1.0

As per the problem statement there will be 2 major functionalities.

  1. An user can answer for each question.
  2. An user can look at statistics for any single user or the whole team.

Set of tasks:

  • Creating Authentication

    • Registering an user.
    • Adding conditions for user scope. (User / Admin / Super Admin)
    • Email Verification
    • Login
    • Authentication Token / Session
  • Questions & Categories

    • CRUD Questions with Category & Answer type ( Yes or No / Number / Text )
    • GraphQL endpoints for the same.
  • Answer Logging

    • CRUD answer logging (GraphQL)
    • Expose endpoint for Statistics fetching (GraphQL) (Last task is extensive. Need to refine it to a level where given a set of [users / date range ] it should be easy to fetch the data, the statistics should accumulate)

Clone this wiki locally