#22 story/medikamente-modul-grundimplementierung #34

Merged
SZUT-Dominik merged 4 commits from story/medikamente-modul-grundimplementierung into main 2024-05-07 12:58:49 +00:00
Owner
No description provided.
SZUT-Dominik added 2 commits 2024-05-07 11:06:43 +00:00
#22: Setup Model and DAO
All checks were successful
Quality Check / Qualty Check (push) Successful in 8s
bbbb569b55
Signed-off-by: Dominik Säume <Dominik.Saeume@hmmh.de>
#22: Add Medication View and Update DAO
All checks were successful
Quality Check / Qualty Check (push) Successful in 8s
Quality Check / Qualty Check (pull_request) Successful in 9s
7f13ad3980
Signed-off-by: Dominik Säume <Dominik.Saeume@hmmh.de>
SZUT-Dominik requested review from Developer 2024-05-07 11:06:52 +00:00
SZUT-Ole started working 2024-05-07 11:07:12 +00:00
SZUT-Ole reviewed 2024-05-07 11:09:38 +00:00
@ -59,0 +60,4 @@
/**
* @return a {@link MedicationDao}
* @author Dominik Säume
Member
  • Methoden können keinen Author haben
- [x] Methoden können keinen Author haben
SZUT-Dominik marked this conversation as resolved
SZUT-Ole stopped working 2024-05-07 11:18:40 +00:00
11 minutes 28 seconds
SZUT-Ole started working 2024-05-07 11:56:00 +00:00
SZUT-Ole reviewed 2024-05-07 12:04:58 +00:00
@ -0,0 +103,4 @@
}
@Override
public void update(Medication medication) throws SQLException {
Member
  • Ingredients need to be updated to
- [ ] Ingredients need to be updated to
SZUT-Dominik marked this conversation as resolved
SZUT-Ole stopped working 2024-05-07 12:06:50 +00:00
10 minutes 50 seconds
SZUT-Dominik added 1 commit 2024-05-07 12:51:53 +00:00
#22: Remove Wrong Javadoc
All checks were successful
Quality Check / Qualty Check (push) Successful in 11s
Quality Check / Qualty Check (pull_request) Successful in 12s
daead5c79b
Signed-off-by: Dominik Säume <Dominik.Saeume@hmmh.de>
SZUT-Dominik added 1 commit 2024-05-07 12:56:46 +00:00
#22: Update Ingredients with Medication
All checks were successful
Quality Check / Qualty Check (push) Successful in 11s
Quality Check / Qualty Check (pull_request) Successful in 12s
b04fa5a938
Signed-off-by: Dominik Säume <Dominik.Saeume@hmmh.de>
SZUT-Ole started working 2024-05-07 12:57:29 +00:00
SZUT-Ole approved these changes 2024-05-07 12:58:24 +00:00
SZUT-Ole stopped working 2024-05-07 12:58:29 +00:00
1 minute
SZUT-Dominik merged commit f5dc9c3343 into main 2024-05-07 12:58:49 +00:00
SZUT-Dominik deleted branch story/medikamente-modul-grundimplementierung 2024-05-07 12:58:49 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Total time spent: 23 minutes 18 seconds
SZUT-Ole
23 minutes 18 seconds
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/nhplus#34
No description provided.