-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
logic-heavyusing lots of hooks, accessing Redux store, or APIusing lots of hooks, accessing Redux store, or APIvisual-heavypure jsx, css, propspure jsx, css, props
Milestone
Description
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.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 headers - Adjust the logic in
src/components/Explore/FeaturedDisplay.jsto display many activities with infinite scrolling - Test infinite scrolling with an array of JSON objects that contain the data needed to display an activity
Metadata
Metadata
Assignees
Labels
logic-heavyusing lots of hooks, accessing Redux store, or APIusing lots of hooks, accessing Redux store, or APIvisual-heavypure jsx, css, propspure jsx, css, props