initial review
This commit is contained in:
parent
300276eb1c
commit
9b6ba9e6c1
3 changed files with 100 additions and 16 deletions
6
docs/diagrams/UsingAgora.dot
Normal file
6
docs/diagrams/UsingAgora.dot
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
digraph {
|
||||
rankdir=LR
|
||||
Users -> Proposals [label="vote on"]
|
||||
Proposals -> Effects [label="have one or many"]
|
||||
Effects -> Components [label="alter"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue