Changes between Version 9 and Version 10 of Event/2011/GHC
- Timestamp:
- 11/12/11 11:21:09 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Event/2011/GHC
v9 v10 4 4 5 5 The 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 9 Instructions for installing from the kit supplied at the event on flash drives are [wiki:InstallationGuidelines/VirtualMachineGHC here]. 6 10 7 11 == Suggested Codeathon Projects == … … 66 70 === CAP: Common Alerting Protocol === 67 71 72 ''This is the least well defined project, and may be more investigation than coding.'' 73 68 74 * Receive CAP messages from an external CAP source. 69 75 * Provide a form for originating CAP messages. … … 71 77 * Write a Facebook app to receive CAP messages and post them on one's wall. 72 78 79 See more [wiki:GHC2011ProjectCAP here]. 80 73 81 === SAARAA: Situational Awareness and Rapid Assessment Application 74 82 75 This was started as an Android app at RHoK !#3. That version uploaded data to a very simple Heroku back end.83 This 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. 76 84 77 85 http://www.rhok.org/problems/saaraa-situational-awareness-and-rapid-assessment-application 78 86 79 87 As 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. 82 91 * Display the messages by category and time. 83 92 * 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.