Changes between Version 53 and Version 54 of BluePrint/Mobile
- Timestamp:
- 12/17/10 19:50:55 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/Mobile
v53 v54 71 71 72 72 * 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 73 80 * Needs to work on the Sahana server side with more than just the controllers.msg.tropo() method (like sms_handler_modem) 74 81 * Need some way to verify that a whole form submission was successful (esp. for multi-part SMS). 75 82 * Need to delete the submitted form from the mobile device when it the submission was confirmed successful. 76 83 * 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 submissions78 * Need to compress the form submissions79 * Use the [http://bitbucket.org/javarosa/javarosa/wiki/SMSSendingAPI OpenRosa SMS API]80 * Strip out empty/default fields81 * encode the characters more efficiently82 84 * Want to be able to download Forms via SMS 83 85 * Push updates from server