When we display the dashboard of a user we want to also display their current Cohort Progress. So we will need to create a CohortProgress component to go within the dashboard component.
It's also a good idea to create some mock data to utilise within this component. Having the mock data set up in the same format as the wiki ensures that the real live data we send through later will be even more seamless to integrate.
Think about whether this is likely to be functional or class based.
You may also need to ensure that this component has a client-side route set up too.
When we display the dashboard of a user we want to also display their current Cohort Progress. So we will need to create a CohortProgress component to go within the dashboard component.
It's also a good idea to create some mock data to utilise within this component. Having the mock data set up in the same format as the wiki ensures that the real live data we send through later will be even more seamless to integrate.
Think about whether this is likely to be functional or class based.
You may also need to ensure that this component has a client-side route set up too.
Tasks:
You won't need to do any design just yet, just the basics to get this showing.