-
Notifications
You must be signed in to change notification settings - Fork 69
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
Add exercise card to DOJO exercises page #2325
Add exercise card to DOJO exercises page #2325
Conversation
@bryanjenningz is attempting to deploy a commit to the c0d3-prod Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov Report
@@ Coverage Diff @@
## master #2325 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 180 180
Lines 3148 3172 +24
Branches 838 847 +9
=========================================
+ Hits 3148 3172 +24
|
Other features such as flagging and the filtering dropdown will be addressed in a subsequent PR? |
Yeah, I'm just trying to get the features done in small pull requests so they're easy to review. We can include more stuff in later pull requests. |
Thanks! Fixed in #2326 |
This pull request doesn't change any user-facing pages, it only changes the DOJO exercises pages (e.g. /exercises/js0) which currently doesn't have any links to it.
This pull request adds the exercise card to the DOJO exercises page. It currently uses mock data on the frontend and doesn't store the user's answers. It will be connected to the backend and real data in a subsequent pull request.
How to test:
The newly added "SOLVED EXERCISES" button on the right side of the /exercises/js0 page:
The first exercise:
The solved second exercise:
This pull request is a part of #2253