Tobias Neumann

Results 7 issues of Tobias Neumann

Because some modules will need an own build for electron, it is necessary to run `electron-rebuild ` after the nativeModules are installed.. This can also be done with electron-builder by...

By storing more user data in the database the export and deletion must be adjusted accordingly Tracks the following Tickets: - [x] #755 - [x] #862 (blocked by #864) -...

tracking

# User Story ### As a: System operator ### I want: migrate Geli to a Container platform ### so that: - Geli can scale - reliability - .... ## Acceptance...

enhancement
infrastructure
future

# User Story ### As a: Developer ### I want: to use the new iFile in User Model Profile Image // or use a separate Class for the user image...

discussion

# User Story ### As a: Student ### I want: use geli course offline, but only in a "reading" mode, so i can access all data and information, which was...

enhancement
nice to have
future

# User Story ### As a: New Student / Teacher ### I want: to have some onboarding process, where simple for e.g first steps a explained, what and where i...

nice to have

To enable individualHooks in sequelize (see [Hooks])(http://docs.sequelizejs.com/manual/tutorial/hooks.html#declaring-hooks), the following Hooks must be added to the initialize - section: ``` sequelize.addHook('beforeBulkCreate',function (instance,options) { options.individualHooks = true; sequelize.addHook('beforeBulkDestroy',function (options) { options.individualHooks =...