Changes between Version 2 and Version 3 of HaitiVolToDo


Ignore:
Timestamp:
01/17/10 15:42:08 (15 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HaitiVolToDo

    v2 v3  
     1[[TOC]]
    12[wiki:Haiti Haiti]
    2 ----
    3 == Haiti Vol (Volunteer Management System) ==
     3= Haiti Vol (Volunteer Management System) =
    44
    5  * Requirements/Blueprint: BluePrintVolunteer
    6   * Process Ushahidi's volunteer line (like for [wiki:HaitiRMSToDo RMS]): http://200.ushahidi.com/rss.php
     5Dominic König (IRC nickname: nursix) is leading on this atm.
    76
    8 nursix leading on this atm
     7 * User Specification: This document
     8 * Technical Specification: [wiki:BluePrintVolunteer BluePrint Volunteer Management]
    99
    10 Suggest following the New Module Development tutorial as this is new functionality for Py:
     10See also the New Module Development tutorial as this is new functionality for Py:
    1111 * DeveloperGuidelinesNewModule
    1212
    1313Keep it real simple to start with - get something usable quickly, which we can then refine later if we gets needs to do so.
    1414
     15----
     16== !ToDo ==
    1517
     18  Prerequisites for volunteers:
     19  1. Introduce yourself to the team on #sahana at irc.freenode.org. (contact: nursix)
     20  2. Request Trac permission to edit this page.
     21  3. If you want to code, please see [wiki:DeveloperGuidelines Developer Guidelines]
     22
     23  - Write user requirements, start with short user stories á la "As a <role>, I want to <action>". Add to the "User Stories" paragraph below.
     24  - Write a Blueprint to specify technical details, especially:
     25    - Data model
     26    - Workflow
     27    - Menu Structure
     28    - Forms layout (if not already specified in the model)
     29    - Framework integration (e.g., Person Registry)
     30    - Interoperability (e.g., Data exchange)
     31  - Implement the module (Short name: "vol")
     32  - Test and eliminate bugs
     33  - Write Documentation:
     34    - Refine BluePrint
     35    - User Guideline
     36
     37----
     38== User Stories ==
     39
     40  * ''add here''
     41
     42----
     43== User Requirements ==
     44
     45  * Process Ushahidi's volunteer line (like for [wiki:HaitiRMSToDo RMS]): http://200.ushahidi.com/rss.php
     46  * ''add here''
     47
     48----
     49== !BluePrint Suggestions ==
     50
     51  * ''add here''
    1652
    1753----