quiltingcode / happening-react-frontend

A react-based social media platform for sharing events in a small town
https://happening-react.herokuapp.com/
2 stars 1 forks source link

USER STORY: Filter events by category #23

Open quiltingcode opened 1 year ago

quiltingcode commented 1 year ago

As a user I can filter the events list by category so that I can easily see all events relating to one particular category

Acceptance Criteria:

Tasks:

quiltingcode commented 1 year ago

If you select a category, you then can't return the filter back to all without a page refresh... need to think whether there is a solution to this. Reading bootstrap docs, it doesn't seem to be an obvious possibility. For now, I'm disabling the first option so that it doesn't cause a new onChange reaction on click because this causes a create error and the events can not be loaded and the whirly circle doesn't go away.