-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Now that the point tracker bar has been created, connect it to the backend for the progress of the bar to represent the actual number of points a user has.
To do so, look at the logic done to display the number of points a user has, as the logic will be extremely similar:
(hint: find where this is done in the codebase!)
After you've fetched the number of points, look to adjust the width of the progress bar dynamically based on the number of points given
- will also need to consider it's relation to the maxPoints parameter passed into the point tracker bar
Metadata
Metadata
Assignees
Labels
No labels