You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the /teams/contributors/[contributorId] we need to display the contributorScore intervals as a timeseries chart as part of the data that we display of a user that is part of a team.
This data already exists on the database, and lives under UserScore.score_interval as an array of numbers.
We simply need to parse this data, and construct the graph.
The text was updated successfully, but these errors were encountered:
On the /teams/contributors/[contributorId] we need to display the contributorScore intervals as a timeseries chart as part of the data that we display of a user that is part of a team.
This data already exists on the database, and lives under UserScore.score_interval as an array of numbers.
We simply need to parse this data, and construct the graph.
The text was updated successfully, but these errors were encountered: