OpenSlides/openslides/motions
FinnStutzenstein 9f12763f8b Split AgendaItem and ListOfSpeakers
Server:
- ListOfSpeakers (LOS) is now a speprate model, containing of an id,
speakers, closed and a content_object.
- Moved all speaker related views from ItemViewSet to the new
ListOfSpeakersViewSet.
- Make Mixins for content objects of items and lists of speakers.
- Migrations: Move the lists of speakers from items to the LOS model.

Client:
- Removed the speaker repo and moved functionality to the new
ListOfSpeakersRepositoryService.
- Splitted base classes for agenda item content objects to items and
LOS.
- CurrentAgendaItemService -> CurrentListOfSpeakersSerivce
- Cleaned up the list of speakers component.
2019-05-24 08:21:59 +02:00
..
migrations Rename the manage restriction field 2019-05-14 16:02:59 +02:00
__init__.py Run black 2019-01-08 21:51:52 +01:00
access_permissions.py Rename the manage restriction field 2019-05-14 16:02:59 +02:00
apps.py Split AgendaItem and ListOfSpeakers 2019-05-24 08:21:59 +02:00
config_variables.py Rework sort and filter 2019-05-17 13:03:48 +02:00
exceptions.py Run black 2019-01-08 21:51:52 +01:00
models.py Split AgendaItem and ListOfSpeakers 2019-05-24 08:21:59 +02:00
projector.py Fixed getting states of amendments (closes #4677) 2019-05-15 15:21:11 +02:00
serializers.py Split AgendaItem and ListOfSpeakers 2019-05-24 08:21:59 +02:00
signals.py Changed default workflows. 2019-05-15 15:18:43 +02:00
views.py Split AgendaItem and ListOfSpeakers 2019-05-24 08:21:59 +02:00