Skip to content

0.1.23

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jul 08:44
· 535 commits to main since this release
7799fa0
Refactor and simplify code (#76)

* Register ews db server in pgadmin

in order to improve development workflow when applying changes to the database.

* Add user database table

* Rename standort input form

in order to be able to better distinguish between user and standort input form.

* Reorder menu items

* Fix typo

* Add basic user controller

* Add basic user page

* Add user administration

* Add documentation

* Fix model type

UserErstellung and Erstellungsdatum columns are NOT NULL according to the database schema.

* Refactor and simplify code

Add model and controller base classes in order to eliminate code duplication.

* Add tests for cascade delete

* Do not hide errors while saving db changes