Skip to content

Commit

Permalink
Merge pull request #149 from h4ow3i/v1.4-DG
Browse files Browse the repository at this point in the history
V1.4 dg
  • Loading branch information
1rbg authored Apr 15, 2024
2 parents 4ef2f82 + 7a3965e commit 0d78074
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs/diagrams/BetterModelClassDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Person -up-> "*" Tag
Person *--> FirstName
Person *--> LastName
Person *--> Sex
Person *--> EmploymentType
Person *--> PayRate
Person *--> BankDetails
Person *--> Phone
Person *--> Address
Expand All @@ -27,8 +27,8 @@ Person *--> ArchiveStatus
FirstName -[hidden]right-> LastName
LastName -[hidden]right-> Phone
Phone -[hidden]right-> Sex
Sex -[hidden]right-> EmploymentType
EmploymentType -[hidden]right-> Address
Sex -[hidden]right-> PayRate
PayRate -[hidden]right-> Address
Address -[hidden]right-> BankDetails
BankDetails -[hidden]right-> HoursWorked
HoursWorked -[hidden]right-> ArchiveStatus
Expand Down
8 changes: 4 additions & 4 deletions docs/diagrams/ModelClassDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Class Address
Class FirstName
Class LastName
Class BankDetails
Class EmploymentType
Class PayRate
Class Sex
Class Phone
Class HoursWorked
Expand Down Expand Up @@ -52,7 +52,7 @@ Person *--> FirstName
Person *--> LastName
Person *--> Phone
Person *--> BankDetails
Person *--> EmploymentType
Person *--> PayRate
Person *--> Sex
Person *--> Address
Person *--> HoursWorked
Expand All @@ -65,8 +65,8 @@ UniquePersonList -[hidden]left-> I
FirstName -[hidden]right-> LastName
LastName -[hidden]right-> Phone
Phone -[hidden]right-> Sex
Sex -[hidden]right-> EmploymentType
EmploymentType -[hidden]right-> Address
Sex -[hidden]right-> PayRate
PayRate -[hidden]right-> Address
Address -[hidden]right-> BankDetails
BankDetails -[hidden]right-> HoursWorked
HoursWorked -[hidden]right-> ArchiveStatus
Expand Down
Binary file modified docs/images/BetterModelClassDiagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/ModelClassDiagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0d78074

Please sign in to comment.