Changes between Version 45 and Version 46 of BluePrint/Mobile
- Timestamp:
- 12/17/10 00:14:07 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/Mobile
v45 v46 67 67 * ~~This currently sends an SMS whenever an HTTP transmission attempt fails~~ 68 68 * 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) 69 70 * Need some way to verify that a whole form submission was successful (esp. for multi-part SMS). 70 71 * 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: 72 73 * (1/3)(12345) 73 74 * ... 74 75 * (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. 75 77 * Want to be able to download Forms via SMS 76 78 * Push updates from server