Skip to content

Commit

Permalink
Update puml for class diagram
Browse files Browse the repository at this point in the history
Update puml for class diagram.
  • Loading branch information
zengzihui committed Mar 22, 2024
1 parent 5aa3f2c commit 95f1486
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/diagrams/ModelClassDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ Class Level
Class UnitNumber
Class Buyer extends Person
Class Seller extends Person
Class House
Class Landed extends House
Class NonLanded extends House

Class I #FFFFFF
}
Expand All @@ -48,13 +51,13 @@ Person *--> Email
'add shit here
Person *--> "*" Tag

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


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

Name -[hidden]right-> Phone


ModelManager --> "~* filtered" Person
@enduml

0 comments on commit 95f1486

Please sign in to comment.