-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/htl-leo-itp-2325-4-5BHITM/P…
- Loading branch information
Showing
17 changed files
with
228 additions
and
71 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 6 additions & 4 deletions
10
app/backend/src/main/java/at/htl/feature/event/EventDto.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,19 @@ | ||
package at.htl.feature.event; | ||
|
||
import java.io.InputStream; | ||
|
||
public record EventDto( | ||
Long id, | ||
String name, | ||
String organization, | ||
String name | ||
/*String organization, | ||
String date, | ||
String address, | ||
String location, | ||
String age, | ||
String tickets, | ||
String contact, | ||
String img, | ||
InputStream file, | ||
double xKoordinate, // Neue Felder | ||
double yKoordinate // Neue Felder | ||
double yKoordinate // Neue Felder*/ | ||
) { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
/*INSERT INTO public.tb_event ("date", "location", "name", "organization", "address", "age", "tickets", "contact", "x_koordinate", "y_koordinate") | ||
VALUES('2023-11-16', 'HTL-Leonding', 'Birthday', 'Krenn', 'Limestraße 12', '16', 'siehe Instagram', 'siehe Instagram', 48.28705, 14.27256); | ||
INSERT INTO public.tb_event ("date", "location", "name", "organization", "address", "age", "tickets", "contact", "x_koordinate", "y_koordinate") | ||
VALUES('2024-03-11', 'Kürnberghalle', 'HTL-Ball', 'Kümmerer', 'Hauptstraße 23', '18', 'Vorverkauf', 'kuemmerer@example.com', 48.30694, 14.30416); | ||
INSERT INTO public.tb_event ("date", "location", "name", "organization", "address", "age", "tickets", "contact", "x_koordinate", "y_koordinate") | ||
VALUES('2024-05-06', 'Palais', 'Hornball 1', 'Tanzschule Horn', 'Palaisstraße 1', '16', 'Online', 'info@tanzschulehorn.at', 48.30694, 14.28642); | ||
INSERT INTO public.tb_event ("date", "location", "name", "organization", "address", "age", "tickets", "contact", "x_koordinate", "y_koordinate") | ||
VALUES('2024-03-03', 'Tourismusschule BALE', 'Tourismusball', 'BALEonTour', 'Schulstraße 45', '17', 'siehe Webseite', 'info@baleontour.at', 48.29068, 14.28616); | ||
INSERT INTO public.tb_event ("date", "location", "name", "organization", "address", "age", "tickets", "contact", "x_koordinate", "y_koordinate") | ||
VALUES('2024-05-01', 'Lichtenberg', 'Maifest', 'LJ', 'Lichtenbergstraße 9', '16', 'Abendkasse', 'kontakt@ljlichtenberg.at', 48.33845, 14.24879); | ||
INSERT INTO public.tb_event ("date", "location", "name", "organization", "address", "age", "tickets", "contact", "x_koordinate", "y_koordinate") | ||
VALUES('2024-05-05', 'Palais', 'Hornball 5', 'Tanzschule Horn', 'Palaisstraße 1', '16', 'Online', 'info@tanzschulehorn.at', 48.30694, 14.28642); | ||
INSERT INTO public.tb_event ("date", "location", "name", "organization", "address", "age", "tickets", "contact", "x_koordinate", "y_koordinate") | ||
VALUES('2024-09-03', 'Tourismusschule', 'Tourismusball', 'HBLA', 'Schulstraße 45', '17', 'siehe Webseite', 'info@hbla.at', 48.29068, 14.28616); | ||
INSERT INTO public.tb_event ("date", "location", "name", "organization", "address", "age", "tickets", "contact", "x_koordinate", "y_koordinate") | ||
VALUES('2024-11-01', 'Lichtenberg', 'Maifest', 'LJ', 'Lichtenbergstraße 9', '16', 'Abendkasse', 'kontakt@ljlichtenberg.at', 48.33845, 14.24879); | ||
INSERT INTO public.tb_event ("date", "location", "name", "organization", "address", "age", "tickets", "contact", "x_koordinate", "y_koordinate") | ||
VALUES('2024-08-24', 'Palais', 'Hornball 4', 'Tanzschule Horn', 'Palaisstraße 1', '16', 'Online', 'info@tanzschulehorn.at', 48.30694, 14.28642); | ||
*/ |
5 changes: 5 additions & 0 deletions
5
app/backend/target/maven-status/maven-compiler-plugin/compile/null/inputFiles.lst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
C:\Users\seker\OneDrive\Dokumente\GitHub\Partytiga\app\backend\src\main\java\at\htl\feature\event\EventDao.java | ||
C:\Users\seker\OneDrive\Dokumente\GitHub\Partytiga\app\backend\src\main\java\at\htl\feature\event\EventResource.java | ||
C:\Users\seker\OneDrive\Dokumente\GitHub\Partytiga\app\backend\src\main\java\at\htl\feature\event\EventMapper.java | ||
C:\Users\seker\OneDrive\Dokumente\GitHub\Partytiga\app\backend\src\main\java\at\htl\feature\event\Event.java | ||
C:\Users\seker\OneDrive\Dokumente\GitHub\Partytiga\app\backend\src\main\java\at\htl\feature\event\EventDto.java |
2 changes: 2 additions & 0 deletions
2
app/backend/target/maven-status/maven-compiler-plugin/testCompile/null/inputFiles.lst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
C:\Users\seker\OneDrive\Dokumente\GitHub\Partytiga\app\backend\src\test\java\org\acme\GreetingResourceIT.java | ||
C:\Users\seker\OneDrive\Dokumente\GitHub\Partytiga\app\backend\src\test\java\org\acme\GreetingResourceTest.java |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.