From 9f9da21434aadcbfc00fb5315f30ee6417d938c1 Mon Sep 17 00:00:00 2001
From: Garret Wassermann <gwasser@users.noreply.github.com>
Date: Wed, 6 Dec 2017 21:40:32 -0500
Subject: [PATCH] Updated Development Roadmap (markdown)

---
 Development-Roadmap.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Development-Roadmap.md b/Development-Roadmap.md
index 33bf2fc..c21ee15 100644
--- a/Development-Roadmap.md
+++ b/Development-Roadmap.md
@@ -7,13 +7,13 @@ This is very much in flux, nothing set in stone yet, just ideas looking for comm
 ## 0.3
 * 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
+* Message threading, revised UI (should we use CoreUI? http://coreui.io)
 * Merged tickets and improved bulk actions
 * Improved Django user permissions
 
 ## 0.4
 * 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
+* Port from Django 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)