Version 48 (modified by 14 years ago) ( diff ) | ,
---|
Crisis Camp for Pakistan in TW
- Date/Time:Aug. 24th, 9am~18pm
- Location: Sinica, Taiwan
- Contact: marr.tw @ gmail.com
Participants
- 楊靖國 Keith Yang
- 紀博文 Powen Chi
- 蔡承翰 Nick Tsai
- 葉信源 Iap
- 李柏鋒 Pofeng Lee
- 蕭景燈 Dr. Hsiao
- 胡崇偉 Marr
- 劉曉栴 Hsiaojan
Other Tasks
- Data Entry! PakistanDataEntry
Given Requirements
* Types of incident report -- assigned to marr, keith
- simple list - ticket #508
- Broken road
- Broken bridge
- Landslide
- Building collapsed
- People trapped
- Power failure
- BluePrintIncidentReporting
- Ref: Mapper stage - http://eden.sahanafoundation.org/wiki/UserGuidelinesImporter
- Work around -
irs_simple_type_mapping = { 1: T("Broken road"), 2: T("Broken bridge"), 3: T("Landslide"), 4: T("Building collapsed"), 5: T("People trapped"), 6: T("Power failure"), } #table.category.requires = IS_NULL_OR(IS_IN_SET(irs_incident_type_opts)) table.category.requires = IS_NULL_OR(IS_IN_SET(irs_simple_type_mapping)) table.category.represent = lambda opt: irs_simple_type_mapping.get(opt, opt) #table.category.represent = lambda opt: irs_incident_type_opts.get(opt, opt)
* Search button for all modules with search function -- assigned to nick
- This part of the page is generated by the DataTables plugin: http://www.datatables.net/usage/options. Adding the button would require chaing the html after it is generated by this plugin.
- BluePrintIncidentReporting - the usability section. The improvment will be applied to modules with search function, like: shelter, RMS, IRS, etc.
- It's hard since the search box is generated INSIDE the datatables plugin. TW team has work arounds are that
- 1)to have message to instruction usage which has been developed
- 2)longer the time of auto-matching activation which we have no idea how to develop.
* Geo hirachical level and location selector which have almost been done for Pakistan, but polish needed. -- assigned to iap
- http://eden.sahanafoundation.org/wiki/PakistanDevelopers#LocationsSelector
- http://eden.sahanafoundation.org/wiki/Taiwan#LocationsSelector -- the requirement for TW
- ticket #487
- tools in controllers/bulk_gis.py
* Home Page
- Documents
- Assessments
- Photos
- Incidents
- Shelters
- Draft version, see PakistanDevelopers#Homepage
* CSS modification, based on http://groups.google.com.tw/group/sahana-eden/browse_thread/thread/704268859a7688aa
assign to Po-wen
* Import Documents from Feeds
* BluePrintInventoryManagement - Work on distribution and distribution items. Assigned to Nick
* Display Images - work on image thumbnames (to avoid downloading the entire image) + displaying them on the map.
* Open Tickets: http://eden.sahanafoundation.org/report/16
Attachments (1)
- search-button.png (40.3 KB ) - added by 14 years ago.
Download all attachments as: .zip