You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users should be able to hide specific events from the calendar based on their categories within an event group. The feature should allow fine-grained control over visibility settings for events, improving the user experience when managing large event sets.
Suggested solution
Event Group Category Filtering
When a user clicks on Sources in the calendar view, a list of event groups should be displayed.
Each event group will have a settings icon ⚙️. Clicking it will open a popup.
The popup will display a list of all unique CATEGORIES (sorted alphabetically) for that event group.
Each category will have a hide/unhide (eye icon) button to toggle its visibility.
A search bar should be included to filter categories in the list.
At the top of the list, an Invert All toggle button should be available.
When enabled, it should swap all hidden categories to visible and vice versa.
This inversion should be stored as a separate variable.
The toggle button can be represented by an exclamation mark icon (!), with an active state changing its background color.
When rendering the calendar, hidden CATEGORIES should be retrieved from settings and events matching those categories should be excluded.
Describe the feature
Users should be able to hide specific events from the calendar based on their categories within an event group. The feature should allow fine-grained control over visibility settings for events, improving the user experience when managing large event sets.
Suggested solution
Event Group Category Filtering
Example Data Structure:
User Modifications Overview
Quick Hide via Event Details
Skipping Events with Hidden Categories
Additional context
No response
The text was updated successfully, but these errors were encountered: