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 Feb 10, 2026. It is now read-only.
Is your feature request related to a problem? Please describe.
The current data model does only allow a single PublishedSpeaker/Speaker for each Talk instance. There are talks/sessions that are performed by multiple speakers and we should allow this in the data model.
Describe the solution you'd like
Allow adding additional speakers for a talk. The new speaker should have its own speaker data and should be able to edit the data by him/herself.
Additional context
Data model, export scripts, frontend and test data and tests have to be adapted.
Is your feature request related to a problem? Please describe.
The current data model does only allow a single PublishedSpeaker/Speaker for each Talk instance. There are talks/sessions that are performed by multiple speakers and we should allow this in the data model.
Describe the solution you'd like
Allow adding additional speakers for a talk. The new speaker should have its own speaker data and should be able to edit the data by him/herself.
Additional context
Data model, export scripts, frontend and test data and tests have to be adapted.