From 2c392feee6ad3e08fea7aad27037b0cce913781c Mon Sep 17 00:00:00 2001 From: hasslesstech Date: Tue, 30 Apr 2024 22:32:06 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BB=D0=B0=D0=B14:=20=D0=B4=D0=BE=D0=B4=D0=B0?= =?UTF-8?q?=D0=B2=20=D0=BD=D0=B0=20BE-=D0=BC=D0=BE=D0=B4=D0=B5=D0=BB=D1=8C?= =?UTF-8?q?=20=D1=96=D0=BD=D1=84=D0=BE=D1=80=D0=BC=D0=B0=D1=86=D1=96=D1=8E?= =?UTF-8?q?=20=D0=BF=D1=80=D0=BE=20=D0=BF=D0=BE=D1=81=D0=B8=D0=BB=D0=B0?= =?UTF-8?q?=D0=BD=D0=BD=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/design/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/design/README.md b/docs/design/README.md index 10acec5..b4036de 100644 --- a/docs/design/README.md +++ b/docs/design/README.md @@ -27,6 +27,13 @@ entity Question.text <> entity Responce entity Responce.value <> +entity Link +entity Link.usageLimit +entity Link.responceLimit +entity Link.uses +entity Link.responces +entity Link.path + Account.username --* Account Account.password --* Account @@ -35,6 +42,12 @@ Survey.duration --* Survey Survey.isPaused --* Survey Survey.isNamed --* Survey +Link.usageLimit -u-* Link +Link.responceLimit -u-* Link +Link.uses --* Link +Link.responces --* Link +Link.path -u-* Link + Responce.value -u-* Responce Question.text -u-* Question @@ -43,6 +56,7 @@ Account "1,1" -- "0,*" Survey Survey "1,1" -- "0,*" Question Question "1,1" -r- "0,*" Responce Account "0,1" -r- "0,*" Responce +Link "0,*" -- "1,1" Survey @enduml