-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
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
projectfield inevents.json - Render out the list of projects (create a set from the list of all
projectfields inevents.json) as a checklist or drop-down, somewhere in the event grid page - Filter events in FullCalendar based on the
projectevent field (this code can be partially reused) - Add the
projectfield in the event details popup
cc @jgavronsky , as she suggested this enhancement
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed