Updated Roadmap (markdown)

Dan Braghis 2015-10-05 16:32:50 +01:00
parent 9850534ab2
commit 2af3c38571
1 changed files with 5 additions and 4 deletions

@ -20,13 +20,13 @@ RESTful API | 1.0 | [1.0 release notes](http://docs.wagtail.io/en/v1.0/releases/
MySQL support | 1.0 |
Installation simplification | 1.0 | libsass removal
Django REST Framework integration | 1.1 |
Improved support for remote storages | 1.1 | Done in master
Improved support for very large sites | 1.1 | Done in master
## To do
Feature | Version | Notes
------- | ------- | -----
Improved support for remote storages | 1.1 | Done in master
Improved support for very large sites | 1.1 | Done in master
Image and document collections | 1.2 | [RFC](https://github.com/torchbox/wagtail/wiki/Collections-RFC)
Image and document collections | 1.2 | [PR](https://github.com/torchbox/wagtail/pull/1751), [RFC](https://github.com/torchbox/wagtail/wiki/Collections-RFC)
Deferred image renditions | 1.2 |
iOS app | 1.2 | Generic iOS front-end for Wagtail content
Improved multi-language support | 1.x | e.g. tighter integration with wagtail-modeltranslation
@ -39,4 +39,5 @@ In-page preview | 1.x |
Migration framework | 1.x | cf. Drupal's [migrate](https://www.drupal.org/project/migrate) module
StreamField phase 2 | 1.x | More fluid editing experience
Modeladmin | 1.x | e.g. integrating https://github.com/ababic/wagtailmodeladmin
New StreamField types | 1.x | e.g. code editing, table editor, maps
New StreamField types | 1.x | e.g. code editing, table editor, maps
Settings app | 1.x | [PR](https://github.com/torchbox/wagtail/pull/1754), [App](https://pypi.python.org/pypi/wagtailsettings)