-
Notifications
You must be signed in to change notification settings - Fork 0
Create manually binned histogram component #164
Copy link
Copy link
Open
Labels
javascriptPull requests that update javascript codePull requests that update javascript codemaintenanceChanges pertaining the maintenance, code quality, CI/CD, developer quality of life, etc.Changes pertaining the maintenance, code quality, CI/CD, developer quality of life, etc.tool-trackPertains to the Assignment Snapshots tool/web app (src/snapshots-app)Pertains to the Assignment Snapshots tool/web app (src/snapshots-app)
Metadata
Metadata
Assignees
Labels
javascriptPull requests that update javascript codePull requests that update javascript codemaintenanceChanges pertaining the maintenance, code quality, CI/CD, developer quality of life, etc.Changes pertaining the maintenance, code quality, CI/CD, developer quality of life, etc.tool-trackPertains to the Assignment Snapshots tool/web app (src/snapshots-app)Pertains to the Assignment Snapshots tool/web app (src/snapshots-app)
Currently in the Summary tab we have constants
SCORE_HISTOGRAM_OPTIONSandPROBLEMS_SOLVED_HISTOGRAM_OPTIONSto manually bin those 2 histograms. However there's a lot of repeated logic/configuration, so turn this into a React component instead that parameterizes the manual binning.