From 75422dc5ffc7936d040e18454b63aed76715c4d3 Mon Sep 17 00:00:00 2001 From: Allison Whilden Date: Mon, 13 Feb 2017 21:14:45 -0800 Subject: [PATCH] UX: Add research plan page --- source/handbook/ux/index.html.md | 4 +++ .../handbook/ux/research-plan/index.html.md | 28 +++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 source/handbook/ux/research-plan/index.html.md diff --git a/source/handbook/ux/index.html.md b/source/handbook/ux/index.html.md index e3bac4da918..8b56cd69408 100644 --- a/source/handbook/ux/index.html.md +++ b/source/handbook/ux/index.html.md @@ -11,6 +11,10 @@ The [UX Guide](https://docs.gitlab.com/ce/development/ux_guide/) documents our p Please see the [2017 UX Strategy](/handbook/ux/strategy) to view the evolving UX vision for GitLab. +## Research Plan + +Check out the [research plan](/handbook/ux/research-plan) to see research that is on going, on deck, and what we have learned so far. + ## UX Workflow ### Designer diff --git a/source/handbook/ux/research-plan/index.html.md b/source/handbook/ux/research-plan/index.html.md new file mode 100644 index 00000000000..89db6eee585 --- /dev/null +++ b/source/handbook/ux/research-plan/index.html.md @@ -0,0 +1,28 @@ +--- +layout: markdown_page +title: "UX Research Plan" +--- + +## UX Research Plan + +### Ongoing +**Issue board contextual inquiry | Feb 2017** +> Details to be added + +**Default Project page survey | Feb 2017** +> Details to be added + +### On deck +**App frame** +Will investigate app frame, navigation, information architecture, and global topbar controls. + +### Completed + +**Persona Discovery Survey | Jan 2017** +Based on 550+ responses from our users, 3 dinstinct personas emerged. [See the details](/handbook/ux/personas). [Read about the process](https://about.gitlab.com/2017/01/09/the-importance-of-ux-personas/) + +**Quick IDE font size survey | Jan 2017** +Quickly surveyed GitLab engineers to see what font sizes were preferred for IDEs. From this, we learned a slight decrease in font size would enable people to review larger merge requests easier. [Fixed here](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/8157) + +**Issue filter bar user research | Jan 2017** +Conducted user testing on the micro-interaction details of the new Issue Filter bar. Isolated the important UX details needed to polish the experience. [Related research issue](https://gitlab.com/gitlab-org/gitlab-ce/issues/26945) \ No newline at end of file -- GitLab