From 428716b6ad53c2a99e20eba912c6e8684df6afc5 Mon Sep 17 00:00:00 2001 From: Dan Braghis Date: Thu, 22 Jan 2015 11:01:08 +0000 Subject: [PATCH] Updated Roadmap (markdown) --- Roadmap.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Roadmap.md b/Roadmap.md index 87927eb..7056e9b 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -1,9 +1,11 @@ ***This is a rough draft*** -* Replace the image backends with Willow -* StreamField -* API +* [x] Replace the image backends with Willow +* [ ] Block-level editing UI ([StreamField](https://github.com/torchbox/wagtail/issues/823)) +* [ ] API - 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. - 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 \ No newline at end of file