UEWBot / dipvis

Django-based visualiser for tournaments for the boardgame Diplomacy
GNU General Public License v3.0
7 stars 4 forks source link

Add a "paid" flag to TournamentPlayer #301

Open UEWBot opened 3 months ago

UEWBot commented 3 months ago

This would be useful for TDs to track payment of registration fees.

Need to be able to set (or clear) it in tournament/templates/tournament_players//index_form.html and display it in tournament/templates/tournament_players/detail.html (asterisk by name?).

Ideally, it might be more complex (perhaps with optional costs for t-shirts, meals, etc), but this is a good start.

UEWBot commented 1 month ago

Might make sense to have a float field amount_paid instead