kahikatea-2019 / MOA

MOA: My Own Assessment
0 stars 1 forks source link

Implement props received from parent in ProgressModule component #50

Open emilyparkes opened 5 years ago

emilyparkes commented 5 years ago

This component will need the data of the assessment status from the its parent component (Dashboard).

This means through props this component will receive the data to use for the progress modules. This component can be a functional component.

You may need to also create a ProgressModuleList component to nest the ProgressModule component. This will make things cleaner as we will be able to map through the ProgressModule component for each module.

Tasks: