Skip to content

Commit

Permalink
Merge pull request #72 from zengzihui/branch-puml
Browse files Browse the repository at this point in the history
Update puml for class diagram
  • Loading branch information
zengzihui authored Mar 22, 2024
2 parents 5aa3f2c + 95f1486 commit 6d0acd3
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 6d0acd3

Please sign in to comment.