/crogbh2015

community resources online give back hack 2015

Primary LanguageRuby

crogbh2015

community resources online give back hack 2015

categories and icons needed

Tutorials

Quick YAML Guide Quick Markdown Guide

links to relevant organizations

Time Line For January 1st, 2016

complete

by September 1

  • implement ui issues

by November 1

  • add search
  • accounts and user login / content management system

by December 1

  • analytics

by January 1

future

  • reviews
  • better hosting
  • lifeline preload

technical

moving data from text files

the pipeline:

Word documents --> text files --> csv

  • for word documents --> text files; we manually shape the data
  • for text files --> csv; there is a rake task: rake data:txt2csv

sample text file: data/services/legal.txt sample csv file: data/services/legal.csv

rake data:txt2csv  # from text to csv
rake data:csv2db   # inserts csv data into db