From 985006e18e0f4189f1bd6a0685ee67be12122046 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 1 Jan 2020 21:04:51 +0100 Subject: [PATCH] add uml --- Docs/Developer/en/SUMMARY.md | 3 +++ Docs/Developer/en/uml.md | 3 +++ Docs/Developer/img/uml.svg | 3 +++ 3 files changed, 9 insertions(+) create mode 100644 Docs/Developer/en/SUMMARY.md create mode 100644 Docs/Developer/en/uml.md create mode 100644 Docs/Developer/img/uml.svg diff --git a/Docs/Developer/en/SUMMARY.md b/Docs/Developer/en/SUMMARY.md new file mode 100644 index 0000000..70105c9 --- /dev/null +++ b/Docs/Developer/en/SUMMARY.md @@ -0,0 +1,3 @@ +# Table of Contents + +* [UML]({%}&page=uml) diff --git a/Docs/Developer/en/uml.md b/Docs/Developer/en/uml.md new file mode 100644 index 0000000..59c482e --- /dev/null +++ b/Docs/Developer/en/uml.md @@ -0,0 +1,3 @@ +# UML + +![UML Graph](Modules/Admin/Docs/Developer/img/uml.svg) \ No newline at end of file diff --git a/Docs/Developer/img/uml.svg b/Docs/Developer/img/uml.svg new file mode 100644 index 0000000..533cb4f --- /dev/null +++ b/Docs/Developer/img/uml.svg @@ -0,0 +1,3 @@ + + +accountaccount_idPK...profile_accountprofile_account_idPKprofile_account_accountFK1profile_account_imageFK2...profile_contactprofile_contact_idPKprofile_contact_profileFK1profile_contact_imageFK2...profile_contact_elementprofile_contact_element_idPKprofile_contact_element_contactFK1...profile_contactelementprofile_contactelement_idPKprofile_contactelement_accountFK1...profile_addressprofile_address_idPKprofile_address_profileFK1profile_address_addressFK2...countrycountry_idPK...addressaddress_idPKaddress_countryFK1...
Admin Module
Admin Module
Profile Module
Profile Module
Address Module
Address Module
profile_contact_addressprofile_contact_address_idPKprofile_contact_address_contactFK1profile_contact_address_addressFK2...mediamedia_idPK...
Media Module
Media Module
\ No newline at end of file