mwin1201 / fpl-draft-2022

FPL Draft website to track league team performance stats
2 stars 1 forks source link

Explore Bets and Wallets #107

Open mwin1201 opened 1 year ago

mwin1201 commented 1 year ago

Database Table setup: Bets

  1. ID
  2. fixture ID
  3. team_h
  4. team_h_prediction
  5. team_a
  6. team_a_prediction
  7. amount
  8. owner_id

Wallet

  1. ID
  2. owner_id
  3. total
mwin1201 commented 1 year ago

need to decide where to place the betting options:

I would like a modal to appear (on the dashboard page) with each match for the week for the owner to select their picks

mwin1201 commented 1 year ago
mwin1201 commented 1 year ago
mwin1201 commented 1 year ago

this is mostly complete. last couple things to add are:

mwin1201 commented 1 year ago

the calculations are not working 100% accurately for my bets