kahikatea-2019 / MOA

MOA: My Own Assessment
0 stars 1 forks source link

Update the ProgressModule to display the data visually #65

Closed chrislaupama closed 5 years ago

chrislaupama commented 5 years ago

We now need to show the data we have for a students progress for each module in a visual way.

I've found this: https://www.npmjs.com/package/react-circular-progressbar

I've already installed this dependency in the dev branch, so it's ready to roll.

It looks like this library utilises percentages as the value it uses to display the circular progress bar. So you will need to think how you are going to shape the data you are receiving as props to make this work.