Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gutenberg integration roadmap #9189

Open
46 of 54 tasks
omarreiss opened this issue Mar 12, 2018 · 5 comments
Open
46 of 54 tasks

Gutenberg integration roadmap #9189

omarreiss opened this issue Mar 12, 2018 · 5 comments

Comments

@omarreiss
Copy link
Contributor

omarreiss commented Mar 12, 2018

Below I've written out a roadmap for our integration. These things are pretty much by order in which they should be done, but can mostly also be done in parallel. When the content analysis is ready to be included in the sidebar for instance, we should just do it. The rest can remain in the metabox while needed.

Higher level priorities

  • Feature parity sidebar and analysis metabox section: 1, 2.1.1, 2.2.1, 2.2.2
  • Content analysis in sidebar: 1, 2.1.1, 2.2.3, 2.2.4, 3.1, 3.9, 7.1
  • Snippet preview in screen takeover: 1, 2.1, 2.2.1, 2.2.2, 3.3, 4.2, 7.1, 7.2

1. Basic integration (Metabox)

2. Prepare for native integration

2.1 Backend

2.2 Frontend

2.3 Premium

  • 2.3.1 Reactify Social previews (Premium)
  • 2.3.2 Reactify Insights section (Premium)
  • 2.3.3 Reactify Internal linking suggestions section (Premium)

2.4 Add-ons

  • 2.4.1 Reactify News SEO metabox section
  • 2.4.2 Reactify Video SEO metabox section
  • 2.4.3 Reactify WooCommerce SEO metabox section
  • 2.4.4 Create Gutenblocks for Local SEO shortcodes.

3. Plugin Sidebar

  • 3.1 Move content analysis to sidebar Move content analysis to sidebar #9205
  • 3.2 Add Help center trigger to sidebar (UI in screen takeover)
  • 3.3 Add Snippet preview trigger to sidebar (UI in screen takeover)
  • 3.4 Add Social metadata trigger to sidebar (UI in screen takeover)
  • 3.5 Add Advanced metadata trigger to sidebar (UI in screen takeover)
  • 3.6 Add a slot to our sidebar where we can render more things.
  • 3.7 Add Internal linking suggestions section to sidebar (Premium)
  • 3.8 Add Insights widget to sidebar (Premium)
  • 3.9 Add support for multiple keywords in sidebar (Premium)

4. Plugin Screen takeover

  • 4.1 Add Help center to screen takeover
  • 4.2 Add Snippet preview to screen takeover
  • 4.3 Add Social metadata to screen takeover
  • 4.4 Add Advanced metadata to screen takeover
  • 4.5 Have a way to add more forms to our screen takeover (Slot/fill)

5. Pré publish workflow.

  • 5.1 Come up with a non-obtrusive way to warn folks if their content isn't optimized yet.
  • 5.2 Show overall SEO and readability score

6. Editor Sidebar

  • 6.1 Create custom category widget which includes primary category functionality.

7. Extensibility API's (in Gutenberg)

  • 7.1 Sidebar
  • 7.2 Screentakeover
  • 7.3 Annotations
  • 7.4 Publish overlay
  • 7.5 Plugin overlay
  • 7.6 Register plugin
  • 7.7 Modals

8. Gutenblocks

9. Classic editor overhaul

  • 9.1 Create custom sidebar metabox which works in the same way as the Gutenberg one. To be designed.
@IreneStr
Copy link
Contributor

IreneStr commented Mar 21, 2018

Content analysis in the sidebar

@atimmer and I were discussing what the content analysis in the sidebar should look like. We came up with the following proposal:

What should it look like?

The analysis should move to the sidebar:

  • In Gutenberg: the plugin sidebar
  • In the classic editor: a metabox on the righthand side

In the sidebar:

  • Focus keyword (multiple in Premium)
  • Results: readability and (multiple) SEO
  • Cornerstone toggle
  • Insights (Premium)

Remaining in metabox:

  • Snippet preview and social tab are combined on one tab. Three subtabs: Google logo, Facebook, Twitter
  • Advanced tab

Technical needs

This will be a separate release. We're planning on making these changes in a feature branch before merging them in trunk.

Redux store

React components

Shared between classic editor and Gutenberg

Gutenberg-specific

  • Sidebar-metabox toggle

Classic editor-specific

Container components

to connect React components with store

  • Cornerstone checkbox container
  • Results container --> one per keyword + one for readability
  • Insights container
  • Sidebar container --> regulates which sections are rendered and active/opened. In this stadium, multiple collapsible can be expanded at the same time.
  • Internal linking suggestions container

Modals:

  • Premium upsell when wanting to add second keyword

Deletions:

Miscellaneous

@atimmer
Copy link
Contributor

atimmer commented Apr 3, 2018

Designs can be found here: https://github.com/Yoast/roadmap/issues/5.

@omarreiss
Copy link
Contributor Author

Updated the roadmap with a few tweaks. Most importantly, feature parity in the metabox is going to be an objective after all. We will probably hold on to the metabox for a little longer, even if we have a sidebar, since it will be a very big change for users if that will be gone and right now it's too important in how discoverable our plugin is on the editor.

This means we want to support both a metabox and a sidebar, at least in the beginning. Once we have both. We want to hide the metabox when the sidebar is toggled and vice versa. The metabox toolbar should have a "Dock to sidebar" button which opens the sidebar.

I'm thinking something like this:
screen shot 2018-04-19 at 14 49 04

When the sidebar is closed, the metabox is toggled back on etc.

Once we have this, we might consider removing the metabox at some point, but it's important to take it slow and allow users to get used to all the changes that are coming at them.

@IreneStr
Copy link
Contributor

IreneStr commented Jun 26, 2018

8.0 Roadmap

Researching

Components

Container components

to connect React components with store

Other

Finalizing

@moorscode
Copy link
Contributor

moorscode commented Jul 16, 2018

8.1 Roadmap

Gutenberg

Backend

Replacevars

Components

Other

  • Docking/switching between metbox and sidebar

Longer term

Gutenberg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants