From 297c7b5f8be15afe93cfab2bf40a52b604c204db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9d=C3=A9ric=20Ribreux?= Date: Thu, 31 Aug 2017 17:30:03 +0200 Subject: [PATCH] Update TODO list --- python/plugins/processing/algs/grass7/{TODO => TODO.md} | 9 +++++++++ 1 file changed, 9 insertions(+) rename python/plugins/processing/algs/grass7/{TODO => TODO.md} (91%) diff --git a/python/plugins/processing/algs/grass7/TODO b/python/plugins/processing/algs/grass7/TODO.md similarity index 91% rename from python/plugins/processing/algs/grass7/TODO rename to python/plugins/processing/algs/grass7/TODO.md index e05bf57ebe3..ef974ddf396 100644 --- a/python/plugins/processing/algs/grass7/TODO +++ b/python/plugins/processing/algs/grass7/TODO.md @@ -1,5 +1,14 @@ TODO List for GRASS7 algorithms support into QGIS Processing +QGIS3 Processing Port +===================== + +* Port to Python3. +* Replace all parameters by QgsProcessingParameters. +* Re-enable GRASS algorithm by default. +* Add GRASS 7.2 new algorithms. +* Improve unit tests + Unit tests ==========