Changes between Version 12 and Version 13 of Deployments/Ebola
- Timestamp:
- 10/15/14 10:23:02 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Deployments/Ebola
v12 v13 4 4 Sahana is starting to respond to the Ebola outbreak in West Africa as we have a usecase from MSF nurses in the field: 5 5 6 == Use case: Contact !Tracing/Monitoring == 6 == Use Cases == 7 8 === Human Resources === 9 Identified as a core system which is inadequate in many of the responding organisations. 10 11 The Sahana Human Resources module is used by several different Red Cross National Societies, so is proven to be flexible & mature. 12 13 We can develop a template for a simplified HR system which could be rapidly deployed by any of these Orgs 14 15 === Logistics === 16 Identified as a core system which is inadequate in many of the responding organisations. 17 18 The 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 20 We can develop a template for a simplified Logistics system which could be rapidly deployed by any of these Orgs 21 22 We 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 === 7 25 As you probably know, a key element of the fight is to monitor all people that an infected person has come into contact with. 8 26 … … 21 39 22 40 Constraints 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 ==== 42 See Also: https://docs.google.com/document/d/1UwT72n7gQjUosp-_mkOBunsQflFqIApB1e8a69oLOqE/edit 23 43 24 44 My solution would be to bundle Firefox into the install and use SMS for mobile parts. 25 45 This needs validating before we can action. 26 46 27 == Solution == 28 See Also: https://docs.google.com/document/d/1UwT72n7gQjUosp-_mkOBunsQflFqIApB1e8a69oLOqE/edit 29 === Template === 47 ===== Template ===== 30 48 Action: Fran 31 49 … … 36 54 - customise modules 37 55 38 === Data===56 ===== Data ===== 39 57 GIS Locations for Guinea, Liberia & Sierra Leone 40 58 - from GADM with P-Codes from OCHA … … 44 62 * https://docs.google.com/spreadsheets/d/1iR-JFC3CUykIHfw88Plvfoukvww6AZaf-EYYrOn_KYw/edit#gid=1474657653 45 63 46 === Demo===64 ===== Demo ===== 47 65 Action: Fran 48 66 49 67 We want to be able to point people somewhere to see something real 50 === Data Model === 68 69 ===== Data Model ===== 51 70 Action: Dominic 52 71 … … 55 74 - hms_person_monitor: component of pr_person to record the monitoring results (if we need to keep historical) 56 75 57 === UI===76 ===== UI ===== 58 77 * Simplification of PR to minimum required for the usecase 59 78 - pr_contact … … 62 81 * Simplification of HMS to minimum required for the usecase (which could start as zero with all referrals happening off-system) 63 82 64 === Workflow===83 ===== Workflow ===== 65 84 * 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? 66 85 67 === Reporting===86 ===== Reporting ===== 68 87 * Simple reporting to see a list (& totals) of contacts that we should be monitoring and their status 69 88 70 === Translation===89 ===== Translation ===== 71 90 If it is to be used in Guinea, we should ensure the relevant strings are translated into French 72 91 73 === Testing===92 ===== Testing ===== 74 93 75 === Installer===94 ===== Installer ===== 76 95 * Build Installer 77 96 78 === Sync===97 ===== Sync ===== 79 98 * Do we need Sync with a central server? 99 100 == Communications == 101 We 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? 80 109 81 110 == See Also ==