From 9f955373a9e16b58fba55c8cb4053e2608103dda Mon Sep 17 00:00:00 2001 From: Garret Wassermann Date: Thu, 14 Sep 2017 00:45:42 -0400 Subject: [PATCH] Updated Development Roadmap (markdown) --- Development-Roadmap.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Development-Roadmap.md b/Development-Roadmap.md index c5fb1be..97fccab 100644 --- a/Development-Roadmap.md +++ b/Development-Roadmap.md @@ -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.