Changes between Version 12 and Version 13 of Deployments/Ebola


Ignore:
Timestamp:
10/15/14 10:23:02 (10 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Deployments/Ebola

    v12 v13  
    44Sahana is starting to respond to the Ebola outbreak in West Africa as we have a usecase from MSF nurses in the field:
    55
    6 == Use case: Contact !Tracing/Monitoring ==
     6== Use Cases ==
     7
     8=== Human Resources ===
     9Identified as a core system which is inadequate in many of the responding organisations.
     10
     11The Sahana Human Resources module is used by several different Red Cross National Societies, so is proven to be flexible & mature.
     12
     13We can develop a template for a simplified HR system which could be rapidly deployed by any of these Orgs
     14
     15=== Logistics ===
     16Identified as a core system which is inadequate in many of the responding organisations.
     17
     18The Sahana Logistics module is used by the Philippines government (DSWD), including to provide mroe aid than any other Org during Typhoon !Haiyan/Yolanda, so is proven to be mature and supportable locally.
     19
     20We can develop a template for a simplified Logistics system which could be rapidly deployed by any of these Orgs
     21
     22We can also develop a template for HELIOShare to allow different organisations to share Logistics data with each other without needing to modify their internal processes.
     23
     24=== Contact !Tracing/Monitoring ===
    725As you probably know, a key element of the fight is to monitor all people that an infected person has come into contact with.
    826
     
    2139
    2240Constraints are that the system would need to work offline and on 5-8 year old hardware...so we're talking Windows laptops with IE7/8 and pre-Android phones.
     41==== Solution ====
     42See Also: https://docs.google.com/document/d/1UwT72n7gQjUosp-_mkOBunsQflFqIApB1e8a69oLOqE/edit
    2343
    2444My solution would be to bundle Firefox into the install and use SMS for mobile parts.
    2545This needs validating before we can action.
    2646
    27 == Solution ==
    28 See Also: https://docs.google.com/document/d/1UwT72n7gQjUosp-_mkOBunsQflFqIApB1e8a69oLOqE/edit
    29 === Template ===
     47===== Template =====
    3048Action: Fran
    3149
     
    3654- customise modules
    3755
    38 === Data ===
     56===== Data =====
    3957GIS Locations for Guinea, Liberia & Sierra Leone
    4058- from GADM with P-Codes from OCHA
     
    4462* https://docs.google.com/spreadsheets/d/1iR-JFC3CUykIHfw88Plvfoukvww6AZaf-EYYrOn_KYw/edit#gid=1474657653
    4563
    46 === Demo ===
     64===== Demo =====
    4765Action: Fran
    4866
    4967We want to be able to point people somewhere to see something real
    50 === Data Model ===
     68
     69===== Data Model =====
    5170Action: Dominic
    5271
     
    5574- hms_person_monitor: component of pr_person to record the monitoring results (if we need to keep historical)
    5675
    57 === UI ===
     76===== UI =====
    5877* Simplification of PR to minimum required for the usecase
    5978 - pr_contact
     
    6281* Simplification of HMS to minimum required for the usecase (which could start as zero with all referrals happening off-system)
    6382
    64 === Workflow ===
     83===== Workflow =====
    6584* onaccept routine (run async where possible, even if unlikely on the older hardware we're talking) to flag record of contacts that need to go into enhanced monitoring...and provide a summarised list to the relevant person (email?) Do we notify the contact themselves via SMS?
    6685
    67 === Reporting ===
     86===== Reporting =====
    6887* Simple reporting to see a list (& totals) of contacts that we should be monitoring and their status
    6988
    70 === Translation ===
     89===== Translation =====
    7190If it is to be used in Guinea, we should ensure the relevant strings are translated into French
    7291
    73 === Testing ===
     92===== Testing =====
    7493
    75 === Installer ===
     94===== Installer =====
    7695* Build Installer
    7796
    78 === Sync ===
     97===== Sync =====
    7998* Do we need Sync with a central server?
     99
     100== Communications ==
     101We want to reach out to these people:
     102* CDC (in charge of coordination inc technical)
     103* MSF (usecase came from their frontline nurses)
     104* Red Cross (we already have a Red Cross instance which could be easily made use of for HR &/or Logistics)
     105- contact Sune?
     106* UNMEER (new unit in charge of coordination inc technical)
     107* WFP (Logitics lead, they sponsored the Philippines install)
     108- contact George Pornaras? Edgardo?
    80109
    81110== See Also ==