I'm using Web2Py for 6 months now, and I'm very happy with it.But here are 
the most missing features I found in Web2Py. Most of those missing features 
concerns grids/smartgrids.

   - inline_editing parameter for SQLFORM.(smart)grid to allow inline 
   edition of some or all fields (ajax), without the need to go on a dedicated 
   Edit page for every change.
   - Bulk editing: select some of the lines, and change one of the field to 
   the same value. Very usefull when contraint IS_IN_... .
   - when a string field has the requires=IS_IN_SET(...) constraint, I 
   would expect to have those predefined choices in the search form also, (and 
   possibly keep one option for the free text search.)
   - Allow wildcards for simple searchs, but also regular expression if 
   search string withing ! or / marks.
   - Allow a different representation in table than in view, in order to be 
   able to have short fields in table when a mapping function is defined. For 
   instance, if in the view forms we have company department field with 
   requires=IS_IN_SET('Information Technology', 'Accounting & Finance', 'Human 
   Resources'), and if I defined the appropriate mapping function, I would 
   like to see IT, A&F and HR in the table view, to be able to display more 
   columns.
   - Option to disable the "Delete confirmation" from the smartgrid 
   definition. (for only one form)
   - Export computed fields, either as text, either as html, or maybe 
   default to export links, and provide a links_export similar to links but 
   used for exporting data. Set links_export to None to prevent exporting 
   links fields.
   - Autocompletion / help in the online code editor.

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to