wiki:TaiwanCrisisCamp

Version 46 (modified by Hsiaojan Liu, 14 years ago) ( diff )

--

Crisis Camp for Pakistan in TW

  • Date/Time:Aug. 24th, 9am~18pm
  • Location: Sinica, Taiwan
  • Contact: marr.tw @ gmail.com

Registered Participants

  • 楊靖國 Keith Yang
  • 紀博文 Powen Chi
  • 蔡承翰 Nick Tsai
  • 葉信源 Iap
  • 李柏鋒 Pofeng Lee
  • 蕭景燈 Dr. Hsiao
  • 胡崇偉 Marr
  • 劉曉栴 Hsiaojan

Other Tasks

Given Requirements

* Types of incident report -- assigned to marr, keith

  • simple list - ticket #508
    1. Broken road
    2. Broken bridge
    3. Landslide
    4. Building collapsed
    5. People trapped
    6. 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

  • 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

* Home Page

* 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


Pakistan | PakistanDevelopers

Attachments (1)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.