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
To support multiple groups for a user event, also the concept of ``sub-group'' of a user event.
The main reason for this is to address the complexity that comes with splitting related data across services, which in this case is unnecessary. Essentially, the Groups BB should be viewed as a dependency of the Events BB so the Events BB will be responsible for managing all events data/features without the need for the Groups BB to be aware of events at all.
Description
To support multiple groups for a user event, also the concept of ``sub-group'' of a user event.
The main reason for this is to address the complexity that comes with splitting related data across services, which in this case is unnecessary. Essentially, the Groups BB should be viewed as a dependency of the Events BB so the Events BB will be responsible for managing all events data/features without the need for the Groups BB to be aware of events at all.
Acceptance Criteria
Multiple groups supported by POST, PUT, PATCH, and DELETE endpoints.
The text was updated successfully, but these errors were encountered: