Skip to content
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

Lesson Viewer: Update module progress #219

Closed
1 task
jfdoming opened this issue Jul 31, 2022 · 0 comments
Closed
1 task

Lesson Viewer: Update module progress #219

jfdoming opened this issue Jul 31, 2022 · 0 comments
Assignees
Labels

Comments

@jfdoming
Copy link
Contributor

Summary

We want to update the lessons within the sidebar based on whether a user has completed them.

Goals

  • When a user clicks "Continue," we want to update the backend to reflect that they've completed a lesson.

Designs

N/A

Implementation

There's already a callback for the "Continue" button (onLessonCompleted in ModuleViewer.tsx); you'll just need to replace the TODO with a mutation call to the backend, and make sure that everything works as you'd expect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants