Skip to content

Commit

Permalink
Merge pull request #71 from felixchanyy/branch-plantUML
Browse files Browse the repository at this point in the history
Add Class Level, UnitNumber, and link PostalCode and Street to Seller
  • Loading branch information
felixchanyy authored Mar 22, 2024
2 parents ccf6325 + 35a4882 commit 5aa3f2c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/diagrams/ModelClassDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Class Phone
Class Tag
Class PostalCode
Class Street
Class Level
Class UnitNumber
Class Buyer extends Person
Class Seller extends Person

Expand All @@ -46,6 +48,9 @@ Person *--> Email
'add shit here
Person *--> "*" Tag

Seller *--> PostalCode
Seller *--> Street

Person -[hidden]up--> I
UniquePersonList -[hidden]right-> I

Expand Down

0 comments on commit 5aa3f2c

Please sign in to comment.