Version 52 (modified by 14 years ago) ( diff ) | ,
---|
Table of Contents
Crisis Camp for Pakistan in TW
- Date/Time:Aug. 24th, 0900-1800 UTC+8
- Location: Institute of Information Science, Academia Sinica, Taiwan
- Contact: marr.tw[at]gmail.com
Participants
- 楊靖國 Keith Yang
- 紀博文 Powen Chi
- 蔡承翰 Nick Tsai
- 葉信源 Iap
- 李柏鋒 Pofeng Lee
- 蕭景燈 Dr. Hsiao
- 胡崇偉 marr
- 劉曉栴 Hsiaojan
Other Tasks
- Data Entry! PakistanDataEntry
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 - another proposal to include 1) radio-button switching dropdown menu between simple and full options 2) config menu for mapping simple and full options
- 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
assigned to iap
Have almost been done for Pakistan, but polish needed.
- 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
assign to Po-wen
based on http://groups.google.com.tw/group/sahana-eden/browse_thread/thread/704268859a7688aa
Import Documents from Feeds
Inventory
Assigned to Nick
- BluePrintInventoryManagement - Work on distribution and distribution items.
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
Note:
See TracWiki
for help on using the wiki.