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.
SZUT-Rajbir added 2 commits 2024-10-23 12:46:45 +00:00
PMT-40 define Endpoint
Some checks failed
Quality Check / Static Analysis (push) Has been cancelled
Quality Check / Testing (push) Has been cancelled
Quality Check / Linting (push) Has been cancelled
Quality Check / Validate OAS (push) Has been cancelled
32b81b5d41
PMT-40 implements ApiController
Some checks failed
Quality Check / Validate OAS (push) Successful in 36s
Quality Check / Linting (push) Failing after 1m6s
Quality Check / Static Analysis (push) Failing after 1m5s
Quality Check / Testing (push) Failing after 1m5s
Quality Check / Validate OAS (pull_request) Successful in 47s
Quality Check / Static Analysis (pull_request) Failing after 1m1s
Quality Check / Linting (pull_request) Failing after 1m4s
Quality Check / Testing (pull_request) Failing after 1m1s
f0b7317d49
SZUT-Rajbir added 2 commits 2024-10-23 12:52:22 +00:00
PMT-40 remove Mapper
Some checks failed
Quality Check / Validate OAS (push) Has been cancelled
Quality Check / Testing (push) Has been cancelled
Quality Check / Static Analysis (push) Has been cancelled
Quality Check / Linting (push) Has been cancelled
Quality Check / Validate OAS (pull_request) Successful in 1m14s
Quality Check / Static Analysis (pull_request) Failing after 2m13s
Quality Check / Linting (pull_request) Failing after 2m17s
Quality Check / Testing (pull_request) Failing after 2m16s
54725d7fb1
SZUT-Rajbir added 1 commit 2024-10-23 12:53:03 +00:00
PMT-40 Mapper
All checks were successful
Quality Check / Validate OAS (push) Successful in 1m28s
Quality Check / Validate OAS (pull_request) Successful in 1m36s
Quality Check / Linting (push) Successful in 2m46s
Quality Check / Linting (pull_request) Successful in 2m48s
Quality Check / Testing (push) Successful in 3m0s
Quality Check / Static Analysis (push) Successful in 3m4s
Quality Check / Testing (pull_request) Successful in 2m57s
Quality Check / Static Analysis (pull_request) Successful in 3m0s
33157758c3
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.