Change UML to match model
This commit is contained in:
parent
69f4482f06
commit
d0cdcad122
9
UML
9
UML
@ -1,13 +1,14 @@
|
||||
[Account]^-[Merchant]
|
||||
[Account]^-[Customer]
|
||||
[Account]->[Currency]
|
||||
[Account]->[Language]
|
||||
[Merchant]-users*>[User]
|
||||
[Merchant]->[PaymentGateway]
|
||||
[Merchant]-customers*>[Customer]
|
||||
[Merchant]-plans*>[Plan]
|
||||
[Merchant]-products*>[Product]
|
||||
[Merchant]->[Currency]
|
||||
[Merchant]->[Language]
|
||||
[Customer]-users*>[User]
|
||||
[Customer]-invoices-*>[Invoice]
|
||||
[Customer]->[Currency]
|
||||
[Customer]->[Language]
|
||||
[User]-roles*>[MerchantRole]
|
||||
[User]-roles*>[CustomerRole]
|
||||
[User]-[ContactInfo]
|
||||
|
Loading…
x
Reference in New Issue
Block a user