Implement Reviews
Select an item from the above list, one can write a review like the following:
A dropdown menu to choose “excellent/good/fair/poor”, and then a description such as “This is a cool phone.”.
Make sure that a user can give at most 5 reviews a day and cannot give a review to his own items.
Checklist:
- Review form with a Dropdown and Description was implemented
- Validation that a user can only post 5 reviews a day was implemented
- Validation that a user cannot review their own item was implemented