We are looking at making a really simple form manager that would mostly be based on HTML and jquery, so it would run without troubles on lightweight devices such as the iPhone.
The task list could also be re-done to fit better the interface of iPods and iPhone.
- The basic toolkit for developing iPhone UI, namely iUI
, can be used.
- There is an iPhone JQuery
plugin
- so some users
have reported tremendous success while working on it.
Basic plan would be to have:
- a generic form manager deployment webapp, such as the one that has been developed for GI
- the above generic deployment webapp could serve static pages that the user would access after logging
- use jquery to handle the front end of forms and validation and call the different services directly if that is enough
- enable server side validation and communication with the different services if that is more complete.