Changes between Version 76 and Version 77 of Event/2014/IOTX/cap-codefest-2014
- Timestamp:
- 05/15/14 08:30:49 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified Event/2014/IOTX/cap-codefest-2014
v76 v77 27 27 28 28 ===== NON-CODING: ===== 29 30 29 (A.1) Design a set of pictographs to add to a database 31 30 * Build a pictograph for for the following hazards: 32 || Volcanic eruption || Flash Floods || Storm surge || Landslide || Typhoon || Chemical spill || Maritime accident || 33 * Forest fire 31 * (A.1.1) Volcanic eruption 32 * (A.1.2) Flash Floods 33 * (A.1.3) Storm surge 34 * (A.1.4) Landslide 35 * (A.1.5) Typhoon 36 * (A.1.6) Chemical spill 37 * (A.1.7) Maritime accident 38 * (A.1.8) Forest fire 39 * (A.1.9) TBA 40 * (A.1.10) TBA 34 41 * Research the set of alert specific pictographs and relevant icons to create alerting pictographs 35 * Here are a few examples of pictograph repositories: UNOCHA, NHS ,42 * Here are a few examples of pictograph repositories: UNOCHA, NHS 36 43 37 (A.2) for the hazards: volcano, flash floods, and cyclones 44 (A.2) Classify the pictographs (related to task A.3) 45 * Identify the CAP elements (e.g. <severity>, <certainty>, <urgency>, <response>, <category>) required to filter through the database to trigger or receive the hazard specific pictograph from the database 46 * Duplicate the pictograph for combinations of <event> types, <severity>, <certainty>, <urgency>, <response>, <category>, <instructions> values and any other CAP required CAP elements 38 47 39 (A.3) Create the pictographs to be filtered by a limited set of enumerated CAP elements such as urgency, severity, certainty, response, and category; additionally, alerting pictographs would be further customized for event (types), headlines, and instructions. 48 ===== CODING ===== 49 (A.3) Create a Sahana Eden form to create, read, update, and delete pictographs in the database; allowing pictograph developers (task A.1) to upload the pictograph and classify the pictograph 40 50 41 (A.4) Build a MVC in Sahana Eden to CRUD the set of pictographs; then provide a RESTful API to request for a CAP message specific pictograph51 (A.4) Create a REST-ful API to filter and retrieve a hazard specific pictograph from the database based on the classifier values (i.e. specific CAP element values) - this task depends on task A.5 42 52 43 (A.5) Each of the CAP-enabled tools would provide the HTML to display a frame with the pictograph received through the Sahana Eden RESTful API. 53 (A.5) Each CAP-enabled tool display the pictograph with their CAP message 54 * The list of CAP-enabled tools: 55 * (A.5.1) SAMBRO (Sahana-Eden) 56 * (A.5.2) CAP Editor 57 * (A.5.3) Mobile CAP publisher 58 * (A.5.1) CAP ITU Software 59 * Enhance the GUI to display a frame to display the pictograph 60 * Create a function to integrate the Sahana-Eden REST-ful API to request and received the pictograph - this activity requires task A.4 61 * Demonstrate the working solution 44 62 45 63 ==== (B) Validating parameters carrying scientific data ====