Changes between Version 13 and Version 14 of HaitiRMSToDo
- Timestamp:
- 01/16/10 18:28:52 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HaitiRMSToDo
v13 v14 9 9 10 10 {{{ 11 <chamindra> Basically there will be loads of requests for aid com ming from the field11 <chamindra> Basically there will be loads of requests for aid coming from the field 12 12 <chamindra> by sms, through calls and otherwise 13 13 <chamindra> and people will have to enter these (millions) of requests quickly into the system for tracking 14 <chamindra> there is no time for complex workflows and approvals, so the thesystem has to be extremely quick14 <chamindra> there is no time for complex workflows and approvals, so the system has to be extremely quick 15 15 <chamindra> if we can enter everything for a request in one html form that would be ideal 16 <chamindra> similarly there will be loads of people offering donations of aid of va irous things17 <chamindra> often they cannot be used imm idiately18 <chamindra> but they need to be tracked so that when a need ar rises the donation and the person who offered it can be found19 <chamindra> This is the main objective of the request management system, to connect people wh 16 <chamindra> similarly there will be loads of people offering donations of aid of various things 17 <chamindra> often they cannot be used immediately 18 <chamindra> but they need to be tracked so that when a need arises the donation and the person who offered it can be found 19 <chamindra> This is the main objective of the request management system, to connect people who need aid and people who are offering it 20 20 <chamindra> however to do the matching you need to agree to some measures 21 21 <chamindra> I need 100 Kg of Rice 22 22 <chamindra> bit the person that pledges can only offer 40Kg 23 23 <chamindra> so you match it but note that there is 60Kg remaining to be delivered 24 <chamindra> but you need to track the remain that was not fulfilled24 <chamindra> but you need to track the remainder that was not fulfilled 25 25 26 26 <chamindra> so we now have an added part of getting unstructured data from various sources 27 27 <chamindra> basicially someone is recording some information about aid, without reviewing the content and send it to us 28 <chamindra> first step is someone need to convert that to a request for aid or pledge29 <chamindra> so on click of the queue that is com ming in (as a GeoRSS feed from Ushidhi right now of their SMS messages) you covert it to the first step of a request or a pledge28 <chamindra> first step is someone needs to convert that to a request for aid or pledge 29 <chamindra> so on click of the queue that is coming in (as a GeoRSS feed from Ushidhi right now of their SMS messages) you convert it to the first step of a request or a pledge 30 30 <chamindra> once you click that item is no longer in the pending queue (it has been read and processed) 31 31 <chamindra> So let's think through what a typical situation would be … … 63 63 <chamindra> one request will consist of multiple items (like a shopping list) 64 64 <chamindra> so each one needs type, description, units, quantity 65 <chamindra> but you can consider the whole request being from one contact, phone, and for n number of people 66 <chamindra> good ot have a backup phone and contact as well, in case the primary disappears 67 <chamindra> but that is options 68 <chamindra> optional 65 <chamindra> but you can consider the whole request being from one contact, phone, and for a number of people 66 <chamindra> good to have a backup phone and contact as well, in case the primary disappears 67 <chamindra> but that is optional 69 68 70 69 <chamindra> one last bit 71 70 <chamindra> and that is the matching part 72 71 <chamindra> once you get a request.. you can do a lookup and see if there is a potential match for it in the pledges 73 <chamindra> and vi saversa72 <chamindra> and vice versa 74 73 <chamindra> so even immidiately as they are on the call, they can respond saying there might be some options 75 <chamindra> at the end of the request, show a lit of potential full and partial matches to the request 74 <chamindra> at the end of the request, show a list of potential full and partial matches to the request 75 76 <chamindra> remember think simple intuitive interface 77 <chamindra> no complex workflows and approvals 76 78 77 79 }}}