Updated Development Roadmap (markdown)

Garret Wassermann 2017-09-14 01:10:02 -04:00
parent 9f955373a9
commit 0e5e30fae2

@ -12,13 +12,15 @@ This is very much in flux, nothing set in stone yet, just ideas looking for comm
* 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.x or 2.x, Python 3.4+ (Python 2 is dropped)
* Require Django 1.11.x or 2.x, Python 3.4+ or 2.7 (if remain on 1.11.x)
* Revisit Django deprecation warnings, fully address all deprecated issues from 1.8 -> 1.11 LTS transition; according to the Django deprecation guide, allows code to run until after the next LTS, so 1.11 code works on 2.x too, but would require further porting for 3.x, etc.)
* Message threading, revised UI
* Merged tickets and improved bulk actions
* Improved Django user permissions
## 0.4
* Require Django 2.x, Python 3.5+
* Require Django 2.x, Python 3.5+, (Python 2 is dropped for sure)
* Port from 1.11.x -> 2.x to address deprecated features in 1.11 series
* 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)