OpenSlides/client/src
Jochen Saalfeld d785d77207 restructuring patching of values to ensure type safety
fix disappearing submitters (hopefully)

- replaced "motion from form values" function with deserialize
- fix some typos
- make id id again

null, in contrast to undefined, will be send to the server...

Better typing and changed the create/update signatures in BaseViewModel

- use object as default type for BaseModel.
- use partial objects for updating
- Displayable should not have an id. Moved this into own interface
Identifiable and make the id in the BaseViewMotion abstract.
- create only takes a BaseModel. A ViewModel should not exists so far.
- Updated the update and create method for motions.
2018-09-24 10:45:53 +02:00
..
app restructuring patching of values to ensure type safety 2018-09-24 10:45:53 +02:00
assets search-value-selector as shared component 2018-09-13 07:57:46 +02:00
environments Add viewport service, adjust proxy and environment 2018-08-23 17:25:58 +02:00
browserslist Add scaffold for angular 6 client 2018-08-15 10:19:45 +02:00
index.html change the global prefix to "os" 2018-09-03 18:13:57 +02:00
karma.conf.js cleanup and refractor code 2018-08-15 10:19:46 +02:00
main.ts Removed root injector 2018-09-13 15:06:43 +02:00
polyfills.ts More linter rules 2018-08-29 13:57:43 +02:00
styles.scss implementing categories 2018-09-20 11:22:24 +02:00
test.ts cleanup and refractor code 2018-08-15 10:19:46 +02:00
tsconfig.app.json cleanup and refractor code 2018-08-15 10:19:46 +02:00
tsconfig.spec.json cleanup and refractor code 2018-08-15 10:19:46 +02:00
tslint.json Stricter linting rules 2018-09-10 10:24:28 +02:00