OpenSlides/client
Sean Engelhardt 30ac9c8e36 autoupdate, permissions, operator, directive
-overworked login and logout
-new directive 'appOsPerms'
(former os-perms)
-appOsPerms compares with groups in Operator
-login observes operator for user-information
(also serves as example on how to user observables and subjects)
-operator observes datastore for groups
(so the  operators knows it's groups by creation or directly after an
autoupdate)
2018-08-15 10:19:46 +02:00
..
e2e cleanup and refractor code 2018-08-15 10:19:46 +02:00
src autoupdate, permissions, operator, directive 2018-08-15 10:19:46 +02:00
.editorconfig cleanup and refractor code 2018-08-15 10:19:46 +02:00
.prettierrc cleanup and refractor code 2018-08-15 10:19:46 +02:00
angular.json cleanup and refractor code 2018-08-15 10:19:46 +02:00
package-lock.json autoupdate, permissions, operator, directive 2018-08-15 10:19:46 +02:00
package.json Add translation module and lang switcher 2018-08-15 10:19:46 +02:00
proxy.conf.json Add WebSockets using rxjs/webSocket, autoupdate example 2018-08-15 10:19:46 +02:00
README.md cleanup and refractor code 2018-08-15 10:19:46 +02:00
tsconfig.json cleanup and refractor code 2018-08-15 10:19:46 +02:00
tslint.json cleanup and refractor code 2018-08-15 10:19:46 +02:00
yarn.lock updte yarn.lock 2018-08-15 10:19:46 +02:00

OpenSlides 3 Client

Prototype application for OpenSlides 3.0 (Client)

Development server

Run npm start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

A running OpenSlides (2.2) instance is expected on port 8000.

Start OpenSlides as usual using python manage.py start --no-browser --host 0.0.0.0