timotheeg / nestrischamps

A web-based OCR and restreamer system for NES Classic Tetris players
MIT License
45 stars 11 forks source link

Add player profile cards #97

Closed timotheeg closed 2 years ago

timotheeg commented 3 years ago

Context

In competition settings, before a match starts, a game host might want to show information (data sheets) about the players in profile card overlays.

Rather than making all game host come up with a solution themselves, nestrischamps can track more data per player and offer a system to show the profile cards.

Opening PR to be able to see changeset in one place.

Approach

  1. Add support to DB for more data per player (play style, country, city, dob, interests)
  2. Allow players to set one manual PB per start_level (in case the player PB was not captured by nestrischamps)
  3. Update settings page to add ability for players to add the PBs
  4. Add profile card to competition layouts
  5. Add controls in admin window

image

image

image

image