-
Notifications
You must be signed in to change notification settings - Fork 92
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 profile badge #80
Comments
It appears that your proposed idea has potential, but it may require additional requests to retrieve the badge image on the server-side, as SVG images on GitHub readme can only include embedded images, as external images are blocked by the Content Security Policy. As an alternative solution, it may be beneficial to consider implementing a new extension to keep the focus of the "main part" on contest-unrelated information. Would you like to proceed with implementing this extension? Additionally, it is worth noting that there is already an existing "contest" extension that displays the competition badge on an extended card. It would be helpful to understand why it is not being utilized by users. Thanks! |
One thing is that I am not talking about only the contest badge. There are some badges(like 100 days, 50 days batch, monthly badge) which are given based on user activity and if a user has multiple badges then he can choose anyone as currently active. I don't know if there is any way to get that currently active badge status from the Leetcode API. Also, I am not so familiar with how these things work. So if anyone is interested in working on this issue then it will be great. thanks |
Based on a number of problems solved or contest rating Leetcode provides various badges like
Knight
,Guardian
,100 Days
etc. Offer the option to show the current badge in the profile. This badge can be added right after the username like thisThe text was updated successfully, but these errors were encountered: