melliott18 / jakes-hockey-pool

Source code for Jake's Hockey Pool.
0 stars 0 forks source link

Need to ensure non-playoff teams have a non-5 status #2

Open jcockroft64 opened 4 years ago

jcockroft64 commented 4 years ago

I think we agreed to the following: 0 - team not qualified for playoffs 1 - team eliminated during first round 2 - team eliminated from second round 3 - team eliminated in Conference Finals 4 - team lost in SC Finals 5 - team qualified for Playoffs

How about this?

constant.py CON_NOQUAL = 0 CON_1_RO_ELIM = 1 CON_2_RO_ELIM = 2 CON_3_RO_ELIM = 3 CON_4_RO_ELIM = 4 CON_PO_QUAL = 5

jcockroft64 commented 4 years ago

i've created this in my local repo