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
Add the possibility to filter events by projects; visually, the should be a list of projects (either in a dropdown or as a checklist) and by clicking (or enabling/disabling) events should instantly show or hide.
Tasks:
Define a way to associate events to projects; this can be done by defining string matching between project names and the event title during the event fetching/parsing (googleapi2events.js)
Populate the project field in events.json
Render out the list of projects (create a set from the list of all project fields in events.json) as a checklist or drop-down, somewhere in the event grid page
Filter events in FullCalendar based on the project event field (this code can be partially reused)
Add the project field in the event details popup
cc @jgavronsky , as she suggested this enhancement
Add the possibility to filter events by projects; visually, the should be a list of projects (either in a dropdown or as a checklist) and by clicking (or enabling/disabling) events should instantly show or hide.
Tasks:
googleapi2events.js)projectfield inevents.jsonprojectfields inevents.json) as a checklist or drop-down, somewhere in the event grid pageprojectevent field (this code can be partially reused)projectfield in the event details popupcc @jgavronsky , as she suggested this enhancement