Changes between Version 92 and Version 93 of ProjectInformation
- Timestamp:
- 09/30/10 06:05:47 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProjectInformation
v92 v93 152 152 * Change it so that it uses "components" to relate survey sections to the survey, and questions to the survey sections. 153 153 * Ideally, the look and feel of the surveys should be modeled after the Rapid Assessment Tool (rat) module. (See '''''models/rat.py''''' and '''''controllers/rat.py''''' to get an idea of what needs to happen.) 154 * '''Note:''' You will be required to write some supporting code! No way around that, but this is possible! 155 * We are aiming to allow non-technical savvy users to create surveys similar to what was done in the rat module. 154 * We are aiming to allow non-technical users to create surveys similar to what was done in the rat module. 156 155 * '''Additional Resources:''' [UserGuidelinesSurveyTool User Guidelines] 157 * If this project is undertaken, please update all documentation accordingly. (Only the Eden wiki needs to be updated.)156 * If this project is undertaken, please update the wiki documentation to match. 158 157 159 158 ==== ''Extensions to support new use cases'' ==== 160 159 161 * Organizations such as [http://www.tenthousandvillages.com/ Ten Thousand Villages] assist craftspeople in disadvantaged countries organize to purchase supplies and market their crafts. What would such a crafts coop need to help run their business? What's missing from Eden? 160 * Organizations such as [http://www.tenthousandvillages.com/ Ten Thousand Villages] assist craftspeople in disadvantaged countries organize to purchase supplies and market their crafts. What would such a crafts coop need to help run their business? What's missing from Eden to support this? 161 162 * [http://www.maitri.org Maitri] provides support to victims of domestic violence. 163 * They have a [http://www.maitri.org/res_usa.html page listing resources] but part of the page is organized topically and the rest by location. Consider how to store the resource data to allow displaying it either by topic or by location, and also make it searchable. 164 * Look at the [http://www.maitri.org/secure/join.html volunteer page]. Compare with the existing (incomplete) volunteer module. What additional features might Maitri need to use the Eden volunteer module?