Changes between Version 45 and Version 46 of BluePrint/Mobile


Ignore:
Timestamp:
12/17/10 00:14:07 (14 years ago)
Author:
mmatthews
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/Mobile

    v45 v46  
    6767   * ~~This currently sends an SMS whenever an HTTP transmission attempt fails~~
    6868   * Still need prompt if the HTTP submission fails.
     69   * Needs to work on the Sahana server side with more than just the controllers.msg.tropo() method (like sms_handler_modem)
    6970   * Need some way to verify that a whole form submission was successful (esp. for multi-part SMS).
    7071   * Need to delete the submitted form from the mobile device when it the submission was confirmed successful.
    71    * The current multi-part transmission uses a very proprietary sequence number and unique id system that looks like this:
     72   * The current multi-part transmission uses a very proprietary sequence number and unique id system that looks like this, and needs to be fixed in a less proprietary way:
    7273     * (1/3)(12345)
    7374     * ...
    7475     * (3/3)(12345)
     76   * ...This method required a change in the ODK Collect code, and in the Sahana, which is why only the tropo code path can rebuild SMS somehow.
    7577  * Want to be able to download Forms via SMS
    7678   * Push updates from server