kikmann / my-sports-challenge-issues

Issues for my-sports-challenge
0 stars 0 forks source link

training entry more checks in cgi #162

Open kikmann opened 1 month ago

kikmann commented 1 month ago

done in js

qqtodo: some sanity checks on the input data

startdate & trainingtype mandatory

# distance, heightmeter, duration must be numbers
# teamtraining can be "", "virtual", "inperson"
# teamdistance, teamheightmeter, teamduration must be numbers
# teamefforts must not be greater than individual efforts
# distance/heightmter/duration are required depending on training type
# trainingtype must be of the allowed types of the challenge
kikmann commented 1 month ago