-
To reproduce:
1. Find a story with a video
2. Play the video
3. Click the fullscreen icon on the video player
4. Notice that the fullscreen display crashes after ~half a second
A good amount …
-
Currently, the Story importer can only import one Place, one Speaker, and one video attachment. Let's update the importing code so the CSV can contain semicolons between values for the columns on Stor…
-
Right now, the title of the webpage is just "App". Let's update it to say "Terrastories: Matawai konde" and use this favicon!
![image](https://user-images.githubusercontent.com/8590508/45177868-2d9…
-
Let's update the Speaker model to match these fields, and allow the csv importer to be able to import these fields.
name : String
birth_year : String (or DateTime)
birthplace : Place (One to Man…
-
Update the Point and Place models so they are combined in one model named Place. Let Place have these fields:
name : String (same as the Point model)
type : String
description : String (same as t…
-
In order to add a language to Terrastories, the code has to be modified in a number of places:
`application.rb`: line 21 (default locale)
`routes.rb`: line 12 (list of available languages)
`welc…
-
Use the following text:
Terrastories are audiovisual recordings of place-based storytelling. This offline-compatible application enables local communities to locate and map their own oral storytell…
-
The convenience scripts added via [PR 110](https://github.com/rubyforgood/terrastories/pull/110) don't seem to work in Windows, and the previous documentation consisting of the manual process (`docker…
-
In addition to displaying the Speaker photo, let's also display the Speaker names in each Story in the sidebar. The change should be in the React component somewhere around here :) https://github.com/…
-
Latitude goes from -90 to 90, but Longitude goes from -180 to 180. However, the current limit for the decimal type seems to be set at for 2 integers.
Trying to seed a point with the coordinate of t…