PMT-40: alle Projekte eines Bestimmten Mitarbeiters abfragen #18

Merged
SZUT-Dominik merged 4 commits from story/PMT-40-alle-projekte-eines-bestimmten into trunk 2024-10-24 09:02:40 +00:00
Member
No description provided.
snoweuph changed title from story/PMT-40-alle-projekte-eines-bestimmten to PMT-40: alle Projekte eines Bestimmten Mitarbeiters abfragen 2024-10-23 14:47:39 +00:00
SZUT-Dominik requested changes 2024-10-23 20:36:59 +00:00
Dismissed
api/pmt.yml Outdated
@ -369,0 +415,4 @@
application/json:
schema:
$ref: "#/components/schemas/EmployeeProjectsDTO"
description: 'Get a List of all Projects from a specific Employee'
Owner

401 hinzufügen

401 hinzufügen
SZUT-Rajbir marked this conversation as resolved
@ -228,0 +243,4 @@
.map(Allocation::getProject)
.collect(Collectors.toSet());
EmployeeProjectsDTO response = new EmployeeProjectsDTO();
Owner

Doppeltes anlegen des response DTOs.

Codeflow kann hier auf jedenfall verbessert werden

Doppeltes anlegen des response DTOs. Codeflow kann hier auf jedenfall verbessert werden
SZUT-Rajbir marked this conversation as resolved
@ -72,4 +72,16 @@ public class Mapper {
project.setPlannedEnd(dto.getPlannedEnd());
return project;
}
Owner

Lerzeichen zwischen Methoden

Lerzeichen zwischen Methoden
SZUT-Rajbir marked this conversation as resolved
snoweuph force-pushed story/PMT-40-alle-projekte-eines-bestimmten from 33157758c3 to 096c25e33b 2024-10-24 08:18:43 +00:00 Compare
snoweuph added 2 commits 2024-10-24 08:59:57 +00:00
PMT-40: Write Tests for Endpoint Implementation
All checks were successful
Quality Check / Validate OAS (push) Successful in 52s
Quality Check / Validate OAS (pull_request) Successful in 1m6s
Quality Check / Linting (push) Successful in 2m8s
Quality Check / Linting (pull_request) Successful in 2m14s
Quality Check / Testing (push) Successful in 2m30s
Quality Check / Static Analysis (push) Successful in 2m34s
Quality Check / Testing (pull_request) Successful in 2m26s
Quality Check / Static Analysis (pull_request) Successful in 2m29s
49244526ef
SZUT-Dominik approved these changes 2024-10-24 09:00:16 +00:00
SZUT-Dominik scheduled this pull request to auto merge when all checks succeed 2024-10-24 09:00:34 +00:00
SZUT-Dominik merged commit f469876785 into trunk 2024-10-24 09:02:40 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: SZUT/ProjectManagmentTool#18
No description provided.