Skip to content

Commit

Permalink
Merge pull request #141 from TeeRenJing/DG-UG
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
ChongWeiJie29 committed Oct 26, 2023
2 parents 3e4d522 + 8e3f4de commit 2ce1a2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ Step 4: The `Model` will then update the in-memory `FilteredList<Prescription>`

The following object oriented domain model shows the class structure of the problem domain.

<puml src="diagrams/CheckInteraction.puml" height="350" />
<puml src="diagrams/CheckInteractionOOD.puml" height="350" />

### \[Proposed\] Undo/redo feature

Expand Down
5 changes: 3 additions & 2 deletions docs/diagrams/CheckInteractionOOD.puml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ skinparam arrowThickness 1.1
skinparam arrowColor MODEL_COLOR
skinparam classBackgroundColor MODEL_COLOR

Model "1" --- "1" PrescriptionsList
PrescriptionsList "1" --- "*" Prescription
Prescription -- "conflictingDrugs *" Drug

Prescription --- "*" Drug
note on link: A prescription can have any number of conflicting drugs

@enduml

0 comments on commit 2ce1a2a

Please sign in to comment.