Changes between Version 64 and Version 65 of Projects/Advanced


Ignore:
Timestamp:
02/16/14 10:18:12 (11 years ago)
Author:
Fran Boon
Comment:

+Client-side validation / error reporting

Legend:

Unmodified
Added
Removed
Modified
  • Projects/Advanced

    v64 v65  
    158158 * Search box in the top right corner
    159159
     160== Client-side validation / error reporting ==
     161Focal Persons: Fran Boon, ...
     162
     163It is nicer for both users & server load if they get told of data entry problems (such as not filling-in mandatory fields) before they submit the form and get the server-side validation results.
     164
     165We make a little use of jQuery.validate already - currently just for the registration page. It would be good to extend this and provide a nice consistent API to report errors, which should work on both Bootstrap & other Themes. The existing 'required' flag should be picked-up & validated automatically.
     166
    160167== Export Graphs ==
    161168Export Graphs as Images.