andyxhadji / CUDiningView2

CUDiningView - Displays menu information from Columbia's dining halls and more
1 stars 0 forks source link

Favorite foods #3

Open pcase13 opened 11 years ago

pcase13 commented 11 years ago

Everything that needs to be done with favorite foods that isn't facebook notifications.

andyxhadji commented 11 years ago

I will do most of this stuff, it's important to stay organized, so I think we should have one table for the users and their information (any info we ask for when they sign up) and then we can have another table with foreign keys pointing to each user with all the foods. Table User and Table UserFood.

pcase13 commented 11 years ago

Sounds good, just have UserFood have a userid column that points to the userid in the user table prolly?

andyxhadji commented 11 years ago

exactly! and doing it the symfony way makes sure that everything is super secure.