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
As an administrator it's sometime complicated to manage the list of events since there is a LOT of events.
It could be nice to add Tag on Event to group them the way we want and even filter them by Tag
Expected behavior
Administrators can create Tag
Administrators can remove Tag
Administrators can update Tag
Administrators can link Tag to Event
Administrators can filter Event by Tag
Administrators can list Tag (to know which one they can use to filter with)
Current behavior
There is not way to group Event for the moment, it's a new feature
Potential solution
It could be nice to use a writable nested serialzation into EventSerializer to easily update the Tag without having to do multiple calls:
As an administrator it's sometime complicated to manage the list of events since there is a LOT of events.
It could be nice to add
Tag
onEvent
to group them the way we want and even filter them byTag
Expected behavior
Tag
Tag
Tag
Tag
toEvent
Tag
Tag
(to know which one they can use to filter with)Current behavior
There is not way to group Event for the moment, it's a new feature
Potential solution
It could be nice to use a writable nested serialzation into
EventSerializer
to easily update theTag
without having to do multiple calls:It could be nice also to have the number of event using each tag when listing the
Tag
, so Front-End people can do a nice display with a good UX ;)The text was updated successfully, but these errors were encountered: