Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create users summary endpoint #35

Open
ThukuWakogi opened this issue Jan 27, 2020 · 0 comments
Open

Create users summary endpoint #35

ThukuWakogi opened this issue Jan 27, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request high priority Urgently needs to be address.

Comments

@ThukuWakogi
Copy link
Owner

ThukuWakogi commented Jan 27, 2020

Create an endpoint through which we one can get a summary on users
Add data to JobGrade as provided in the Competency Evaluation Framework and add jobgrades to several users
using the data generated give a summary of the users indicating the total amount of users plus the number of users per job grade
The endpoint should return a json in the following format

{
	"total_number_of_user": 132,
	"champions": 11,
	"Experts": 22,
	"Practitioners": 35,
	"Beginners": 64
}

The endpoint url should be /api/users/summary/

@ThukuWakogi ThukuWakogi added enhancement New feature or request high priority Urgently needs to be address. labels Jan 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request high priority Urgently needs to be address.
Projects
None yet
Development

No branches or pull requests

2 participants