1
Commit Graph

70 Commits

Author SHA1 Message Date
87c345ed54 fix JSON Subtypes in Event 2020-03-09 23:26:21 +01:00
61e2d0edba added Creating Groups to frontend and saving them in Database. Also prepared some Methods for Snapshot db 2020-03-09 23:21:29 +01:00
6f1f802b6d added Exception for deleteUserEvent 2020-03-09 16:41:52 +01:00
b30a4d02f9 Implemented Exeption and their handling 2020-03-09 16:18:14 +01:00
4186e7c09c Change Lombok annotations to enable Jackson deserializing 2020-03-09 15:47:17 +01:00
72c8d2b9b0 added Tests and fix addUserEvent 2020-03-09 14:39:46 +01:00
aa80a3b5df add Saving Events in DB 2020-03-09 14:25:00 +01:00
2da89300e3 Jackson serialization test 2020-03-09 13:48:01 +01:00
1a3b1c52b3 add eventDTO 2020-03-09 13:25:54 +01:00
af4a12c892 refactor aggregate build process 2020-03-09 13:25:38 +01:00
86a4975c00 fix tests after refactor 2020-03-09 12:46:29 +01:00
c7f9c0b985 removed final modifier from aggregate-id 2020-03-09 12:28:46 +01:00
6d32092dcf refine swagger example 2020-03-07 17:21:17 +01:00
b94432eec6 refactor UpdateRoleEvent-handler 2020-03-06 22:18:44 +01:00
cc174b3269 general style improvements + javadoc 2020-03-06 22:18:11 +01:00
e05c6f4e3a decreased visibility of group-fields -> adapted tests and GroupService 2020-03-06 21:30:58 +01:00
fb3a94cf04 changed role representation to enum 2020-03-06 20:58:57 +01:00
17ae13c1e8 made events immutable, removed group-setters -> changed tests to work without setters. 2020-03-06 20:55:29 +01:00
0537f27333 try to make naming more consistent 2020-03-06 20:23:39 +01:00
0e1e79d51a slight changes to package structure + naming 2020-03-06 20:10:23 +01:00