OpenSlides/client/src/app/site/users
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
..
components Merge pull request #4721 from FinnStutzenstein/fixPermissionSorting 2019-05-20 17:20:38 +02:00
models Split AgendaItem and ListOfSpeakers 2019-05-24 08:21:59 +02:00
services Rework sort and filter 2019-05-17 13:03:48 +02:00
users-routing.module.ts Fixed permission for reset password in routing module. 2019-05-10 16:09:35 +02:00
users.config.ts ViewModelStore, register repositories, improve view model relations 2019-02-08 11:02:56 +01:00
users.module.spec.ts Add modules and lazy loading 2018-08-15 10:19:46 +02:00
users.module.ts Restructure the client, register Repositories and map to collection 2019-02-01 10:19:17 +01:00