SophieMcGee / donegalexplorers

0 stars 1 forks source link

User Story: Filter events by rating #20

Open SophieMcGee opened 1 month ago

SophieMcGee commented 1 month ago

As a user, I can filter events by rating so that I can easily find high-quality events.

SophieMcGee commented 1 month ago

Progress: Rating functionality is partially implemented, allowing users to rate events.

Issues: The ability to filter events by their average rating is not yet implemented.

Next Steps: Add filtering functionality to the BrowseEventsView to allow users to sort events by rating.

SophieMcGee commented 1 month ago

Progress: Implemented total ratings display under the average rating on the event details page. Issues: None Next Steps: Add more user-friendly visual elements to improve clarity of rating details and filtering functionality.

SophieMcGee commented 1 month ago

Issues:

Next Steps:

  1. Filter Functionality:
    • Implement filtering in the BrowseEventsView to allow users to sort events by their average rating.
    • Ensure the rating filter can be combined with other filters like date and location for a more refined search.