-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Is your feature request related to a problem? Please describe.
The PageHeader now needs to connect to the backend so we can start working with dynamic data.
Describe the solution you'd like
Call the backend to get data for ModuleProgress.
Component Details
- Need to call
/modules/<int:module_id>/progressto get the module data like title. This is call should be called insrc/components/Explore/Explore.jsso then the appropriate data can be passed as props to the header component. - For now display the first ModuleProgress that the Student has.
- You can see how API calls are made in one of the files in
src/services. API call should be made insrc/services/ExploreService.js
Metadata
Metadata
Assignees
Labels
BackendNeeds to Talk to BackendNeeds to Talk to Backend
