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.
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.