Changes between Initial Version and Version 1 of Event/2011/GHC


Ignore:
Timestamp:
07/16/11 10:17:34 (13 years ago)
Author:
Pat Tressel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Event/2011/GHC

    v1 v1  
     1[[TOC]]
     2
     3= Grace Hopper Celebration Codeathon for Humanity =
     4
     5The Codeathon at GHC2010 is intended to introduce participants to rapid development of FOSS applications in a collective coding setting.
     6
     7== Suggested Codeathon Projects ==
     8
     9=== CAP: Common Alerting Protocol ===
     10
     11 * Receive CAP messages from an external CAP source.
     12 * Provide a form for originating CAP messages.
     13 * Send CAP messages to subscribers, retrying on failure.
     14 * Write a Facebook app to receive CAP messages and post them on one's wall.
     15
     16=== GIS: Mapping Improvements ===
     17
     18=== SAARAA: Situational Awareness and Rapid Assessment Application
     19
     20This was started as an Android app at RHoK #3.  That version uploaded data to a very simple Heroku back end.
     21
     22http://www.rhok.org/problems/saaraa-situational-awareness-and-rapid-assessment-application
     23
     24As a follow-on to that project, allow the app to send to an Eden back end.
     25 * Add an appropriate model.
     26 * Handle receiving uploaded messages from non-logged in users -- provide a code they can use to log in later.
     27 * Display the messages by category and time.
     28 * Allow commenting on the messages (e.g. adding updates about handling the messages).
     29 * Allow sending a message back.