1
Commit Graph

96 Commits

Author SHA1 Message Date
fa79b3f136 change EventDTO, add AddUserEventController, add the search function in UI and backend 2020-03-14 09:17:32 +01:00
a34c119113 Update UpdateRoleEvent.java 2020-03-13 16:41:27 +01:00
e5b69c0cc0 Merge branch 'master' into group-details 2020-03-13 16:36:13 +01:00
46985ccca7 add button elements depending on various factors 2020-03-13 16:27:34 +01:00
0071fce075 added Tests for checkGroup() and getMaxID() 2020-03-13 16:16:51 +01:00
68fcc06a17 add details page 2020-03-13 15:11:23 +01:00
8ce3fc39b1 quick refactor 2020-03-13 14:42:17 +01:00
b8fe1bf29a Merge remote-tracking branch 'origin/master' into updateGroupsAPI
# Conflicts:
#	src/main/java/mops/gruppen2/service/EventService.java
2020-03-13 13:52:53 +01:00
6b788beb4b Refactor ControllerService and add an UpdateRoleEvent to createGroup 2020-03-13 13:46:34 +01:00
1754486625 Merge remote-tracking branch 'origin/master' into updateGroupsAPI
# Conflicts:
#	src/main/java/mops/gruppen2/repository/EventRepository.java
2020-03-12 16:31:23 +01:00
9795c10c14 Impletended the updategroup(status) method in the API 2020-03-12 16:11:32 +01:00
e31c9cf522 Merge remote-tracking branch 'origin/groups-for-user' into groups-for-user 2020-03-12 15:46:14 +01:00
70d911c576 Add UpdateGroupTitleEvent and UpdateGroupDescriptionEvent to Gruppen2Controller 2020-03-12 15:22:10 +01:00
77b6ba247d add comments 2020-03-12 15:13:56 +01:00
846eee9606 refactor tests for new events 2020-03-11 16:10:58 +01:00
b7b4485d03 add missing enums 2020-03-11 15:34:52 +01:00
e8770066f8 change create group event + new group fields 2020-03-11 15:27:56 +01:00
aaa3437eed Merge pull request #57 from hhu-propra2/GroupLogicProjection
Group logic projection
2020-03-11 14:04:23 +01:00
d102f9b0ee fixed GroupServiceTest for new Method in GroupService 2020-03-11 13:52:26 +01:00
31f19f0199 Revert "add functionality for group_ids to User class"
This reverts commit 68789099
2020-03-11 13:47:41 +01:00
68789099be add functionality for group_ids to User class
Co-Authored-By: tomvahl <tomvahl@users.noreply.github.com>
2020-03-10 16:54:48 +01:00
20cf11af91 Merge pull request #55 from hhu-propra2/serialization-tests
added deserialization tests
2020-03-10 15:21:25 +01:00
c0d2bbbf7f Added DeleteGroupEvent and GroupDoesNotExistException 2020-03-10 15:09:35 +01:00
3c410b2de4 create group with UI 2020-03-10 14:27:45 +01:00
42e7cdf673 added deserialization tests 2020-03-10 14:10:18 +01:00
c7d5e02f0b Merge remote-tracking branch 'origin/event-db'
# Conflicts:
#	src/main/java/mops/gruppen2/domain/Aggregate.java
#	src/main/java/mops/gruppen2/service/GroupService.java
#	src/test/java/mops/gruppen2/domain/GroupTest.java
2020-03-10 13:24:29 +01:00
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