ANadig / YellowFruit

QB Stats App
14 stars 7 forks source link

Support entering final score without individual statistics #25

Open cvoight opened 3 years ago

cvoight commented 3 years ago

It is often useful to enter the final score of games without individual statistics at the end of the prelims, so W-L record and PPG can be calculated without resorting to another program. Currently, YellowFruit does not let you proceed if a team's PPB is over 30, which requires you to fill out individual statistics. It would be nice if there were some way to achieve this without circumventing error checks.

SQBS's solution is to pop-up consecutive error dialogs for all detected errors, which is quite annoying.