leostratus / lunchbattle

White Day Hackathon Project Repo
1 stars 1 forks source link

Rework user and session model to work with the proposed linking method #7

Open chancancode opened 12 years ago

chancancode commented 12 years ago

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.