From 4aaa0ba87c3b3d90b7224a08f6c5084209d18ff6 Mon Sep 17 00:00:00 2001 From: Garret Wassermann Date: Fri, 17 Mar 2017 21:30:12 -0400 Subject: [PATCH] Rough initial thoughts on roadmap --- Development-Roadmap.md | 23 +++++++++++++++++++++++ Home.md | 1 - 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 Development-Roadmap.md delete mode 100644 Home.md diff --git a/Development-Roadmap.md b/Development-Roadmap.md new file mode 100644 index 0000000..214a9be --- /dev/null +++ b/Development-Roadmap.md @@ -0,0 +1,23 @@ +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. + +# 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 +* 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 +* Require Django 1.11+, Python 2.7 or 3.4+, last release to support Python 2.7 + +# 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 diff --git a/Home.md b/Home.md deleted file mode 100644 index bfe9796..0000000 --- a/Home.md +++ /dev/null @@ -1 +0,0 @@ -Welcome to the django-helpdesk wiki! \ No newline at end of file