Skip to content

Instantly share code, notes, and snippets.

@danielbachhuber
Last active April 26, 2018 00:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielbachhuber/d19febe02ac7bdcd57eea761a45b0439 to your computer and use it in GitHub Desktop.
Save danielbachhuber/d19febe02ac7bdcd57eea761a45b0439 to your computer and use it in GitHub Desktop.
Review of Gutenberg's REST API milestone

From https://github.com/WordPress/gutenberg/milestone/39

Avoid direct use of user capabilities in client-side code

  • WordPress/gutenberg#6361
  • Status: Blocked — API doesn't communicate user capabilities as descriptively as it needs to.

Support for automatically iterating paginated resources in core-data

  • WordPress/gutenberg#6180
  • Status: Uncertain — Lots of back and forth regarding UX and accessibility, but unclear what scope of work is.

Saved blocks list doesn't show all saved blocks (only a maximum of 10)

Post author dropdown missing users when number of users exceeds 100

Framework: Improve how post revisions are handled

Custom post types without show_in_rest cannot load editor

Category Selection Shows Truncated List

Abysmal response time when fetching pages to be listed in page attributes

Page says post updated when it's a page

Link modal suggestions only include posts when they should also include pages

Custom post types with a custom REST controller class are not editable

Only display Featured Image field if theme supports post thumbnails

  • WordPress/gutenberg#2523
  • Status: Actionable — Need to include thumbnail support data on the index, and then incorporate into the UI.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment