prcutler / nflpool

A Python application created with Pyramid to track and report NFL season pool picks and points for league play
https://www.nflpool.xyz
MIT License
8 stars 3 forks source link

Update submit picks to check for duplicate Wild Card submissions #31

Closed prcutler closed 6 years ago

prcutler commented 7 years ago

It's possible right now that a player could submit the same team twice for the Wildcard choice. Need to re-write the submit picks to do validation that the picks are different.

This will also require that the viewmodel passes the error back and displays to the user when they make the error.

prcutler commented 7 years ago

This should also include validation if the Wild Card choice was already chosen as a division winner. All division winners automatically make the playoffs, so the Wild Card choice != division winner.

prcutler commented 6 years ago

Probably won't add this - now that players can change picks prior to the season starting, Wild Card picks are being captured as pick1 and pick2 per conference - players can review their picks and then change them if they wish.