Is your feature request related to a problem? Please describe.
Need to load activities from modules dynamically since everything is static right now.
Describe the solution you'd like
For all the modules in the module page, grab all of their activities and as the user scrolls down, the activities should be dynamically loaded. Each of the loaded activities should look like the Figma design below.
Figma Design

Reference: Student View -> Module Page
Component Details
- Adjust the component in
src/components/Explore/FeaturedDisplay.js to make the activity have the option to have a header or without the header. This is to display the activities under the FeaturedActivity to have headers
- Adjust the logic in
src/components/Explore/FeaturedDisplay.js to display many activities with infinite scrolling
- Test infinite scrolling with an array of JSON objects that contain the data needed to display an activity
Is your feature request related to a problem? Please describe.
Need to load activities from modules dynamically since everything is static right now.
Describe the solution you'd like
For all the modules in the module page, grab all of their activities and as the user scrolls down, the activities should be dynamically loaded. Each of the loaded activities should look like the Figma design below.
Figma Design

Reference: Student View -> Module Page
Component Details
src/components/Explore/FeaturedDisplay.jsto make the activity have the option to have a header or without the header. This is to display the activities under the FeaturedActivity to have headerssrc/components/Explore/FeaturedDisplay.jsto display many activities with infinite scrolling