CT-Data-Collaborative / ctdata-wagtail-cms

The Wagtail-based content management system (CMS) for the CTData main website http://ctdata.org
MIT License
2 stars 1 forks source link

Resource and Event Index Pages should be filtered by tag #18

Closed scuerda closed 7 years ago

scuerda commented 7 years ago

When a user arrives at the index pages, presumably they will want to narrow down what they are looking for. Since we are using tagging, the easiest way would be to allow them to select from the defined tags and filter the list down accordingly.

This will require either adding in RoutablePageMixin or overriding the serve method to enable subsetting.

From looking at the wagtail docs on RoutablePageMixin, it looks like it makes more sense to go that route. Especially since it would enable me to define the archive view as well.