mirror of https://github.com/wagtail/wagtail.git
Updated Roadmap (markdown)
parent
c38d751a25
commit
428716b6ad
10
Roadmap.md
10
Roadmap.md
|
@ -1,9 +1,11 @@
|
||||||
***This is a rough draft***
|
***This is a rough draft***
|
||||||
|
|
||||||
* <del>Replace the image backends with Willow</del>
|
* [x] Replace the image backends with Willow
|
||||||
* StreamField
|
* [ ] Block-level editing UI ([StreamField](https://github.com/torchbox/wagtail/issues/823))
|
||||||
* API
|
* [ ] API
|
||||||
- Our first implementation will be read-only, with listing and detail end points for pages, images, documents
|
- Our first implementation will be read-only, with listing and detail end points for pages, images, documents
|
||||||
- Listing end points will support filtering, ordering and pagination.
|
- Listing end points will support filtering, ordering and pagination.
|
||||||
- Caching and cache invalidation
|
- Caching and cache invalidation
|
||||||
* Private pages based on user accounts
|
* [ ] Private pages based on user accounts
|
||||||
|
* [ ] Better documentation: simple setup guides for all levels of user, a manual for editors and administrators, in-depth intstructions for Django developers.
|
||||||
|
* [ ] Simple inline stats
|
Loading…
Reference in New Issue