## Review and Rating System ### Description Implement a review and rating system for restaurants and orders. ### Tasks - [x] #50 - Reviews - [ ] Implement API endpoints for: - Review submission - Review moderation - [ ] Add spam prevention? - [ ] Add reporting system ### Technical Notes - Implement review verification - Use PostgreSQL full-text search for review content ### Resources - PostgreSQL Full Text Search: https://www.postgresql.org/docs/current/textsearch.html
Review and Rating System
Description
Implement a review and rating system for restaurants and orders.
Tasks
Technical Notes
Resources