NikifFleser / FlaskWebTest

A Flask Test
MIT License
0 stars 0 forks source link

Bet Evaluation/Scoring #7

Closed NikifFleser closed 3 months ago

NikifFleser commented 3 months ago

Either live or after a game is done, we need to evaluate the bets and award points to the users. Maybe we update the db-schema to save points or calculate them each time.

pengilton commented 3 months ago

This feature has been added. I updated the db-schema as required. A function handles the score evaluation for each bet.