mirror of https://github.com/wagtail/wagtail.git
Updated roadmap (incomplete)
parent
99248b09f9
commit
c1efebbb1f
36
Roadmap.md
36
Roadmap.md
|
@ -1,3 +1,17 @@
|
||||||
|
## Planned
|
||||||
|
Feature | Version | Notes
|
||||||
|
------- | ------- | -----
|
||||||
|
Versioning UI | 1.4 |
|
||||||
|
Image and document collections | 1.4 | [RFC](https://github.com/torchbox/wagtail/wiki/Collections-RFC)
|
||||||
|
UI / Admin API separation | 1.x | underway
|
||||||
|
Modeladmin | 1.5 | e.g. integrating https://github.com/ababic/wagtailmodeladmin
|
||||||
|
Improved multi-language support | 1.5 | underway
|
||||||
|
Swappable rich text editor | 1.5 | [Relevant PR](https://github.com/torchbox/wagtail/pull/1521)
|
||||||
|
Write API | 1.x |
|
||||||
|
Group-based view permissions | 1.x | [Relevant ticket](https://github.com/torchbox/wagtail/issues/257)
|
||||||
|
In-page preview | 1.x |
|
||||||
|
StreamField phase 2 | 1.x | More fluid editing experience
|
||||||
|
|
||||||
## Completed
|
## Completed
|
||||||
Feature | Version | Notes
|
Feature | Version | Notes
|
||||||
------- | ------- | -----
|
------- | ------- | -----
|
||||||
|
@ -20,24 +34,6 @@ 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 remote storages | 1.1 |
|
||||||
Improved support for very large sites | 1.1 | Done in master
|
Improved support for very large sites | 1.1 |
|
||||||
|
|
||||||
## To do
|
|
||||||
Feature | Version | Notes
|
|
||||||
------- | ------- | -----
|
|
||||||
Image and document collections | 1.x | [PR](https://github.com/torchbox/wagtail/pull/1751), [RFC](https://github.com/torchbox/wagtail/wiki/Collections-RFC)
|
|
||||||
Deferred image renditions | 1.x |
|
|
||||||
iOS app | 1.x | Generic iOS front-end for Wagtail content
|
|
||||||
Improved multi-language support | 1.x | e.g. tighter integration with wagtail-modeltranslation
|
|
||||||
Swappable rich text editor | 1.x | [Relevant PR](https://github.com/torchbox/wagtail/pull/1521)
|
|
||||||
Write API | 1.x |
|
|
||||||
UI / API separation | 1.x | enabling e.g. React admin UI and [ColumnView ideas](https://www.youtube.com/watch?v=fRo4YHdsQp4)
|
|
||||||
Group-based view permissions | 1.x | [Relevant ticket](https://github.com/torchbox/wagtail/issues/257)
|
|
||||||
Versioning UI | 1.x |
|
|
||||||
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
|
|
||||||
Settings app | 1.x | [PR](https://github.com/torchbox/wagtail/pull/1754), [App](https://pypi.python.org/pypi/wagtailsettings)
|
Settings app | 1.x | [PR](https://github.com/torchbox/wagtail/pull/1754), [App](https://pypi.python.org/pypi/wagtailsettings)
|
Loading…
Reference in New Issue