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

Display Extra Info #23

Closed
JeremyTsaii opened this issue Dec 2, 2020 · 3 comments
Closed

Display Extra Info #23

JeremyTsaii opened this issue Dec 2, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@JeremyTsaii
Copy link
Contributor

There is room for more statistics displayed to the user. An easy one to implement is Easy/Med/Hard distribution in the LeetHub popup/welcome and GitHub Repo README. Perhaps in the future, some more complex ones can be added in such as problem type/data structures distribution (ex. Greedy, Hash Map).

@QasimWani QasimWani added the enhancement New feature or request label Dec 2, 2020
@JeremyTsaii
Copy link
Contributor Author

Since there are so many types of problems/data structures, we could probably do top 3 most practiced for each for the user.
For example:
Top 3 DS: Array, Hash Table, String
Top 3 Algs: Greedy, Dynamic Programming, Sliding Window

Perhaps we could even add the number solved count next to the DS/Alg.

@QasimWani
Copy link
Owner

Hmm seems interesting.
What about having a leaderboard of other LeetHub users? There's around 300 users right now, and maybe showcasing their github profiles on welcome.html might be an incentive to show their dev portfolio among hundreds of other leetcoders?
Maybe something like a weekly chrome notification of #1 leethub user for all users?

@JeremyTsaii
Copy link
Contributor Author

Ooh that is a very cool idea. We would need to store these stats in a database somewhere. A whole other layer of complexity, but definitely large growth for the extension.

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

No branches or pull requests

2 participants