Skip to content
Matthew R. edited this page Aug 5, 2015 · 6 revisions

Live example: ungentry.codeforboston.org

Thanks for helping build Ungentry! It's built by volunteers, so it's people like you who move the project forward.

We've collected some documentation on the pieces used in Ungentry at Development Resources, so if you're unfamiliar with anything that's a good place to start.

##Where to Jump in we use "issues" to track bugs and the different pieces we are working on, and to list tasks. You can either click the link, or if you are used to a Trello type system, use Waffle.io's interface. Just click the badge below.

Stories in Ready

Development Notes

  1. Keep everything human-readable.
  2. Comment as much as possible
  3. It's all client-side Javascript with a single page for the entire app, so non-developers can deploy quickly.
  4. This app reads in all of the data files that are in the geodata folder (generated by the utilities in data_processing/ungentry folder) and are delivered via a user provided csv file.

####Home ####[What's this all about...](What's this all about...) ####[Getting Set Up](Getting Ungentry Set Up) ####[How to Help!](How to Help!) ####Deployment ####[Data Generation](Data Generation) ####[Development Resources](Development Resources)

Clone this wiki locally