[wp-trac] [WordPress Trac] #38342: Quick Draft: Leverage REST API endpoints
WordPress Trac
noreply at wordpress.org
Thu Oct 27 15:04:46 UTC 2016
#38342: Quick Draft: Leverage REST API endpoints
----------------------------------+-------------------------
Reporter: adamsilverstein | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: 4.7
Component: Administration | Version:
Severity: normal | Resolution:
Keywords: needs-patch REST-API | Focuses: javascript
----------------------------------+-------------------------
Comment (by aduth):
Latest patch includes:
- Remove data bootstrapping server-side, instead fetching on client. This
hadn't accounted for user dismissed panels, which is technically possible
to account for on the server, but simpler to delegate to client (with
caveat being there's a neglibily longer delay in drafts being shown)
- Better compatibility with [http://caniuse.com/#feat=es5 non-ES5
browsers], e.g. using Underscore.js equivalents in place of Array#map and
Function#bind
- Add inline comments
[https://github.com/xwp/wordpress-
develop/compare/master...adamsilverstein:update/trac-38342-api-quick-draft
Full commit history on GitHub]
--
Ticket URL: <https://core.trac.wordpress.org/ticket/38342#comment:22>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list