forked from AY2324S2-CS2103T-T15-1/tp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request AY2324S2-CS2103T-T15-1#234 from ararchch/branch-Up…
…dateUg Updated DG
- Loading branch information
Showing
7 changed files
with
140 additions
and
43 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
@startuml | ||
!include style.puml | ||
skinparam arrowThickness 1.1 | ||
skinparam arrowColor UI_COLOR_T4 | ||
skinparam classBackgroundColor UI_COLOR | ||
|
||
Class "Appointment" as Appointment | ||
Class Nric | ||
Class AppointmentId | ||
Class AppointmentDateTime | ||
|
||
|
||
|
||
Appointment -down-> "1" Nric : Doctor's NRIC\t | ||
Appointment -down-> "1" Nric : Patient's NRIC\t\t | ||
Appointment -down-> "\t1" AppointmentDateTime | ||
Appointment -down-> "\t1" AppointmentId | ||
|
||
|
||
@enduml | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
@startuml | ||
!include style.puml | ||
skinparam arrowThickness 1.1 | ||
skinparam arrowColor UI_COLOR_T4 | ||
skinparam classBackgroundColor UI_COLOR | ||
|
||
object "__:Appointment__" as appointment | ||
object "__doctorNric:Nric__" as doctorNric | ||
object "__patientNric:Nric__" as patientNric | ||
object "__appointmentDateTime:AppointmentDateTime__" as appointmentDate | ||
object "__appointmentId:AppointmentId__" as appointmentId | ||
|
||
|
||
appointment -down-> doctorNric | ||
appointment -down-> patientNric | ||
appointment -down-> appointmentDate | ||
appointment -down-> appointmentId | ||
|
||
|
||
@enduml |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters