GrLdev / Rate-My-Student-Home

A website designed to allow students rate their student homes in Cardiff.
3 stars 0 forks source link

Limit reviews for each user to once per unit time #99

Closed theobaur13 closed 1 year ago

theobaur13 commented 1 year ago

Currently, users can submit as many reviews as they want with no limit. We should limit the number of reviews per user to once per (week/month/3 months...) as students typically move house once per year, therefore they do not need the ability to post unlimited reviews. Limiting reviews should also encourage thinking more about the review they give, hopefully leading to a higher quality review. This also helps prevent abuse, such as review bombing, and fabricating the rent price of a property.

image The create page will need to be modified so that if a user enters a matching email they will be prevented from leaving a review. Currently the create page will create a new User each time, even if they already exist in the database.