From b69f8f3a5cef095c74d52e8c3c892833bf52bd28 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 5 Jul 2020 22:03:49 +0200 Subject: [PATCH] draft uml --- Docs/Developer/img/uml.drawio.svg | 299 ++++++++++++++++++++++++++++++ 1 file changed, 299 insertions(+) create mode 100644 Docs/Developer/img/uml.drawio.svg diff --git a/Docs/Developer/img/uml.drawio.svg b/Docs/Developer/img/uml.drawio.svg new file mode 100644 index 0000000..d10f78c --- /dev/null +++ b/Docs/Developer/img/uml.drawio.svg @@ -0,0 +1,299 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + country + + + + + + id: int + + + + + + + method(type): type + + + + + + + + language + + + + + + id: int + + + + + + + method(type): type + + + + + + + + address + + + + + + id: int + + + + + + country: int + + + + + + + method(type): type + + + + + + + + l11n + + + + + + id: int + + + + + + + method(type): type + + + + + + + + group + + + + + + id: int + + + + + + + method(type): type + + + + + + + + group_permission + + + + + + id: int + + + + + + group: int + + + + + + + method(type): type + + + + + + + + account + + + + + + id: int + + + + + + + method(type): type + + + + + + + + account_permission + + + + + + id: int + + + + + + + method(type): type + + + + + + + + account_group + + + + + + id: int + + + + + + + method(type): type + + + + + + + + settings + + + + + + id: int + + + + + + + method(type): type + + + + + + + + currency + + + + + + id: int + + + + + + + method(type): type + + + + + + \ No newline at end of file