Changes between Version 7 and Version 8 of BluePrint/Messaging/OpenGeoSMS


Ignore:
Timestamp:
12/05/11 14:10:21 (13 years ago)
Author:
Fran Boon
Comment:

ToDo

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/Messaging/OpenGeoSMS

    v7 v8  
    11= OpenGeoSMS =
    22
    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).
    44
    5 It sends as a !GoogleMaps URL (our implementation also supports !OpenStreetMap).
    6 
     5It sends as a !GoogleMaps URL:
    76* 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.
    87* If they have a !SmartPhone then they can click on the URL to see the location being discussed on a map
     
    1312Binary:
    1413* http://eden.sahanafoundation.org/downloads/SahanaGeoSMSerV2.apk
     14SDK:
     15* http://code.google.com/p/ogs-sdk/
    1516
    16 Our support is in {{{modules/s3/s3msg.py}}}:
     17Sahana Eden has outbound support is in {{{modules/s3/s3msg.py}}}:
    1718* {{{msg.prepare_opengeosms(self, location_id, code="S", map="google", text="")}}}
    1819 * S = Sahana
    1920 * ST = Sahana Task Dispatch
    2021 * SI = Sahana Incident Report
     22* Eden also supports !OpenStreetMap URLs as a future extension
    2123
    2224This 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)