Make WordPress Core

Changes between Version 4 and Version 5 of Ticket #34923


Ignore:
Timestamp:
12/08/2015 09:32:36 PM (9 years ago)
Author:
westonruter
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34923 – Description

    v4 v5  
    1 Upon first installing WordPress, new users may find themselves in the Customizer to set up their site, given the big blue Customizer button on the Dashboard. The new user experience (NUX) is one area highlighted in the [https://make.wordpress.org/core/2015/09/23/outlining-a-possible-roadmap-for-the-customizer/ roadmap]. One thing that has been discussed is that the number of things the user can do in the Customizer is largely a subset of what they can do in the WP admin. Most notably, one of the first things that a user would likely want to do is add pages to their site. I understand that new users to WordPress do not understand the nav menu item vs page distinction, and in the Customizer I am guessing that many users would expect to be able to add nav menu items for all of the pages they want to be on their site, whether they exist yet or not. This is not currently possible in the Customizer, meaning that users would have to exit the Customizer to create the pages and then come back into the Customizer to then create the nav menu items. This is a poor experience.
     1Upon first installing WordPress, new users may find themselves in the Customizer to set up their site, given the big blue Customizer button on the Dashboard. The new user experience (NUX) is one area highlighted in the [https://make.wordpress.org/core/2015/09/23/outlining-a-possible-roadmap-for-the-customizer/ roadmap]. The number of things the user can do in the Customizer is largely a subset of what they can do in the WP admin. Most notably, one of the first things that a user may want to do is add pages to their site. I understand that new users to WordPress do not understand the nav menu item vs page distinction, and in the Customizer I am guessing that many users would expect to be able to add nav menu items for all of the pages they want to be on their site, whether they exist yet or not. This is not currently possible in the Customizer, meaning that users get stuck and have to exit the Customizer to create the pages and then come back into the Customizer to then create the nav menu items. This user [https://make.wordpress.org/flow/glossary/#flow flow] blockage is a poor experience.
    22
    33So I propose that the UI for selecting an item to add a nav menu item should be extended with a button to add a new instance of the item type right there in the Customizer. If wanting to add a new page, then an editor overlay can appear over the preview which allows the user to supply the standard post/page fields such as the title and content via a TinyMCE editor (also allowing the setting of the featured image and page template would be useful, since these cannot be previewed via Post Preview either). This could serve as a first step toward a full post editor experience in the Customizer in a UI similar to [https://developer.wordpress.com/2015/11/23/the-story-behind-the-new-wordpress-com/ Calypso] on WordPress.com, but starting with just the title and content we can get our feet wet. Perhaps we could even fully re-use the [https://github.com/Automattic/wp-calypso/tree/master/client/post-editor post-editor] in Calypso.