initial review

This commit is contained in:
Jack Hodgkinson 2022-04-08 09:07:56 +01:00
parent 300276eb1c
commit 9b6ba9e6c1
3 changed files with 100 additions and 16 deletions

View file

@ -0,0 +1,6 @@
digraph {
rankdir=LR
Users -> Proposals [label="vote on"]
Proposals -> Effects [label="have one or many"]
Effects -> Components [label="alter"]
}