//
pkg.gl
Category
github.com/Projeto-USPY/uspy-backend
server
views
restricted
package
1.6.1
Repository:
https://github.com/projeto-uspy/uspy-backend.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
1
Files
43 SLOC
#
Functions
GetGrades
GetGrades takes the grades models and returns its response view object by creating buckets of frequency For example a collection of grades {7.0, 7.5, 10.0, 10.0} will become {0.0: 0, ..., 7.0: 1, ..., 7.5: 1, ..., 10.0: 2}.