Details des Tickets

Beschreibung,Kommentare und Anhänge

merge request id 489
TitelFeature/ll 963 orrganization unit bookings
Beschreibung* Buchungsprozess UI-seitig umgesetzt * Buchungslogik ist umgesetzt * Anzeige der Abteilungsbuchungen in der Abteilungsadministration beritgestellt ** Verlängern möglich ** Löschen möglich * Tests erweitert
Statusmerged
Created at 2021-09-16T12:14:21.195Z
Updated at 2021-09-29T15:36:29.866Z
Source branchfeature/LL-963-orrganization-unit-bookings
Target branchdevelop
AuthorGregor Gabriel
AssigneeSascha Immig

Discussion notes

added 1 commit
  • 5a5dbdbf - + organization unit supervisors can now book for their organization units and employees
Compare with previous version
Gregor Gabriel 2021-09-17T09:32:49.615Z
added 1 commit
  • 6b7691a8 - + added functions to distinguish organization unit users between employees and supervisors
Compare with previous version
Gregor Gabriel 2021-09-20T07:33:00.853Z
added 1 commit
  • c2c409fc - + made sure, a user assigned to an organization unit will be assignet to all…
Compare with previous version
Gregor Gabriel 2021-09-20T10:44:33.858Z
added 1 commit
  • bf7f943c - optimized code
Compare with previous version
Gregor Gabriel 2021-09-20T13:10:55.703Z
added 1 commit
  • 9f947cb2 - corrected row break
Compare with previous version
Sascha Immig 2021-09-27T13:06:05.838Z
merged Sascha Immig 2021-09-29T15:36:29.955Z
mentioned in commit 4cf42da1bb5cefa762c530b1ce4699d707ea90b7 Sascha Immig 2021-09-29T15:36:30.226Z

Merge Commits

Title Id Author Created at Message
+ added unit test für new organization unit booking 075c6124b0fcbb61e0db757ebe49b8cbebbfafe4 TUV\gabrielg 2021-09-16T12:05:01.000Z + added unit test für new organization unit booking
+ added backend code, so one can book for organization units now 1b52027f7ffe431d6120ae7d003e1d8a908e1464 TUV\gabrielg 2021-09-16T07:01:39.000Z + added backend code, so one can book for organization units now
+ organization unit supervisors can now book for their organization units and employees 5a5dbdbfdabba6d5db34d9e2680586dda80a8bf8 TUV\gabrielg 2021-09-17T09:32:26.000Z + organization unit supervisors can now book for their organization units and employees
+ added functions to distinguish organization unit users between employees and supervisors 6b7691a808833e8b4a4aa57af66a7369d3955618 TUV\gabrielg 2021-09-20T07:32:38.000Z + added functions to distinguish organization unit users between employees and supervisors
wip + added possibility to select organization unit for training bookings 844fba8de43b6699ae8b1c90a9ffbb91906e2b6c TUV\gabrielg 2021-09-16T06:30:03.000Z wip + added possibility to select organization unit for training bookings - still do nothing with that organization unit data on server side
corrected row break 9f947cb2a0f69bb9652b9c3a978e33b7801a3e14 TUV\immigs 2021-09-27T13:05:57.000Z corrected row break
+ hide organization unit selection, when client does not have permissions for organization units a3895a3f42cd99664c0a370a07dadccfa02ce0ef TUV\gabrielg 2021-09-16T07:42:45.000Z + hide organization unit selection, when client does not have permissions for organization units
+ added order listing in organization unit view ad8764d4433d6750f0f60ed4d1868166bdb082bc TUV\gabrielg 2021-09-16T10:54:03.000Z + added order listing in organization unit view + added extension of odrders and deletion of orders in organization unit view + did some translation
+ fixed unit tests b82f84b7770f4186362d3544d8256e39d2b9034a TUV\gabrielg 2021-09-16T11:19:39.000Z + fixed unit tests
optimized code bf7f943cb76dd69e809d6c24447387d4b4ea4ebe TUV\gabrielg 2021-09-20T13:10:32.000Z optimized code
+ made sure, a user assigned to an organization unit will be assignet to all… c2c409fca0fbaba6cadf0ca5ff5ec68ee4ad793a TUV\gabrielg 2021-09-20T10:44:03.000Z + made sure, a user assigned to an organization unit will be assignet to all active and future orders of that organization unit + made sure, a user removed from an organization unit will be removed from all active and future orders of that organization unit, when not passed yet