Ramin-RX7 / CafeMenu

Café management website with custom dashboard panel for staff
MIT License
2 stars 4 forks source link

Add `like` and `comment` on Food #183

Open Ramin-RX7 opened 8 months ago

Ramin-RX7 commented 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?