c-o-l-i-n / joshies

🚀 (Work in Progress) Supercharge dynamic, multi-day competitions with realtime brackets, betting, analytics, and more
1 stars 0 forks source link

Add `real_name` field to `user` table #29

Closed c-o-l-i-n closed 2 days ago

c-o-l-i-n commented 1 week ago

Add a new field to the user table called real_name. This is the real name of the user. It cannot be changed in the UI.

The GM can set any user's display_name if they are being naughty. But if 2 players maliciously set the same display_name and avatar, there's no way for the GM (or other players) to distinguish who is who. The real_name solves this by having a static string the GM can reference.

The real_name field would only show in the Edit Player Profiles page and Edit Player Permissions page.