TheNAF / naflm

NAFLM - NAF League Manager
Other
35 stars 34 forks source link

Support small loss/victory points model #327

Open dgoetz opened 3 years ago

dgoetz commented 3 years ago

Our league uses the points model of: 4 points for victory 2 points for draw 1 point for small loss (which is 1 Touchdown difference) 0 for loss

When looking into NAFLM we found it does not support this model and only found a recommended workaround of (ab)using sportsmanship for this. This did not look promising for us at it seems error-prune and we do not want to change the model. But as it was a recommendation I think other leagues were or are also looking for this option and for tournaments in our region it is also a very common model.

I also found that others also differentiate victories in the same way. So it would be perhaps a good way of configuration to allow selecting small victory and small loss for having a different point value than victory and loss separately and a value for the margin which defaults to 1.

Thanks for any feedback on this!