You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
We need a way to be able to publicly distribute a scoreboard without allowing members to guess what other pages/scoreboards are in the app. The problem with how it is now is the user can back out to another page, or the index page, and see other scoreboards or winners podium pages. This was solved by adding a login, but then you can't share/socialize the scoreboard.
I don't know if it'd be: https://<baseurl>/<track>/<uuid>
or https://<baseurl>/<uuid>
Use case is, we should be able to:
Send Scoreboards to Screens in TCO
Pull up Scoreboards unauthorized in Topcoder
Share them on Social Media
The text was updated successfully, but these errors were encountered:
We need a way to be able to publicly distribute a scoreboard without allowing members to guess what other pages/scoreboards are in the app. The problem with how it is now is the user can back out to another page, or the index page, and see other scoreboards or winners podium pages. This was solved by adding a login, but then you can't share/socialize the scoreboard.
I don't know if it'd be:
https://<baseurl>/<track>/<uuid>
or
https://<baseurl>/<uuid>
Use case is, we should be able to:
The text was updated successfully, but these errors were encountered: