OpenSlides/server/openslides/motions
Finn Stutzenstein 8049bfa91e
Performance improvements for OS3+
- Cleans up log messages in the client
- Refactored the autoupdate bundle code into an own file
- Added bulk creates for History in Postgresql. This is the only database system
  that supports returning all ids whan multiple elements are inserted. We can
  make usage out of it.
- Added a `disable_history`, that is request-wide
- Disabled history on poll vote requests
- Removed unnecessary user ordering
- Reduced the queries for creating motion vote objects by one
- removed final_data: This was not prefetched. Using the normal data collection
  the data is prefetched
- removed unnecessary user query if vore delegation is not used
2021-01-21 12:53:51 +01:00
..
migrations Add vote delegation on server side 2020-09-30 14:05:22 +02:00
__init__.py Repository restructure 2020-08-21 08:11:13 +02:00
access_permissions.py Include vote_delegated_from_users_id in required users (#5706) 2020-11-18 08:14:33 +01:00
apps.py OpenSlides3+: External Autoupdate Service 2021-01-14 07:55:41 +01:00
config_variables.py Remove the possibility to select default non-analog poll types, if electronic voting is disabled 2020-11-24 10:28:56 +01:00
exceptions.py Repository restructure 2020-08-21 08:11:13 +02:00
models.py Fixing black 2020-08-31 13:24:16 +02:00
numbering.py Repository restructure 2020-08-21 08:11:13 +02:00
serializers.py Repository restructure 2020-08-21 08:11:13 +02:00
signals.py Repository restructure 2020-08-21 08:11:13 +02:00
views.py Performance improvements for OS3+ 2021-01-21 12:53:51 +01:00