dmossakowski / skala3ma

App for managing climbing gyms, routes and competitions
https://skala3ma.com/
GNU General Public License v3.0
4 stars 2 forks source link

Feature: Allow admin to validate the climber on D-day #54

Open scorreia opened 7 months ago

scorreia commented 7 months ago

On the day of the competition, the organizer will usually check that each climber is subscribed. It would be useful to have a checkbox for that in the administration panel. The checkbox would indicate whether the climber is present or absent on the day of the competition.

Having this information will help to remove automatically all absent climbers from the results computation.

dmossakowski commented 7 months ago

Before final results, it's possible to review all climbers and remove any that have 0 routes climbed. Not sure about the rules but having a present climber for a gym who did not climb any routes probably shouldn't count for the club anyway.

(There is a possibility that a climber is present initially but then needs to leave before the start.)

scorreia commented 6 months ago

Yes, but the organizer nevertheless needs to welcome each participant and ensure that they are registered. I've seen that they usually use an Excel file for that. Having this feature in Skala3ma will avoid that back and forth between the app and the excel file.