-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Feat: add stablecoins quiz [Fixes #13649] #13704
Conversation
✅ Deploy Preview for ethereumorg ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Hey @konopkja, I need some help with the quiz I'm trying to add. I successfully added the Stablecoins quiz to the quizzes page, and it's working perfectly there. However, when I added the quiz to the Stablecoins page using the Could you please suggest what's causing this issue and how I can fix it? |
|
Hey @Shiva-Sai-ssb good job and thanks for helping on this 🚀 So it looks like the only thing missing here is the i18n support for this page. You will need to manually add the stablecoing page to this condition https://github.com/ethereum/ethereum-org-website/blob/dev/src/lib/utils/translations.ts#L209 in order to load the correct translations for it. Clarification: the quizzes page already loads this namespace, that is why it works fine there. |
Thanks a lot for the quick response! I'll go ahead and add the Stablecoins page to the translations condition as suggested. That should hopefully resolve the issue. Appreciate your help! |
Hi @konopkja, @pettinarip, sorry for tagging. I just wanted to let you know that the quiz is now working as expected on both the quizzes page and the stablecoins page. |
perfect, looks great!! thank you so much for implementing this. People can now learn more about stablecoins in a fun way :) |
@wackerow @pettinarip d do we have to do here anything to include event tracking? |
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.
Looking great @Shiva-Sai-ssb! Just left a few comments but then I think we can get this in. Nice job!
Please review this. |
Hi @wackerow, thanks for reviewing. I see you have committed all the suggestions you mentioned. Is it done, or is there anything else I should do? |
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.
Is it done, or is there anything else I should do?
@Shiva-Sai-ssb We're all set! As you noted, I committed a couple small adjustments... Wanted to let this build first but can pull it in now. Let me know if you disagree with any of the changes; can always continue to adjust separately as-needed.
Thanks again for the help with this @Shiva-Sai-ssb! Will be a valuable addition to the page.
@all-contributors please add @Shiva-Sai-ssb for content |
I've put up a pull request to add @Shiva-Sai-ssb! 🎉 |
Description
As specified in the issue, I have added the quiz for stablecoins in this PR.
Related Issue
Closes #13649