Changes between Version 7 and Version 8 of BluePrint/Messaging/OpenGeoSMS
- Timestamp:
- 12/05/11 14:10:21 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/Messaging/OpenGeoSMS
v7 v8 1 1 = OpenGeoSMS = 2 2 3 [http://code.google.com/p/ogs-sdk/ OpenGeoSMS]is a simple format for encoding Latitude & Longitude into a text message (SMS/Email/Twitter).3 !OpenGeoSMS is a simple format for encoding Latitude & Longitude into a text message (SMS/Email/Twitter). 4 4 5 It sends as a !GoogleMaps URL (our implementation also supports !OpenStreetMap). 6 5 It sends as a !GoogleMaps URL: 7 6 * The !LatLon can be manually copied to a GPS, if the recipient is on a non-!SmartPhone or has no Internet access from that location. 8 7 * If they have a !SmartPhone then they can click on the URL to see the location being discussed on a map … … 13 12 Binary: 14 13 * http://eden.sahanafoundation.org/downloads/SahanaGeoSMSerV2.apk 14 SDK: 15 * http://code.google.com/p/ogs-sdk/ 15 16 16 Oursupport is in {{{modules/s3/s3msg.py}}}:17 Sahana Eden has outbound support is in {{{modules/s3/s3msg.py}}}: 17 18 * {{{msg.prepare_opengeosms(self, location_id, code="S", map="google", text="")}}} 18 19 * S = Sahana 19 20 * ST = Sahana Task Dispatch 20 21 * SI = Sahana Incident Report 22 * Eden also supports !OpenStreetMap URLs as a future extension 21 23 22 24 This will be useful for: 23 * [wiki:Deployments/Bombeiros Bombeiros] 24 * [BluePrintCERT CERT] 25 * [wiki:Deployments/Bombeiros Bombeiros] - dispatch functionality in IRS 26 * [BluePrintCERT CERT] - deployment functionality in HRM events 27 28 !ToDo (Sahana): 29 * support for Inbound SMS to IRS 30 * include replies with URL of resource to upload photos/videos 31 32 !ToDo (Android): 33 * Work with phone book entries as well as manual entry (currently these give 'the phone number is unusable') 34 * Rename 'Task Dispatch Inbox' as just 'Task Inbox' 35 * 'About' help text for "Where shall we meet?" appears on all map screens 36 * Should be possible to report Incidents for locations other than where the reporter is currently 37 * Incident Reports Inbox for the acks (Incident Reports goes here if there are acks, along with a big button to 'Report New Incident'?) 38 * Support acknowledging Tasks Dispatched 39 * Support uploading Photos/Videos to an Incident 40 * Support OpenStreetMap URLs 41 * About page 42 * Configuration settings for default number to send incident reports to 43 * Can be embedded easily into downloadable app for preconfiguration of a Sahana instance 44 * Can be easily hidden to prevent users from overriding (& alsdo the IRS number in general)