mirror of https://github.com/wagtail/wagtail.git
Updated Roadmap (markdown)
parent
9850534ab2
commit
2af3c38571
|
@ -20,13 +20,13 @@ RESTful API | 1.0 | [1.0 release notes](http://docs.wagtail.io/en/v1.0/releases/
|
||||||
MySQL support | 1.0 |
|
MySQL support | 1.0 |
|
||||||
Installation simplification | 1.0 | libsass removal
|
Installation simplification | 1.0 | libsass removal
|
||||||
Django REST Framework integration | 1.1 |
|
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
|
## To do
|
||||||
Feature | Version | Notes
|
Feature | Version | Notes
|
||||||
------- | ------- | -----
|
------- | ------- | -----
|
||||||
Improved support for remote storages | 1.1 | Done in master
|
Image and document collections | 1.2 | [PR](https://github.com/torchbox/wagtail/pull/1751), [RFC](https://github.com/torchbox/wagtail/wiki/Collections-RFC)
|
||||||
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)
|
|
||||||
Deferred image renditions | 1.2 |
|
Deferred image renditions | 1.2 |
|
||||||
iOS app | 1.2 | Generic iOS front-end for Wagtail content
|
iOS app | 1.2 | Generic iOS front-end for Wagtail content
|
||||||
Improved multi-language support | 1.x | e.g. tighter integration with wagtail-modeltranslation
|
Improved multi-language support | 1.x | e.g. tighter integration with wagtail-modeltranslation
|
||||||
|
@ -40,3 +40,4 @@ Migration framework | 1.x | cf. Drupal's [migrate](https://www.drupal.org/projec
|
||||||
StreamField phase 2 | 1.x | More fluid editing experience
|
StreamField phase 2 | 1.x | More fluid editing experience
|
||||||
Modeladmin | 1.x | e.g. integrating https://github.com/ababic/wagtailmodeladmin
|
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)
|
Loading…
Reference in New Issue