Powersort-Competition / PowersortCompetitionWebsite

Repository containing the frontend and backend code for the Powersort competition website.
2 stars 0 forks source link

Allow users to show their name on leaderboard #1

Closed sebawild closed 2 months ago

sebawild commented 2 months ago

Add an option for a user to show submissions with their name in the table

Option 1: They could pick a public nickname to show, that gets stored and shown; if none is set it shows “anonymous”

Option 2: If a nickname and/or an option is hard to do, I think I'd rather show names by default instead of never. People do this voluntarily, and could open a fake-name account if needed. But the leaderboard misses the fun if nobody can brag with being top.

shayandoust commented 2 months ago

For now, going with option #2. Will consider a changeable nickname further down the line.

shayandoust commented 2 months ago

Done, however might consider option #1 if time permits. For now, the other issue! :)