-
Notifications
You must be signed in to change notification settings - Fork 5
Roadmap
prasanna1211 edited this page Jan 26, 2018
·
2 revisions
As per the problem statement there will be 2 major functionalities.
- An user can answer for each question.
- 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)
Project Management
Contributing
- How to Contribute
- Coding Guidelines
- Git Commit Guidelines
- How to raise an issue?
- How to create a good pull request?
- How to update your work against an issue?
Documentation