Changes between Version 9 and Version 10 of Event/2011/GHC


Ignore:
Timestamp:
11/12/11 11:21:09 (13 years ago)
Author:
Pat Tressel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Event/2011/GHC

    v9 v10  
    44
    55The Codeathon at GHC2011 is intended to introduce participants to rapid development of FOSS applications in a collective coding setting.
     6
     7== Install the Eden development kit ==
     8
     9Instructions for installing from the kit supplied at the event on flash drives are [wiki:InstallationGuidelines/VirtualMachineGHC here].
    610
    711== Suggested Codeathon Projects ==
     
    6670=== CAP: Common Alerting Protocol ===
    6771
     72''This is the least well defined project, and may be more investigation than coding.''
     73
    6874 * Receive CAP messages from an external CAP source.
    6975 * Provide a form for originating CAP messages.
     
    7177 * Write a Facebook app to receive CAP messages and post them on one's wall.
    7278
     79See more [wiki:GHC2011ProjectCAP here].
     80
    7381=== SAARAA: Situational Awareness and Rapid Assessment Application
    7482
    75 This was started as an Android app at RHoK !#3.  That version uploaded data to a very simple Heroku back end.
     83This was started as an Android app at !RHoK !#3 that allows the user to report on a dangerous situation by filling out a form and uploading an image.  That version uploaded data to a very simple Heroku back end.
    7684
    7785http://www.rhok.org/problems/saaraa-situational-awareness-and-rapid-assessment-application
    7886
    7987As a follow-on to that project, allow the app to send to an Eden back end.
    80  * Add an appropriate model.
    81  * Handle receiving uploaded messages from non-logged in users -- provide a code they can use to log in later.
     88 * Add an appropriate model to hold the uploaded situation report.
     89 * Allow users who have an Eden account to give their username and password. (Current version has no accounts.)
     90 * Handle receiving uploaded messages from users who don't include a username and password -- provide a code they can use to log in later.
    8291 * Display the messages by category and time.
    8392 * Allow commenting on the messages (e.g. adding updates about handling the messages).
    84  * Allow sending a message back.
     93 * Allow sending a message back to the user.