-
Notifications
You must be signed in to change notification settings - Fork 14
PROD-2549 Add Course State to Course Cards -> dev #210
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
Conversation
…ser id; make function and variable names more explicit; lint fixes; add user's course state to the course cards; refactor progress block to use the same course state the cards use; #time 4h
src-ts/tools/learn/learn-lib/my-certifications-provider/my-certifications.provider.tsx
Outdated
Show resolved
Hide resolved
src-ts/tools/learn/learn-lib/my-certifications-provider/my-certification-progress.provider.tsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks really good to me! Just the 1 question for the userId param.
…for other users #time 1h
@vas3a I added the userId argument back and renamed everything User Certifications rather than My Certifications. I also renamed Certifications to All Certifications to be totally explicit. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! Glad you did that! I'm not that good with choosing the best naming! 🙌
https://topcoder.atlassian.net/browse/PROD-2549
This PR updates the /learn landing page so the progress block on the top right of the page matches the course cards at the bottom of the page.
Also, because this is the first UI work I've done in the Learn tool, I did a small bit of refactor to make some of the variable names, etc more clear to me and to simplify some of the methods.
Oh, and also some formatting mods to make it easier for me to read.