From bc4be0e7527a2c3f5f79284e63e48067477e74a4 Mon Sep 17 00:00:00 2001
From: Renaud Le Gac <legac@cppm.in2p3.fr>
Date: Fri, 16 Nov 2012 15:32:30 +0100
Subject: [PATCH] Review the todo list.

---
 static/plugin_dbui/TODO | 45 ++++++++++++++++++++++++-----------------
 1 file changed, 26 insertions(+), 19 deletions(-)

diff --git a/static/plugin_dbui/TODO b/static/plugin_dbui/TODO
index 708fc1f0..2cfb7ec9 100644
--- a/static/plugin_dbui/TODO
+++ b/static/plugin_dbui/TODO
@@ -1,24 +1,31 @@
 ------------------------------------ TODO -------------------------------------
 
-0.4.y
-
-  - Describe the data exchange during create, destroy, read and
-    update in the developer documentation
-
-  - re-design the select action in the database service.
-    
-  - In gridModifier add a where condition (permanent filter)
-  - Complete the Modifiers tools to add a foreign columns in a grid
-  - In Modifiers add the concept of virtual table
-  - Review the Modifiers implementation
-  - Improve the FormModifier to handle almost alls layout (ExtJS 4)       
-
   - Migrate to ExtJS 4
-      
-  - Develop grid plugin: double click, 
-  - Develop grid plugin to export its content as a CSV file,...
-  - Delegate the form validation to the javascript form
 
-  - Develop basic tool to create and handle report
-    and to access them via the viewport
+  - Develop an helper function to instantiate a form, in a separated window, 
+    fill with a database record allowing to modify values.
+    Something like showForm(tablename, id).
+    Therefore the form can be opened from the HTML when a user
+    click on a link or a span tag:
+    <span onclick="javascript: showForm(foo, 23)">bla bla </span>
+    (check the exact syntax)
     
+  - Review the plugin App.grid.Export.
+    It should contain button to reset and to reload the grid.
+    The button export might be replaced by a menu containing
+    all possible actions. Name of the plugin should be change.
+    
+  - Review the plugin App.ViewportLogin.
+    It should be possible to change the different text from the python model.
+    
+  - Review the converter to_panelWithUrlSlector.
+    It should be possible to change the title of the FieldSet from 
+    the python model.
+    
+  - Develop a new javascript widget to handle check list.
+    It is similar to a combobox but each value has a check box in
+    front of it. The order of the check fields can be modified using
+    for example drag and drop technique.
+    
+      
+0.4.9.7 (Nov 2012)    
-- 
GitLab