Task: Starting on make/core Core is the set of software required to run WordPress. The Core Development Team builds WordPress., navigate to the posts page in the admin of make/flow Flow is the path of screens and interactions taken to accomplish a task. It’s an experience vector. Flow is also a feeling. It’s being unselfconscious and in the zone. Flow is what happens when difficulties are removed and you are freed to pursue an activity without forming intentions. You just do it.Flow is the actual user experience, in many ways. If you like, you can think of flow as a really comprehensive set of user stories. When you think about user flow, you’re thinking about exactly how a user will perform the tasks allowed by your product.Flow and Context
.
-
-
Start on the front page of make/core. Tap the key icon.
-
-
Instead of opening the sites menu, the posting textarea is focused. Make p2s do this. Tap Done to dismiss keyboard.
-
-
Swipe back up to the top of the page.
-
-
Tap the key icon again.
-
-
Scroll down to Make Flow
-
-
Tap Make Flow
-
-
Submenu expands. There’s not a direct link to Posts, so tap Dashboard.
-
-
Tap the hamburger icon.
-
-
Tap Posts.
-
-
Submenu expands. Tap All Posts
-
-
Destination reached.
Setting aside the taps burned by the p2 bug, that’s 6 taps to reach the destination. Expanding submenus burns two taps. Submenus are awkward on touch devices. The expectation on touch is that tapping a menu item takes you to the tapped thing and closes the menu. With WP, tapping in the admin menu subtly opens a submenu. The menu remains open. I often don’t notice the submenu open because I’ve already shifted my gaze to look at the right side of the screen. Losing submenus would benefit touch navigation. Further, losing them on desktop (like wordpress.com An online implementation of WordPress code that lets you immediately access a new WordPress environment to publish your content. WordPress.com is a private company owned by Automattic that hosts the largest multisite in the world. This is arguably the best place to start blogging if you have never touched WordPress before. https://wordpress.com/ does) reduces the overwhelming feeling new user experience when first confronting wp-admin. This is something I’d like to experiment with in a feature plugin A plugin that was created with the intention of eventually being proposed for inclusion in WordPress Core. See Features as Plugins..
Our toolbar menus need attention across all devices. The lack of Posts means extra taps for an important flow. Our toolbar interactions also suffer from an expectation defying menu dismissal bug.
#admin-menus, #ios, #multisite, #phablet, #tooolbar, #web
You must be logged in to post a comment.