Current plan: drop both user and session, add Vote model with fields fight_id:integer, email:string, voted_for_1:boolean, token:string (for changing votes). Might need the user and session model back later for admin functionality, but that's for later.
Current plan: drop both user and session, add Vote model with fields
fight_id:integer
,email:string
,voted_for_1:boolean
,token:string
(for changing votes). Might need the user and session model back later for admin functionality, but that's for later.