generated from uclaacm/teach-la-ts-react-starter
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🚀 Feature: Connect Lesson Selector to progress #54
Labels
Comments
jpaten
changed the title
🚀 Feature: Connect Exercise Tracker to progress
🚀 Feature: Connect Lesson Selector to progress
May 16, 2023
1 task
jpaten
added a commit
that referenced
this issue
Oct 25, 2023
Closed
1 task
jpaten
added a commit
that referenced
this issue
Nov 15, 2023
jpaten
added a commit
that referenced
this issue
Nov 15, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use Case
Allow the user to view their progress through the exercises
Proposed Solution
The bottom left corner of the screen contains a lesson selector, which takes props for the number of levels, the total levels, and the max level reached. This should be updated to match the current level, potentially by passing the value for the currently active exercise to the
LessonSide
component. You may find it helpful to alter the level selection code to be a bit neater, right now it's in a bit of a rushed stateThis is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: