Open Ramin-RX7 opened 8 months ago
Each customer can like a food and also comment on that food (only one comment allowed but it's editable).
Both of these actions must have their own models.
Although Like can be many-to-many between User and Food, custom middle table is preferred Should we also have dislike button?
Although Like can be many-to-many between User and Food, custom middle table is preferred
Like
User
Food
Should we also have dislike button?
Each customer can like a food and also comment on that food (only one comment allowed but it's editable).
Both of these actions must have their own models.