From 3de2ad0f53c1c1dd5f14d51290731bab233e7acc Mon Sep 17 00:00:00 2001 From: Elisa Foltyn Date: Sun, 19 Jan 2020 11:08:26 +0100 Subject: [PATCH 1/4] Create extended-basic-view-meta --- proposed/extended-basic-view-meta | 50 +++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 proposed/extended-basic-view-meta diff --git a/proposed/extended-basic-view-meta b/proposed/extended-basic-view-meta new file mode 100644 index 0000000..7874760 --- /dev/null +++ b/proposed/extended-basic-view-meta @@ -0,0 +1,50 @@ +# Basic and Extended View for Joomla Meta Document + +## 1. Summary +Accessing the Backend with a more simple view + +## 2. Why Bother? + +Joomlas strenght is to have many options, many systems don’t have. But the backside of this is to irritate new users with the amount of settings. + +## 3. Scope + +### 3.1 Goals +Setting up a basic and a advanced view of the backend to help onboarding new users +Also experienced users will take advantage of that because a non overloaded backend will make daily work easier +The setting should be set in the user parameters + + +### 3.2 Non-Goals + +## 4. Approaches + +### 4.1 Composite Pattern + + + +### 4.2 Chosen Approach + +## 5. Design Decisions + +## 6. People + +### 6.1 Editor(s) + +### 6.2 Sponsors + +### 6.3 Contributors + +## 7. Votes + +* **Entrance Vote:** _(not yet taken)_ +* **Acceptance Vote:** _(not yet taken)_ + +## 8. Relevant Links + +## 9. Errata + + + + + From 63683608ac2c61dc86d730e6023dbb7330151d6e Mon Sep 17 00:00:00 2001 From: Niels Braczek Date: Sun, 19 Jan 2020 18:23:03 +0100 Subject: [PATCH 2/4] Added editor --- proposed/extended-basic-view-meta | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/proposed/extended-basic-view-meta b/proposed/extended-basic-view-meta index 7874760..1655b77 100644 --- a/proposed/extended-basic-view-meta +++ b/proposed/extended-basic-view-meta @@ -14,14 +14,11 @@ Setting up a basic and a advanced view of the backend to help onboarding new use Also experienced users will take advantage of that because a non overloaded backend will make daily work easier The setting should be set in the user parameters - ### 3.2 Non-Goals ## 4. Approaches -### 4.1 Composite Pattern - - +### 4.1 ... ### 4.2 Chosen Approach @@ -31,6 +28,8 @@ The setting should be set in the user parameters ### 6.1 Editor(s) +Elisa Foltyn + ### 6.2 Sponsors ### 6.3 Contributors From a94d58b4b5ee0444ec8610ffed1f5059ce9dc120 Mon Sep 17 00:00:00 2001 From: Niels Braczek Date: Wed, 22 Jan 2020 11:56:31 +0100 Subject: [PATCH 3/4] Added file extension --- .../{extended-basic-view-meta => extended-basic-view-meta.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename proposed/{extended-basic-view-meta => extended-basic-view-meta.md} (100%) diff --git a/proposed/extended-basic-view-meta b/proposed/extended-basic-view-meta.md similarity index 100% rename from proposed/extended-basic-view-meta rename to proposed/extended-basic-view-meta.md From 9b89a8e25b345de51ee737d8dc5d9b2b034650fc Mon Sep 17 00:00:00 2001 From: Niels Braczek Date: Wed, 22 Jan 2020 12:27:34 +0100 Subject: [PATCH 4/4] Added different approach; rephrased title, fixed typo --- proposed/extended-basic-view-meta.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/proposed/extended-basic-view-meta.md b/proposed/extended-basic-view-meta.md index 1655b77..0f3ed32 100644 --- a/proposed/extended-basic-view-meta.md +++ b/proposed/extended-basic-view-meta.md @@ -1,26 +1,33 @@ -# Basic and Extended View for Joomla Meta Document +# Simplify Admin Interface Meta Document ## 1. Summary + Accessing the Backend with a more simple view ## 2. Why Bother? -Joomlas strenght is to have many options, many systems don’t have. But the backside of this is to irritate new users with the amount of settings. +Joomla's strength is to have many options, many systems don’t have. But the backside of this is to irritate new users with the amount of settings. ## 3. Scope ### 3.1 Goals -Setting up a basic and a advanced view of the backend to help onboarding new users -Also experienced users will take advantage of that because a non overloaded backend will make daily work easier -The setting should be set in the user parameters + +Setting up a basic and a advanced view of the backend to help onboarding new users. +Also experienced users will take advantage of that because a non overloaded backend will make daily work easier. ### 3.2 Non-Goals ## 4. Approaches -### 4.1 ... +### 4.1 Permanently hide Options per User + +The setting could be set in the user parameters. -### 4.2 Chosen Approach +### 4.2 Initially hide Options per Dialog + +In many Linux dialogs, advanced options are hidden behind an `[Advanced]` button. This allows to reveal the options, whenever they are needed, without distracting when the dialog is shown initially. Once the `[Advanced]` button is pressed, all options are available. + +### 4.3 Chosen Approach ## 5. Design Decisions @@ -34,6 +41,7 @@ Elisa Foltyn ### 6.3 Contributors +Niels Braczek ## 7. Votes * **Entrance Vote:** _(not yet taken)_