From 11510bf729e04ea6f4a713820582b490266505d2 Mon Sep 17 00:00:00 2001 From: awhildy Date: Fri, 21 Oct 2016 14:25:09 -0700 Subject: [ci skip] Establish basic structure for ux_guide README.md Block out pages needed for ux_guide Add resources stub to ux_guide home Fill out principles and basics Add TOC to basics Move all of UI guide to new UX guide structure Add first level structure on ux-guide pages Add more details to buttons Add button images. Update link on development Renamed surfaces to templates. Add tooltip details Update typography and icons on Basics page Add images for color. First draft of voice and tone Delete findings page Refine pages. Fill out Surfaces pages Clean up layout on basics, surfaces, features. Add anchorlinks and counts to components Fill out components page Add item title and system info block Fill out Features page Switch tooltip placement image --- doc/development/ux_guide/users.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/development/ux_guide/users.md (limited to 'doc/development/ux_guide/users.md') diff --git a/doc/development/ux_guide/users.md b/doc/development/ux_guide/users.md new file mode 100644 index 00000000000..cab4190604e --- /dev/null +++ b/doc/development/ux_guide/users.md @@ -0,0 +1,18 @@ +# Users + +>>> +TODO: Create personas. Understand the similarities and differences across the below spectrums. +>>> + +## Users by organization + +- Enterprise +- Medium company +- Small company +- Open source communities + +## Users by role + +- Admin +- Manager +- Developer \ No newline at end of file -- cgit v1.2.1 From 406eda17d444e534bfa429d8c72a90c8f91a6f00 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Fri, 11 Nov 2016 18:20:56 +0100 Subject: Remove
and replace GFM blockquote with the Markdown general [ci skip] --- doc/development/ux_guide/users.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'doc/development/ux_guide/users.md') diff --git a/doc/development/ux_guide/users.md b/doc/development/ux_guide/users.md index cab4190604e..717a902c424 100644 --- a/doc/development/ux_guide/users.md +++ b/doc/development/ux_guide/users.md @@ -1,8 +1,6 @@ # Users ->>> -TODO: Create personas. Understand the similarities and differences across the below spectrums. ->>> +> TODO: Create personas. Understand the similarities and differences across the below spectrums. ## Users by organization @@ -15,4 +13,4 @@ TODO: Create personas. Understand the similarities and differences across the be - Admin - Manager -- Developer \ No newline at end of file +- Developer -- cgit v1.2.1