Changes between Version 65 and Version 66 of BluePrintCERT/RHoK2011
- Timestamp:
- 11/30/11 19:21:57 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintCERT/RHoK2011
v65 v66 11 11 The notes from RHoK 2010 are in [wiki:BluePrintCERT]. The relevant portions for our goals this year are copied into the notes below. It is important to understand that many CERT member and administrators are not strongly technical and are intimidated by the power and complexity of the full platform. 12 12 13 There are three functionality areas we hope to build at this year's event: 14 15 1. Create a simple, easy-to-follow, intuitive Volunteer and Event database user interface. 16 2. Create a search functionality that allows administrators to search for volunteers with specific characteristics and choose to send event deployment requests to those volunteers. 17 3. Automatically process volunteer responses to the deployment information, respond appropriately to the responses, and generate a master list of participating volunteers for the event. 18 19 This is broken down into specific tasks at the end of this page. 20 21 A demo of the current functionality has been set up at: 22 * http://cert.sahanafoundation.org 23 You are free to register here & play! 24 25 Development branch is here: 26 * https://code.launchpad.net/~flavour/sahana-eden/cert 27 13 == Coordination == 28 14 Laura from CERT Chicago will be at the event in Austin, TX 29 15 … … 34 20 * graemef physically in Hanoi, VN 35 21 36 You can get started with the code by using the USB distribution: 22 == Getting Started == 23 Read the [wiki:Book Book], especially the chapters on [http://en.flossmanuals.net/sahana-eden/customisation/ Customization] and [http://en.flossmanuals.net/sahana-eden/building-a-new-application/ Building a New Module]. 24 25 The CERT Development branch is here: 26 * https://code.launchpad.net/~flavour/sahana-eden/cert 27 28 You can install this by using the USB distribution: 37 29 * If on Windows, simply run {{{start-eden.bat}}} 38 30 * If on Mac, then install !VirtualBox whose installer can be found in the /Mac folder, as can an image of a full development environment: [wiki:InstallationGuidelines/VirtualMachine] 39 31 * If on Linux then either use the same !VirtualBox image or follow the [wiki:InstallationGuidelines/Linux/Developer/Manual Installation instructions] 32 33 == User Stories == 34 There are three functionality areas we hope to build at this year's event: 35 36 1. Create a simple, easy-to-follow, intuitive Volunteer and Event database user interface. 37 2. Create a search functionality that allows administrators to search for volunteers with specific characteristics and choose to send event deployment requests to those volunteers. 38 3. Automatically process volunteer responses to the deployment information, respond appropriately to the responses, and generate a master list of participating volunteers for the event. 39 40 This is broken down into specific tasks at the end of this page. 41 42 A demo of the current functionality has been set up at: 43 * http://cert.sahanafoundation.org 44 You are free to register here & play! 40 45 == 1. Volunteer and Event database user interface == 41 46 Create a simple, easy-to-follow, intuitive Volunteer and Event database user interface