FOR ARCHIVAL PURPOSES ONLY

The information in this wiki hasn't been maintained for a good while. Some of the projects described have since been deprecated.

In particular, the "Ushahidi Platform v3.x" section contains information that is often misleading. Many details about this version of Platform have changed since.

This website is an extraction of the original Ushahidi wiki into a static form. Because of that, functions like logging in, commenting or searching will not work.

For more documentation, please refer to https://docs.ushahidi.com

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column

Ushahidi 3.x is split into 3 layers: Presentation (Frontend), Services (API) and Data. The API is a PHP application built on Kohana. The Frontend is a javascript application, built on BackboneJS.

In theory the Kohana application could handle frontend views and interactions too, but splitting the API out allows us to encapsulate and standardize a lot of business logic: what can/cannot be done to a model, how the data is structured, etc. We can improve our database structure as we go, without necessarily breaking API compatibility. Mobile apps, 3rd party integrations, etc are not 2nd class citizens: they can consume the same API as our primary frontend. The API has to be able to do everything to our data.

Column
width25%

Table of Contents

...