Updated Development Roadmap (markdown)

Garret Wassermann 2017-09-14 00:45:42 -04:00
parent f0d38a4f79
commit 9f955373a9

@ -9,18 +9,17 @@ This is very much in flux, nothing set in stone yet, just ideas looking for comm
* Improved unit testing (infrastructure work for easier future development)
* Improved Python 3 support, particularly for email parsing of tickets/comments
* South database migrations are deprecated
* Requires Django 1.11+, Python 2.7 or 3.4+, Python 2 deprecated
* Requires Django 1.11.x, Python 2.7 or 3.4+, Python 2 deprecated and will be removed next release
## 0.3
* Require Django 1.11+
* Python 3.4+, to be determined if Python 2 support retained or removed
* Require Django 1.11.x or 2.x, Python 3.4+ (Python 2 is dropped)
* Message threading, revised UI
* Merged tickets and improved bulk actions
* Improved Django user permissions
## 0.4
* Require Django 2.0+, Python 3.5+
* Generic views? (Should re-evaluate best practices as Django 2.0 gets closer, Django itself may change a bit in major version)
* Require Django 2.x, Python 3.5+
* Generic views? (Should re-evaluate best practices when Django 2.0 is released, Django itself may change a bit in major version)
## Future (Not yet scheduled)
* Public-facing web interface overhaul, rework how we allow ticket submitters to log in and view status without accounts
@ -28,7 +27,7 @@ This is very much in flux, nothing set in stone yet, just ideas looking for comm
* Move to Bootstrap CSS v4.0 once released
* Move to Font Awesome 5 Free once released
# Past Releases
# Past Releases (Changelog)
## 0.1.18 - last update end of 2016
* The classic release, we released 0.1.18 to fix a few bugs and simple merge requests.