Commit graph

18 commits

Author SHA1 Message Date
5f6caa7fc2 feat: Implement feature to acknowledge project time frames when assigning employees to projects (SCRUM-7 SCRUM-2) (!38)
Co-authored-by: Phan Huy Tran <p.tran@neusta.de>
Reviewed-on: #38
Co-authored-by: Phan Huy Tran <ptran@noreply.localhost>
Co-committed-by: Phan Huy Tran <ptran@noreply.localhost>
2024-10-25 05:01:10 +00:00
97e211946f feat: Implement feature to get all projects from an employee (SCRUM-31) (!37)
Co-authored-by: Phan Huy Tran <p.tran@neusta.de>
Reviewed-on: #37
Reviewed-by: Jan Gleytenhoover <krisellp9@gmail.com>
2024-10-23 10:50:49 +00:00
202805e3dd feat: Implement feature to list all employees from a project (SCRUM-46) (!36)
Co-authored-by: Phan Huy Tran <p.tran@neusta.de>
Reviewed-on: #36
2024-10-23 10:19:33 +00:00
76b0201cf2 feat(employee): add action to remove employee from project (SCRUM-23) (!35)
Reviewed-on: #35
Reviewed-by: Phan Huy Tran <ptran@noreply.localhost>
Co-authored-by: Jan Klattenhoff <jan@kjan.de>
Co-committed-by: Jan Klattenhoff <jan@kjan.de>
2024-10-23 09:51:12 +00:00
1008278fde feat: Implement add employee to project route (SCRUM-2) (!32)
Co-authored-by: Phan Huy Tran <p.tran@neusta.de>
Reviewed-on: #32
Reviewed-by: Jan Gleytenhoover <krisellp9@gmail.com>
Co-authored-by: Phan Huy Tran <ptran@noreply.localhost>
Co-committed-by: Phan Huy Tran <ptran@noreply.localhost>
2024-10-23 08:39:25 +00:00
1e38efaa63 refactor(test): remove access modifiers from test classes (!31)
Reviewed-on: #31
Reviewed-by: Phan Huy Tran <ptran@noreply.localhost>
Co-authored-by: Jan Klattenhoff <jan@kjan.de>
Co-committed-by: Jan Klattenhoff <jan@kjan.de>
2024-10-02 10:29:39 +00:00
8230337839 refactor: remove unused imports and clean up code (!30)
Reviewed-on: #30
Reviewed-by: Phan Huy Tran <ptran@noreply.localhost>
Co-authored-by: Jan Klattenhoff <jan@kjan.de>
Co-committed-by: Jan Klattenhoff <jan@kjan.de>
2024-10-02 10:09:07 +00:00
b2ef8ce2ab feat(project): Delete project (SCRUM-35) (!29)
Reviewed-on: #29
Reviewed-by: Phan Huy Tran <ptran@noreply.localhost>
Co-authored-by: Jan Klattenhoff <jan@kjan.de>
Co-committed-by: Jan Klattenhoff <jan@kjan.de>
2024-10-02 09:43:10 +00:00
4eb7626c10 feat: Implement Update Project Route (SCRUM-11) (!28)
Co-authored-by: Phan Huy Tran <p.tran@neusta.de>
Reviewed-on: #28
Reviewed-by: Jan Gleytenhoover <krisellp9@gmail.com>
Co-authored-by: Phan Huy Tran <ptran@noreply.localhost>
Co-committed-by: Phan Huy Tran <ptran@noreply.localhost>
2024-10-02 08:52:19 +00:00
cbb77cc1ca refactor: Fix yellow code smells (!27)
Reviewed-on: #27
Reviewed-by: Phan Huy Tran <ptran@noreply.localhost>
Co-authored-by: Jan Klattenhoff <jan@kjan.de>
Co-committed-by: Jan Klattenhoff <jan@kjan.de>
2024-10-02 08:43:01 +00:00
a04a180712 refactor: Fix some code smells (!26)
Reviewed-on: #26
Reviewed-by: Phan Huy Tran <ptran@noreply.localhost>
Co-authored-by: Jan Klattenhoff <jan@kjan.de>
Co-committed-by: Jan Klattenhoff <jan@kjan.de>
2024-10-02 07:48:32 +00:00
c317b226fe feat: Implement get project by ID Route (!25)
Co-authored-by: Phan Huy Tran <p.tran@neusta.de>
Reviewed-on: #25
Reviewed-by: Jan Gleytenhoover <krisellp9@gmail.com>
Co-authored-by: Phan Huy Tran <ptran@noreply.localhost>
Co-committed-by: Phan Huy Tran <ptran@noreply.localhost>
2024-10-02 07:04:08 +00:00
013e964be6 feat: Write Integration test for Create Project Route and ensure using Snake Case in JSON Format (SCRUM-7) (!14)
Co-authored-by: Phan Huy Tran <p.tran@neusta.de>
Reviewed-on: #14
Reviewed-by: Jan Gleytenhoover <krisellp9@gmail.com>
2024-09-25 12:27:34 +00:00
25d7d30a7d feat(project): Get all projects (SCRUM-15) (!10)
SCRUM-15 #close

Reviewed-on: #10
Reviewed-by: Phan Huy Tran <ptran@noreply.localhost>
2024-09-25 11:38:31 +00:00
8c275ab443 feat: Implement create project route (SCRUM-7) (!11)
Co-authored-by: Phan Huy Tran <p.tran@neusta.de>
Reviewed-on: #11
Reviewed-by: Jan Gleytenhoover <krisellp9@gmail.com>
2024-09-25 11:03:47 +00:00
3bd8f0166a feat: Add project entity (SCRUM-7) (!7)
Co-authored-by: Phan Huy Tran <p.tran@neusta.de>
Reviewed-on: #7
Reviewed-by: Jan Gleytenhoover <krisellp9@gmail.com>
Co-authored-by: Phan Huy Tran <ptran@noreply.localhost>
Co-committed-by: Phan Huy Tran <ptran@noreply.localhost>
2024-09-25 09:33:42 +00:00
77f2b73085 feat: Add pipelines (SCRUM-44) (!6)
SCRUM-44 #closenot

Co-authored-by: Phan Huy Tran <ptran@noreply.localhost>
Reviewed-on: #6
Co-authored-by: Jan Klattenhoff <jan@kjan.de>
Co-committed-by: Jan Klattenhoff <jan@kjan.de>
2024-09-25 09:15:39 +00:00
Bernd Heidemann
93d4cf863f first 2024-09-03 15:01:50 +02:00