Rough initial thoughts on roadmap

Garret Wassermann 2017-03-17 21:30:12 -04:00
parent fe5e3d4384
commit 4aaa0ba87c
2 changed files with 23 additions and 1 deletions

23
Development-Roadmap.md Normal file

@ -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

@ -1 +0,0 @@
Welcome to the django-helpdesk wiki!