From be389a1796f4e7d5f03abf24c2132bc1cafa0283 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 5 Jun 2021 00:13:19 +0300 Subject: [PATCH] docs... Signed-off-by: Alex A. Naanou --- README.md | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 916665b..63e9181 100755 --- a/README.md +++ b/README.md @@ -29,17 +29,20 @@ vertically, a-la MVC. As well as horizontally splitting the core functionality and extensions, plugins, etc. into separate features. For example splitting an app into: -```dot -digraph { - subgraph UI { - "Standalone UI" - "Web App UI" -> "Web Site UI" - "Commandline UI" - } - UI -> "Data Handling" -} ``` - ++-------------------------------------------------------------------------------+ +| +---------------+ +------------+ +-------------+ +----------------+ | +| | Standalone UI | | Web App UI |--->| Web Site UI | | Commandline UI | | +| +---------------+ +------------+ +-------------+ +----------------+ | ++-------+-----------------------------------------------------------------------+ + | + v + +---------------+ + | Data Handling | + +---------------+ +``` +Each _feature_ extending the same API but implementing only it's specific +functionality, and on setup only the relevant features/functionality is loaded. ## Contents