changeset 89:67d58773e96e

Add more TODO items
author Omair Majid <omajid@redhat.com>
date Tue, 21 Jan 2014 10:27:17 -0500
parents c9a209ff2ee3
children 8f2dd0dbdb87
files TODO.md
diffstat 1 files changed, 15 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/TODO.md	Tue Jan 21 10:33:52 2014 -0500
+++ b/TODO.md	Tue Jan 21 10:27:17 2014 -0500
@@ -1,9 +1,24 @@
 Things To Do
 ============
 
+- Validate existing `thermostat-plugin.xml` files, with error markers pointing
+  to incorrect things.
+
+- Add validators for all fields where it makes sense
+
 - Fix up dirty/stale states
 
 - Implement support for options/arguments
 
+- Add some help information distinguishing between Commands and Extensions in
+  each page as well as the Overview page.
+
+- Modify the bundle loading dialog to be smarter. Offer auto-completion and
+  automatically identify bundle names from all open projects and dependencies,
+  as well as core thermostat bundles.
+
 - There are lots of things to fix marked in the code with `TODO` and
   `FIXME`
+
+- Add support for creating multi-project plugin. Possibly make use of
+  maven archetype from `thermostat`.