From 4c59cacfb35f0d81e00f9ab9153620ee3b90ae05 Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Mon, 28 Oct 2019 16:28:12 -0400 Subject: [PATCH] Added survey. --- AdminRedesign/Admin-Objectives.txt | 58 ++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) diff --git a/AdminRedesign/Admin-Objectives.txt b/AdminRedesign/Admin-Objectives.txt index 33c95ce..54b282d 100644 --- a/AdminRedesign/Admin-Objectives.txt +++ b/AdminRedesign/Admin-Objectives.txt @@ -94,3 +94,61 @@ ADMIN DESIGN OBJECTIVES * i.e. If a user has something selected to review and they need to do something unrelated, they should be able to go directly back to what they selected. + + + + +---------------- + +Admin Rework Objective Survey + +This survey is to help determine the importance to our users of certain admin rework objectives. + +Please select your level of agreement for the following where 1 is don't agree at all and 5 is strongly agree. + + 1 2 3 4 5 + +For Users + +[ ] [ ] [ ] [ ] [ ] Highly standardized user interface with obvious UI elements + +[ ] [ ] [ ] [ ] [ ] Enable users to work the way that makes the most sense to them + +[ ] [ ] [ ] [ ] [ ] Let individual users select what's most important for themselves + +[ ] [ ] [ ] [ ] [ ] Let individual users avoid things of limited or no interest to themselves + +[ ] [ ] [ ] [ ] [ ] Organized to be consistent with how users percieve things to be related + +[ ] [ ] [ ] [ ] [ ] Provide a simple to understand general overview of status + +[ ] [ ] [ ] [ ] [ ] Clear and obvious indication of things that need attention + +[ ] [ ] [ ] [ ] [ ] Direct and simple access to areas of interest to the user + +[ ] [ ] [ ] [ ] [ ] Keep users within a familiar context so they know where they are and where they came from + +[ ] [ ] [ ] [ ] [ ] Give users a simple way to find things they don't currently see + +[ ] [ ] [ ] [ ] [ ] Standardized data organization (i.e. lists) so users can expect to similar types of data in similar places + +[ ] [ ] [ ] [ ] [ ] Provide direct access to settings and management options from related information + +[ ] [ ] [ ] [ ] [ ] Ability for users to be able to simplify repetative groups of tasks + +[ ] [ ] [ ] [ ] [ ] Pre-defined semi-automatic steps to walk users through common tasks + +[ ] [ ] [ ] [ ] [ ] Comprehensive integrated and searchable user help resources + +[ ] [ ] [ ] [ ] [ ] Context sensitive help + +For Developers + +[ ] [ ] [ ] [ ] [ ] Fast development, easy updates and support + +[ ] [ ] [ ] [ ] [ ] "View" should define the user interface + +[ ] [ ] [ ] [ ] [ ] No UI elements at all in models + +[ ] [ ] [ ] [ ] [ ] Views should define the flow of the admin area not controller or models + -- 2.17.1