modification of mcd and mld
continuous-integration/drone/push Build is failing Details

pull/9/head
Vivien DUFOUR 1 year ago
parent 6ddd32a4bd
commit c2b88c7ed7

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 14 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

@ -36,6 +36,10 @@ usecase have_team [
role
]
usecase contains_tactic_folder [
to contain
]
usecase shared_folder_account [
to share
]
@ -82,4 +86,7 @@ folder_contains_tactic -- "1,n" Tactic
Account "0,n" -- shared_folder_account
shared_folder_account -- "0,n" TacticFolder
Account "1,n" -- contains_tactic_folder
contains_tactic_folder -- "1,1" TacticFolder
@enduml

@ -15,8 +15,10 @@ object TacticFolder {
<u>id
name
<color:black>#tacticFolderParent
<color:black>#account
}
Account <-- TacticFolder
TacticFolder --> TacticFolder
object Tactic {

Loading…
Cancel
Save