OpenSlides/openslides
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
..
agenda Split AgendaItem and ListOfSpeakers 2019-05-24 08:21:59 +02:00
assignments Split AgendaItem and ListOfSpeakers 2019-05-24 08:21:59 +02:00
core Split AgendaItem and ListOfSpeakers 2019-05-24 08:21:59 +02:00
mediafiles Split AgendaItem and ListOfSpeakers 2019-05-24 08:21:59 +02:00
motions Split AgendaItem and ListOfSpeakers 2019-05-24 08:21:59 +02:00
poll use f-string syntax for strings 2019-01-18 17:37:36 +01:00
topics Split AgendaItem and ListOfSpeakers 2019-05-24 08:21:59 +02:00
users Split AgendaItem and ListOfSpeakers 2019-05-24 08:21:59 +02:00
utils Merge pull request #4713 from FinnStutzenstein/tooHighChangeIdHandling 2019-05-16 20:25:13 +02:00
__init__.py Run black 2019-01-08 21:51:52 +01:00
__main__.py activate start command 2019-01-20 11:24:42 +01:00
asgi.py activate start command 2019-01-20 11:24:42 +01:00
global_settings.py Run black 2019-01-08 21:51:52 +01:00
routing.py Run black 2019-01-08 21:51:52 +01:00
urls_apps.py Run black 2019-01-08 21:51:52 +01:00
urls.py Wirst work for the projector system on the client 2019-01-19 21:26:05 +01:00