wiki:Projects/Advanced

Version 11 (modified by Michael Howden, 14 years ago) ( diff )

--

Advanced Coding Projects

Projects for more experienced coders.

Some things to keep in mind when planning new modules or major features:

  • Consider what other FOSS tools exist, that could be installed alongside Eden.
  • Look at tools and libraries already in use in Eden, e.g. jQuery and ExtJS for UI work.

Fuller list of Projects being scoped: BluePrints

Media Feed

Usability

Job Jar

Optimisation

Web Setup

Subscription

SaveSearch

Migrate DRR Project Portal

Logistics

GIS/Mapping

These are a number of GIS/Mapping Tasks to be done:

Wikipedia Locations

Allow Sahana to import Wikipedia locations easily: both Hierarchy & Lat/Lon info

Fix Web2Py Cron on Win32 Service

Web2Py has a nice Cron utility, but this doesn't work currently on Win32 in Service mode: #438

Framework

Test Automation

  • Write Functional Tests using Selenium
  • Figure out how to do unit tests against a web application.
    • Write unit and functional tests.

Tweet / SMS Parsing

Allow users to provide info via tweets or SMS messages

Mobile Photo/Video Upload

  • Design a widget (to be included in an Eden form) that can be used to select images or video, with any needed detection of the type of phone.

Run Eden on a smart phone

Chat in Sahana

With other logged in users

  • Provide a chat board through which users can help each other or get help from the system administrator.
  • Perhaps have one chat for each organization or project.
  • Is there existing IRC or other chat software that could be incorporated?

Survey Application

The survey module was started during GSoC this summer. The author will be online on freenode #sahana-ghc under the nicknames robbyoconnor or r0bby|android during the Codeathon.

  • Change it so that it uses "components" to relate survey sections to the survey, and questions to the survey sections.
  • Please keep in mind that the survey tool should be able to support question data types (defined in the user guidelines)
  • 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.)
  • We are aiming to allow non-technical users to create surveys similar to what was done in the rat module.
  • Additional Resources: User Guidelines
  • If this project is undertaken, please update the wiki documentation to match.

OCR

Optical Character Recognition

  • Integrate an OCR tool developed for GSoC into Eden.

New Use Cases

Extensions to support:

  • Organizations such as 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?
  • Maitri provides support to victims of domestic violence.
    • They have a 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.
    • Look at the volunteer page. Compare with the existing (incomplete) volunteer module. What additional features might Maitri need to use the Eden volunteer module?

Image Library

Misc. Projects

To be elaborated on later:

  • User Statistics

BluePrints

Note: See TracWiki for help on using the wiki.