Wird geladen…
+diff --git a/bin/main/Ideen.txt b/bin/main/Ideen.txt index 851ad46..12c52cd 100644 --- a/bin/main/Ideen.txt +++ b/bin/main/Ideen.txt @@ -1,3 +1,5 @@ +Slomo und Speedup Card + Sammeln von Erfahrung TODO: Im Time Lock, wenn im Spinning Wheel tasks drin sind, dürfen keine sonst keine Tasks gefordert sein und umgekehrt @@ -33,4 +35,8 @@ Ich kann Spieler einladen zu spielen, dann kriegt die Person eine E-Mail und mus Die interessantesten wären wohl Würfel und Countdown, da sie mehr Spannung erzeugen ohne den Ablauf zu sehr zu unterbrechen. - \ No newline at end of file + + + wenn ich dates erfasse kann ich diese auch zu einer Verantstaltung machen, + hier kann ich die auswählen, zu denen ich "Ich bin dabei" gedrückt habe, das + Date wird dann auf den Standort und Zeitpunkt festgelegt. fragen? diff --git a/bin/main/de/oaa/xxx/config/SecurityConfig.class b/bin/main/de/oaa/xxx/config/SecurityConfig.class index 6235a30..34ffe48 100644 Binary files a/bin/main/de/oaa/xxx/config/SecurityConfig.class and b/bin/main/de/oaa/xxx/config/SecurityConfig.class differ diff --git a/bin/main/de/oaa/xxx/location/LocationController$BatchRequest.class b/bin/main/de/oaa/xxx/location/LocationController$BatchRequest.class new file mode 100644 index 0000000..2a18645 Binary files /dev/null and b/bin/main/de/oaa/xxx/location/LocationController$BatchRequest.class differ diff --git a/bin/main/de/oaa/xxx/location/LocationController$CreateRequest.class b/bin/main/de/oaa/xxx/location/LocationController$CreateRequest.class new file mode 100644 index 0000000..c521098 Binary files /dev/null and b/bin/main/de/oaa/xxx/location/LocationController$CreateRequest.class differ diff --git a/bin/main/de/oaa/xxx/location/LocationController$GalleryImageDto.class b/bin/main/de/oaa/xxx/location/LocationController$GalleryImageDto.class new file mode 100644 index 0000000..4e1ef8c Binary files /dev/null and b/bin/main/de/oaa/xxx/location/LocationController$GalleryImageDto.class differ diff --git a/bin/main/de/oaa/xxx/location/LocationController$GalleryUploadRequest.class b/bin/main/de/oaa/xxx/location/LocationController$GalleryUploadRequest.class new file mode 100644 index 0000000..af2f3b4 Binary files /dev/null and b/bin/main/de/oaa/xxx/location/LocationController$GalleryUploadRequest.class differ diff --git a/bin/main/de/oaa/xxx/location/LocationController$IdsResult.class b/bin/main/de/oaa/xxx/location/LocationController$IdsResult.class new file mode 100644 index 0000000..7520eed Binary files /dev/null and b/bin/main/de/oaa/xxx/location/LocationController$IdsResult.class differ diff --git a/bin/main/de/oaa/xxx/location/LocationController$LocationDetailDto.class b/bin/main/de/oaa/xxx/location/LocationController$LocationDetailDto.class new file mode 100644 index 0000000..7343c5e Binary files /dev/null and b/bin/main/de/oaa/xxx/location/LocationController$LocationDetailDto.class differ diff --git a/bin/main/de/oaa/xxx/location/LocationController$LocationPreviewDto.class b/bin/main/de/oaa/xxx/location/LocationController$LocationPreviewDto.class new file mode 100644 index 0000000..c902301 Binary files /dev/null and b/bin/main/de/oaa/xxx/location/LocationController$LocationPreviewDto.class differ diff --git a/bin/main/de/oaa/xxx/location/LocationController$OpeningHourDto.class b/bin/main/de/oaa/xxx/location/LocationController$OpeningHourDto.class new file mode 100644 index 0000000..ae79af5 Binary files /dev/null and b/bin/main/de/oaa/xxx/location/LocationController$OpeningHourDto.class differ diff --git a/bin/main/de/oaa/xxx/location/LocationController$UpdateRequest.class b/bin/main/de/oaa/xxx/location/LocationController$UpdateRequest.class new file mode 100644 index 0000000..05556ad Binary files /dev/null and b/bin/main/de/oaa/xxx/location/LocationController$UpdateRequest.class differ diff --git a/bin/main/de/oaa/xxx/location/LocationController.class b/bin/main/de/oaa/xxx/location/LocationController.class new file mode 100644 index 0000000..5d80846 Binary files /dev/null and b/bin/main/de/oaa/xxx/location/LocationController.class differ diff --git a/bin/main/de/oaa/xxx/location/LocationEventController$AttendeeDto.class b/bin/main/de/oaa/xxx/location/LocationEventController$AttendeeDto.class new file mode 100644 index 0000000..f086d51 Binary files /dev/null and b/bin/main/de/oaa/xxx/location/LocationEventController$AttendeeDto.class differ diff --git a/bin/main/de/oaa/xxx/location/LocationEventController$BatchRequest.class b/bin/main/de/oaa/xxx/location/LocationEventController$BatchRequest.class new file mode 100644 index 0000000..daaa187 Binary files /dev/null and b/bin/main/de/oaa/xxx/location/LocationEventController$BatchRequest.class differ diff --git a/bin/main/de/oaa/xxx/location/LocationEventController$CreateEventRequest.class b/bin/main/de/oaa/xxx/location/LocationEventController$CreateEventRequest.class new file mode 100644 index 0000000..a1cea74 Binary files /dev/null and b/bin/main/de/oaa/xxx/location/LocationEventController$CreateEventRequest.class differ diff --git a/bin/main/de/oaa/xxx/location/LocationEventController$EventDetailDto.class b/bin/main/de/oaa/xxx/location/LocationEventController$EventDetailDto.class new file mode 100644 index 0000000..62cb579 Binary files /dev/null and b/bin/main/de/oaa/xxx/location/LocationEventController$EventDetailDto.class differ diff --git a/bin/main/de/oaa/xxx/location/LocationEventController$EventPreviewDto.class b/bin/main/de/oaa/xxx/location/LocationEventController$EventPreviewDto.class new file mode 100644 index 0000000..3364532 Binary files /dev/null and b/bin/main/de/oaa/xxx/location/LocationEventController$EventPreviewDto.class differ diff --git a/bin/main/de/oaa/xxx/location/LocationEventController$IdsResult.class b/bin/main/de/oaa/xxx/location/LocationEventController$IdsResult.class new file mode 100644 index 0000000..9aed8db Binary files /dev/null and b/bin/main/de/oaa/xxx/location/LocationEventController$IdsResult.class differ diff --git a/bin/main/de/oaa/xxx/location/LocationEventController$UpdateEventRequest.class b/bin/main/de/oaa/xxx/location/LocationEventController$UpdateEventRequest.class new file mode 100644 index 0000000..d63f5a1 Binary files /dev/null and b/bin/main/de/oaa/xxx/location/LocationEventController$UpdateEventRequest.class differ diff --git a/bin/main/de/oaa/xxx/location/LocationEventController.class b/bin/main/de/oaa/xxx/location/LocationEventController.class new file mode 100644 index 0000000..4beaf73 Binary files /dev/null and b/bin/main/de/oaa/xxx/location/LocationEventController.class differ diff --git a/bin/main/de/oaa/xxx/location/entity/LocationEntity.class b/bin/main/de/oaa/xxx/location/entity/LocationEntity.class new file mode 100644 index 0000000..d24031d Binary files /dev/null and b/bin/main/de/oaa/xxx/location/entity/LocationEntity.class differ diff --git a/bin/main/de/oaa/xxx/location/entity/LocationEventAttendeeEntity.class b/bin/main/de/oaa/xxx/location/entity/LocationEventAttendeeEntity.class new file mode 100644 index 0000000..9816eaa Binary files /dev/null and b/bin/main/de/oaa/xxx/location/entity/LocationEventAttendeeEntity.class differ diff --git a/bin/main/de/oaa/xxx/location/entity/LocationEventEntity.class b/bin/main/de/oaa/xxx/location/entity/LocationEventEntity.class new file mode 100644 index 0000000..fffd609 Binary files /dev/null and b/bin/main/de/oaa/xxx/location/entity/LocationEventEntity.class differ diff --git a/bin/main/de/oaa/xxx/location/entity/LocationFollowEntity.class b/bin/main/de/oaa/xxx/location/entity/LocationFollowEntity.class new file mode 100644 index 0000000..ff04eb7 Binary files /dev/null and b/bin/main/de/oaa/xxx/location/entity/LocationFollowEntity.class differ diff --git a/bin/main/de/oaa/xxx/location/entity/LocationImageEntity.class b/bin/main/de/oaa/xxx/location/entity/LocationImageEntity.class new file mode 100644 index 0000000..94a6766 Binary files /dev/null and b/bin/main/de/oaa/xxx/location/entity/LocationImageEntity.class differ diff --git a/bin/main/de/oaa/xxx/location/entity/LocationOpeningHoursEntity.class b/bin/main/de/oaa/xxx/location/entity/LocationOpeningHoursEntity.class new file mode 100644 index 0000000..8f726ae Binary files /dev/null and b/bin/main/de/oaa/xxx/location/entity/LocationOpeningHoursEntity.class differ diff --git a/bin/main/de/oaa/xxx/location/repository/LocationEventAttendeeRepository.class b/bin/main/de/oaa/xxx/location/repository/LocationEventAttendeeRepository.class new file mode 100644 index 0000000..346c42d Binary files /dev/null and b/bin/main/de/oaa/xxx/location/repository/LocationEventAttendeeRepository.class differ diff --git a/bin/main/de/oaa/xxx/location/repository/LocationEventRepository.class b/bin/main/de/oaa/xxx/location/repository/LocationEventRepository.class new file mode 100644 index 0000000..10b185f Binary files /dev/null and b/bin/main/de/oaa/xxx/location/repository/LocationEventRepository.class differ diff --git a/bin/main/de/oaa/xxx/location/repository/LocationFollowRepository.class b/bin/main/de/oaa/xxx/location/repository/LocationFollowRepository.class new file mode 100644 index 0000000..7100bc2 Binary files /dev/null and b/bin/main/de/oaa/xxx/location/repository/LocationFollowRepository.class differ diff --git a/bin/main/de/oaa/xxx/location/repository/LocationImageRepository.class b/bin/main/de/oaa/xxx/location/repository/LocationImageRepository.class new file mode 100644 index 0000000..58e8703 Binary files /dev/null and b/bin/main/de/oaa/xxx/location/repository/LocationImageRepository.class differ diff --git a/bin/main/de/oaa/xxx/location/repository/LocationOpeningHoursRepository.class b/bin/main/de/oaa/xxx/location/repository/LocationOpeningHoursRepository.class new file mode 100644 index 0000000..a9675ef Binary files /dev/null and b/bin/main/de/oaa/xxx/location/repository/LocationOpeningHoursRepository.class differ diff --git a/bin/main/de/oaa/xxx/location/repository/LocationRepository.class b/bin/main/de/oaa/xxx/location/repository/LocationRepository.class new file mode 100644 index 0000000..f8942dd Binary files /dev/null and b/bin/main/de/oaa/xxx/location/repository/LocationRepository.class differ diff --git a/bin/main/de/oaa/xxx/user/User.class b/bin/main/de/oaa/xxx/user/User.class index bf5650f..53d9347 100644 Binary files a/bin/main/de/oaa/xxx/user/User.class and b/bin/main/de/oaa/xxx/user/User.class differ diff --git a/bin/main/de/oaa/xxx/user/UserController$LocationFilterRequest.class b/bin/main/de/oaa/xxx/user/UserController$LocationFilterRequest.class new file mode 100644 index 0000000..6eb084c Binary files /dev/null and b/bin/main/de/oaa/xxx/user/UserController$LocationFilterRequest.class differ diff --git a/bin/main/de/oaa/xxx/user/UserController.class b/bin/main/de/oaa/xxx/user/UserController.class index 50527a9..5a7ab60 100644 Binary files a/bin/main/de/oaa/xxx/user/UserController.class and b/bin/main/de/oaa/xxx/user/UserController.class differ diff --git a/bin/main/de/oaa/xxx/user/UserEntity.class b/bin/main/de/oaa/xxx/user/UserEntity.class index 723c568..cb36ec9 100644 Binary files a/bin/main/de/oaa/xxx/user/UserEntity.class and b/bin/main/de/oaa/xxx/user/UserEntity.class differ diff --git a/bin/main/static/community/event-detail.html b/bin/main/static/community/event-detail.html new file mode 100644 index 0000000..5ccece3 --- /dev/null +++ b/bin/main/static/community/event-detail.html @@ -0,0 +1,177 @@ + + +
+ + + +Wird geladen…
+Wird geladen…
+