lknapp / vtracklery

The Recyclery Vtracklery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vtrack

Vtrack is a Rails 4.1.4 application for tracking hourly activity in a volunteer work setting.

Origin

Written for the Recyclery Collective to keep track of volunteer hours.

Todo

  • Integrate scheduled Events with the hourly records

Documentation

Vtrack is extensively documented via the YARD documentation tool. Additional documentation is also stored in the wiki/ directory to reduce root directory clutter, and can't be accessed by GitHub's documentation generator, so some links on this page may not work. To access full documentation, clone the repository, install the gems, and type

bundle exec yard

into the root directory. Documentation based on this README can then be accessed at {RAILS_ROOT}/doc/index.html

Backup

See Backup

How to run the test suite

See Testing

Documentation

Code is documented using YARD syntax. YARD can be installed as a gem:

sudo gem install yard

To generate web documentation, run the yard command in the application's root directory (the directory where this file is located).

Long-form documentation is kept in the wiki/ directory, and while it is not visible on GitHub, is visible in the generated documentation.

About

The Recyclery Vtracklery


Languages

Language:Ruby 70.3%Language:HTML 26.0%Language:CSS 2.1%Language:CoffeeScript 1.3%Language:JavaScript 0.3%