OpenSlides/client
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
..
docker OpenSlides3+: External Autoupdate Service 2021-01-14 07:55:41 +01:00
e2e change the global prefix to "os" 2018-09-03 18:13:57 +02:00
src Performance improvements for OS3+ 2021-01-21 12:53:51 +01:00
.compodocrc.json Update and fix compodoc generation 2020-09-28 13:02:56 +02:00
.dockerignore Update .dockerignore to reduce the context size 2020-09-29 16:16:58 +02:00
.editorconfig cleanup and refractor code 2018-08-15 10:19:46 +02:00
.prettierrc Fixed style issues introduced with #4025 2018-11-22 09:52:24 +01:00
angular.json Update to Angular 10 2020-09-23 10:29:57 +02:00
browserslist Update to Angular 8.0.6 2019-07-04 14:20:57 +02:00
build.sh build.sh: Make build script more useful 2020-08-21 08:11:15 +02:00
karma.conf.js Adjust ng test to be more serverfriendly 2019-10-11 14:29:38 +02:00
ngsw-config.json OpenSlides3+: External Autoupdate Service 2021-01-14 07:55:41 +01:00
package-lock.json Update to Angular 10 2020-09-23 10:29:57 +02:00
package.json OpenSlides3+: External Autoupdate Service 2021-01-14 07:55:41 +01:00
proxy.conf.json OpenSlides3+: External Autoupdate Service 2021-01-14 07:55:41 +01:00
README.md Update to Angular 10 2020-09-23 10:29:57 +02:00
sed_replacements po2json-tempfix 2019-01-28 16:14:51 +01:00
tsconfig-es5.app.json Update to Anulgar 9 2020-04-01 14:50:15 +02:00
tsconfig.app.json Update to Anulgar 9 2020-04-01 14:50:15 +02:00
tsconfig.json Update to Angular 8.0.6 2019-07-04 14:20:57 +02:00
tsconfig.spec.json Update to Angular 8.0.6 2019-07-04 14:20:57 +02:00
tsconfig.worker.json Add pdf webworker and progress bar 2019-08-01 13:23:56 +02:00
tslint.json Update to Angular 10 2020-09-23 10:29:57 +02:00

OpenSlides 3 Client

Documentation Info

The documentation can be generated by running npm run compodoc. A new web server will be started on http://localhost:8080 Once running, the documentation will be updated automatically.

You can run it on another port, with adding your local port after the command. If no port specified, it will try to use 8080.

Please document new code using JSDoc tags. See https://compodoc.app/guides/jsdoc-tags.html for details.

Translation

We are using ngx-translate for translation purposes. Use npm run extract to extract strings and update elements an with translation functions.

Language files can be found in /src/assets/i18n.

Used software

OpenSlides uses the following software or parts of them: