From d4a23cd5b9d3e1b663aa0e6ab9baa4b95778cb33 Mon Sep 17 00:00:00 2001
From: Felix Epp
Date: Mon, 19 Sep 2016 18:08:41 +0200
Subject: [PATCH] Rewrite design page, first draft of design guide
---
page-design.php | 56 ++++++++++++++++++-------------------------------
1 file changed, 20 insertions(+), 36 deletions(-)
diff --git a/page-design.php b/page-design.php
index f6d6ee012..fabf48882 100644
--- a/page-design.php
+++ b/page-design.php
@@ -1,47 +1,31 @@
-Contribute to Nextcloud design!
+Design at Nextcloud
+Design is open at Nextcloud. You can directly contribute at GitHub. This is our main channel to discuss the design of nextcloud.
- - We have a Design label on GitHub – check out these issues if you want to help and fix interface problems. This label is also in the other repositories for clients and apps.
- - For easier issues and to get started, check out the Design issues also marked »Junior Job«
- - High priority design issues are additionally marked with the »High« label – these we need to prioritize, and fixing any of those will make you everyone’s hero!
+ - We have a Design label on GitHub. Check out these issues, if you want to help with the design. This label is used in all repositories.
+ - To get started, check out the Starter Issues labeled with design.
+ - Or look for papercut issues! Fixing these will increase the user experience tremendously.
-
-
Design Team
-There is an @nextcloud/designers group on GitHub. This enables people to just mention @nextcloud/designers in issues and pull requests to notify all designers. Otherwise you have to mention each one individually.
+There is an @nextcloud/designers team on GitHub. Just mention @nextcloud/designers in issues and pull requests to notify all designers.
-The people currently in this group are:
-
-Please let us know if you want to contribute to the design and would like to be in this group. You will be notified every time someone mentions this team in an issue, which would be every design issue or pull request.
-
-You should also join the #nextcloud-design channel on IRC. We use this to communicate on smaller issues, talk about what to work on next, and just general chatter. It’s good to get to know the other people and for organization in general.
+If you want to be part of the team contact us over IRC, on github or via design@nextcloud.com.
+Design guide
+
+ - Make it easy to use: Show only what’s necessary, but don’t hide the functionality in multiple levels – one or two clicks.
+ - Make it intelligent: Let nextcloud do things automatically, instead of offering too many options.
+ - Make it work: It’s better to miss a feature than having one that works poorly.
+ - Provide feedback: The state of the application should be clear. If something loads, show a loader animation.
+ - Be bold to adapt new modalities: Let go of broken concepts (e.g. the design of desktop apps). We provide a better interface.
+ - Test it yourself: Regularly reset your installation to see what the first-run experience is like.
+ - Test with people: Do usability testing or just ask someone to have a look or watch people using nextcloud.
+ - Test on different devices: We need to fully support the common browsers, but also the whole range from desktop to mobile devices.
+ - Analyze the user's needs: When people ask for features, find out what the root of the problem is, instead of just adding the feature.
-Design guidelines
-
- - Software should work. Only put features into master when they are complete. It’s better to not have a feature instead of having one that works poorly.
- - Software should get out of the way. Do things automatically instead of offering configuration options.
- - Software should be easy to use. Show only the most important elements. Secondary elements only on hover or via »Advanced« function.
- People’s data is sacred. Provide undo instead of asking for confirmation – which might be dismissed.
- - The state of the application should be clear. If something loads, provide feedback.
- - Do not adapt broken concepts (for example design of desktop apps) just for the sake of »consistency«. We provide a better interface.
- - Regularly reset your installation to see what the first-run experience is like. And improve it.
- - Ideally do usability testing to know how people use the software.
- - When people ask for features, find out what the root of the problem is. Then fix that instead of just adding a feature.
- - Test in different browsers. We need to fully support the common browsers like Firefox and Chrome as well as Internet Explorer down to version 8.
- - Test on different devices. The web interface should work on a smartphone or tablet as well as it does on desktop.
- For further UX principles, read Alex Faaborg from Mozilla.
@@ -55,8 +39,8 @@
- Sorting of declarations should be sensically grouped instead of alphabetized. First positioning and sizes, then typography, then colors, then additional rules.
- HTML and CSS building blocks are in the documentation.
- Clickable elements should be a minimum of 44*44px to be easily tappable on mobile devices and well visible on desktop. See the Apple Human Interface Guidelines for reference.
+ HTML and CSS building blocks are in the documentation.
+ Interactive elements should be a minimum of 44 px x 44 px to be easy to tap on mobile devices and visible on desktop. See the Apple Human Interface Guidelines for reference.
We don’t use SASS or another preprocessor because of the barrier to entry.
We don’t use Bootstrap because there’s lots of parts we don’t need and we would need to customize a lot anyway. We do use pieces of Bootstrap though, like Tipsy for tooltips.