wagtail/docs/roadmap.rst

35 wiersze
1.3 KiB
ReStructuredText
Czysty Zwykły widok Historia

2014-03-11 11:20:26 +00:00
Roadmap
-------
The story so far
~~~~~~~~~~~~~~~~
Wagtail was developed for the Royal College of Art in 2013, and launched as an open source project in February 2014. The changes since its launch are recorded in the codebase:
https://raw.github.com/torchbox/wagtail/master/CHANGELOG.txt
In summary:
* February 2013: Reduced dependencies, basic documentation, translations, tests
What's next
~~~~~~~~~~~
The `issue list <https://github.com/torchbox/wagtail/issues>`_ gives a detailed view of the immediate tasks, but our current broad priorities are:
2014-03-11 17:33:16 +00:00
* More and better tests (>80% `coverage <https://coveralls.io/r/torchbox/wagtail>`_)
2014-03-11 11:20:26 +00:00
* Better documentation: simple setup guides for all levels of user, a manual for editors and administrators, in-depth intstructions for Django developers.
* A form builder
2014-03-11 17:33:16 +00:00
* Move site section permissions out of Django admin
2014-03-11 11:20:26 +00:00
* Improved image handling: intelligent cropping, animated gif support
* Block-level editing UI (see `Sir Trevor <http://madebymany.github.io/sir-trevor-js/>`_)
* Site settings management
2014-03-11 17:33:16 +00:00
* Edit bird for logged-in visitors
2014-03-11 11:20:26 +00:00
* Support for an HTML content type
2014-03-11 17:33:16 +00:00
* Simple inline stats
2014-03-11 11:20:26 +00:00
You decide
~~~~~~~~~~
Please help us focus on the right things by raising issues for new features, or joining the discussion on existing issues.