PMT-40: alle Projekte eines Bestimmten Mitarbeiters abfragen #18
Loading…
Reference in a new issue
No description provided.
Delete branch "story/PMT-40-alle-projekte-eines-bestimmten"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
story/PMT-40-alle-projekte-eines-bestimmtento PMT-40: alle Projekte eines Bestimmten Mitarbeiters abfragen@ -369,0 +415,4 @@
application/json:
schema:
$ref: "#/components/schemas/EmployeeProjectsDTO"
description: 'Get a List of all Projects from a specific Employee'
401 hinzufügen
@ -228,0 +243,4 @@
.map(Allocation::getProject)
.collect(Collectors.toSet());
EmployeeProjectsDTO response = new EmployeeProjectsDTO();
Doppeltes anlegen des response DTOs.
Codeflow kann hier auf jedenfall verbessert werden
@ -72,4 +72,16 @@ public class Mapper {
project.setPlannedEnd(dto.getPlannedEnd());
return project;
}
Lerzeichen zwischen Methoden
33157758c3
to096c25e33b