-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
good first issueGood for newcomersGood for newcomersstagingissue is currently being tested in new-ui branchissue is currently being tested in new-ui branchvisual-heavypure jsx, css, propspure jsx, css, props
Description
Create a module summary component that will be on the Explore and Module pages.
- For now, don't worry about its function, though it will be connected to an API eventually.
- use
AvatarGroupfor the avatars. It's located undersrc/components/shared/high. Regarding the number of contributors, it can be made static for now but in the future, when the component is connected to our API, theAvatarGroupmay need a little modification to account for the number of contributors. Since we don't have the API data right now, you can bypass that, but it's on the roadmap. See an example usage forAvatarGroupundersrc/components/Student/Dashboard/Journey/Floating.js.

The component is under the Explore and Module pages under Student View on the Figma.
For now, place this component under src/components/shared/high
This component can be directly created in the World component. This component can be accessed through src/components/World/World.js. As shown in App.js, this component/view can be accessed by typing in the url: /world/:id where :id is equal to any number
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomersstagingissue is currently being tested in new-ui branchissue is currently being tested in new-ui branchvisual-heavypure jsx, css, propspure jsx, css, props