Open
Description
Currently we added matrix_id as a field to the table in our branch.
This is far from ideal, we want to get rid of any custom changes in our branch.
Needs upstream work:
pretalx/pretalx#1833
could be used to capture the matrix_id of speakers.
We would need an extra field for devroom managers (who are not necessarily speakers).
As a less nice temporary solution, we could keep the fields in our branch, but move the model already to the plugin. This has the advantage over the current situation that we avoid a migration in our fork.