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
{{ message }}
This repository was archived by the owner on Jan 19, 2024. It is now read-only.
The Speaker aggregate is responsible for managing :
a speaker's personal information, including
** email, address, twitter handle, etc ...
** bio
** travel and accommodation expense covering needs
** dietary restrictions, etc...
A Speaker can be attached to at most one Account but this is not mandatory (eg invited speakers, co-speakers)
A Speaker can be attached to multiple Drafts, Proposals, Talks.
Specific documentation of the Speaker aggregate must be added to the corresponding wiki page
Specify and implement commands/events/projections attached to the
Speakeraggregate.See the wiki for the related events
The
Speakeraggregate is responsible for managing :** email, address, twitter handle, etc ...
** bio
** travel and accommodation expense covering needs
** dietary restrictions, etc...
A
Speakercan be attached to at most oneAccountbut this is not mandatory (eg invited speakers, co-speakers)A
Speakercan be attached to multipleDrafts,Proposals,Talks.Specific documentation of the
Speakeraggregate must be added to the corresponding wiki page