For this pull request I worked on an event showcase and management that users can use to see details on future and past events. The project includes event browsing and online booking. Dazzle and Delight
Issue
For this project I notice that theirs no visual feedback on the categories filter on the events page. They were just a list of checkboxes close to each other. It made it hard to see which was the mouse hovering over. Though their is a checkbox that shows which one were selected, it is still hard to see which ones where selected. So I opted to make a issue where it the mouse should have an hover over effect on the checkbox list and highlight the selected ones, Issue #37.
Pull Request #52
Going into this I didn't now that creating this feature was easier than I thought. I thought I would need to make scripts for creating the hover over effects and highlighting them but it was all just css. Though I do some clean up on their categories sections, changed the ids, name and value of the checkboxes to be more relative to the laves they are attached to. Their was a bug that link one of the checkbox to another label, so I fixed that. I also changed the font colors of the categories list to white, cause it was using grey as a font color which is a bit straining on the eyes.
Top comments (1)
Wow, great work on fixing the visual feedback issue with the categories filter! Making it easier to use is a big improvement. I'm curious to see how the event showcase will look with this update!