-
Notifications
You must be signed in to change notification settings - Fork 42
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
Make leaderboards publicly accessible #69
Comments
Hi, I am new to open source, I have made some react apps, and I would like to contribute to this project, can you guide me on how exactly should I start? |
Hello @V10codes, glad to know about your interest in contributing to this project. Go through the Read Me file of the project and setup your local copy. Follow the contributing guidelineshttps://github.com/OpenLake/Leaderboard-Pro/blob/main/.github/CONTRIBUTING.md. You can start with open issues ( try to go for good first issues) or create your own issue. Reach out to me if you face any difficulty in local setup. |
I would like to solve this issue. Can I get this issue assigned? @krishnan05 |
Done |
Currently, one can view leaderboards only after signup/login. Implement it such that leaderboards can be viewed without login.
Detailed Description
Implement viewing feature without requiring user registration. Be careful with the friend's feature, as this feature is only supported for registered users
Context
Public accessible leaderboards are more convincing for people
Possible Implementation
Try to disable the friends feature for unregistered users and expose the URLs to all.
The text was updated successfully, but these errors were encountered: