Allow multiple Speakers for a session #251
Labels
api
backend
django
django-admin
enhancement
New feature or request
frontend
Design, HTML, CSS, JS
help wanted
Extra attention is needed
priority medium
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.
The text was updated successfully, but these errors were encountered: