From ea6f0244cd2e0eecf557de529115bb524680c95e Mon Sep 17 00:00:00 2001 From: Garret Wassermann Date: Thu, 24 Aug 2017 14:58:34 -0400 Subject: [PATCH] reformatting --- Development-Roadmap.md | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/Development-Roadmap.md b/Development-Roadmap.md index 214a9be..85db116 100644 --- a/Development-Roadmap.md +++ b/Development-Roadmap.md @@ -1,23 +1,27 @@ Below is a roadmap and rough timeline for major new features and changes to django-helpdesk. This is very much in flux, not set in stone yet, and looking for comments! Please feel free to file a ticket if you'd like to discuss an idea, or directly add ideas to this wiki. +# Upcoming Releases -# 0.1 -* The classic release, we released 0.1.18 to fix a few bugs and simple merge requests. -* Expect 0.1.18 to be the last release of the series as we move to further development. -* Supports south databases and Django prior to 1.8, both python 2.7 and 3.3+ - -# 0.2 +## 0.2 * Updated Bootstrap CSS and jQuery interface, better theming * Improved unit testing (infrastructure work for easier future development) * South database migrations are deprecated * Requires Django 1.8+, Python 2.7 or 3.4+ -# 0.3 +## 0.3 * Require Django 1.11+, Python 2.7 or 3.4+, last release to support Python 2.7 -# 0.4 +## 0.4 * Require Django 2.0+, Python 3.5+ -# Future (Not yet scheduled) -* Public-facing web interface overhaul, rework how we allow ticket submitters to log in and view status without accounts \ No newline at end of file +## Future (Not yet scheduled) +* Public-facing web interface overhaul, rework how we allow ticket submitters to log in and view status without accounts +* Move to Bootstrap CSS v4.0 + +# Past Releases + +## 0.1 - last update end of 2016 +* The classic release, we released 0.1.18 to fix a few bugs and simple merge requests. +* Expect 0.1.18 to be the last release of the series as we move to further development. +* Supports south databases and Django prior to 1.8, both python 2.7 and 3.3+ \ No newline at end of file