kahikatea-2019 / MOA

MOA: My Own Assessment
0 stars 1 forks source link

Update the ProgressBar to visualise the data #64

Open chrislaupama opened 5 years ago

chrislaupama commented 5 years ago

We will now need to visualise a students progress through the cohort.

I think we should use the react-bootstrap library and utilise the ProgressBar module which you can find here: https://react-bootstrap.github.io/components/progress/#progress-stacked

I've already installed bootstrap and react-bootstrap into the dev branch so you shouldn't need to set it up.

You will need to think about what sort of data the ProgressStacked requires within the ProgressBar module and how you are going to shape the data that you're receiving as props (currently mocked as state) to make it display the progress visually. ( maybe utilise the status_id and write some logic to make a talley of each )