Changes between Version 53 and Version 54 of BluePrint/Mobile


Ignore:
Timestamp:
12/17/10 19:50:55 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/Mobile

    v53 v54  
    7171
    7272 * SMS (building on the current NCSU code)
     73  * Need to give user feedback that SMS is sent when HTTP fails (currently they just get a 'Submission failed' message!)
     74   * Should really give them an optional Prompt
     75  * Need to compress the form submissions
     76   * Use the [http://bitbucket.org/javarosa/javarosa/wiki/SMSSendingAPI OpenRosa SMS API]
     77   * Strip out empty/default fields
     78   * encode the characters more efficiently
     79  * Need to authenticate the form submissions
    7380  * Needs to work on the Sahana server side with more than just the controllers.msg.tropo() method (like sms_handler_modem)
    7481  * Need some way to verify that a whole form submission was successful (esp. for multi-part SMS).
    7582  * Need to delete the submitted form from the mobile device when it the submission was confirmed successful.
    7683  * The [MobileAndroid#SMSStructure current multi-part transmission] uses a very custom sequence number, which should be made more standard (& take up less room)
    77   * Need to authenticate the form submissions
    78   * Need to compress the form submissions
    79    * Use the [http://bitbucket.org/javarosa/javarosa/wiki/SMSSendingAPI OpenRosa SMS API]
    80    * Strip out empty/default fields
    81    * encode the characters more efficiently
    8284  * Want to be able to download Forms via SMS
    8385   * Push updates from server