SophieMcGee / donegalexplorers

0 stars 0 forks source link

Browse Events #2

Open SophieMcGee opened 1 month ago

SophieMcGee commented 1 month ago

As a local resident, I can browse a list of upcoming events in Donegal so that I can discover new activities and plan my weekends.

SophieMcGee commented 3 weeks ago

Create event detail model and template page.

SophieMcGee commented 3 weeks ago

Created a class-based view EventList that lists events, orders them by their creation date, and paginates the results.

SophieMcGee commented 2 weeks ago
SophieMcGee commented 1 week ago

Issues: None so far, event pagination and filtering options need further testing.

Next Steps:

Implement sorting options (e.g., by date, location) to make browsing easier. Conduct cross-browser testing to ensure consistent layout and behaviour.

SophieMcGee commented 1 week ago

Feature: Event Search and Sorting

Implemented Features:

  1. Search Bar:

    • Users can now search for events by title or description.
    • The search bar appears at the top of the Browse Events page.
  2. Sorting Options:

    • Added a dropdown to sort events by Date, Location, or Title.
    • Sorting helps users browse events more efficiently based on their preferences.

How it Works:

Files Updated:

Future Enhancements: