SophieMcGee / donegalexplorers

0 stars 0 forks source link

User Story: Rate events #19

Open SophieMcGee opened 6 days ago

SophieMcGee commented 6 days ago

As a user, I can rate events so that I can share my feedback with other users.

SophieMcGee commented 6 days ago

Progress: Users can rate events, and ratings are displayed on the event detail page.

Issues: Ensure users can only rate once and prevent multiple submissions.

Next Steps: Add validation to prevent duplicate ratings by the same user and notify users after successful ratings.

SophieMcGee commented 6 days ago

Progress: Added the total_ratings method to the Event model to count the total number of ratings for each event.