Project

tableau

0.0
No commit activity in last 3 years
No release in over 3 years
Parses, analyses and creates Timetables for Staffordshire University students.Handles both Course and individual Module timetables.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 4.0.0
 Project Readme

Tableau

Tableau is a Ruby on Rails Gem that parses, analyses and creates timetables for Staffordshire University students, by using the latest live data available. It currently has the ability to parse both 'student set' timetables (aka 'Core Timetables'), as well as individual Module timetables.

The parser is built upon a single BaseParser class, so if the University has data, it's likely Tableau can be expanded to retrieve it!

Installing Tableau on Rails 4

In your Gemfile, include:

gem 'tableau'

Or pull the latest build from the master branch:

gem 'tableau', git: 'http://github.com/MattRyder/tableau.git'

and run bundle install.

Developing Tableau

To develop for Tableau, I invite you to make some changes to the gem, and send me a pull request!

All I ask is that if you develop any new features, you include a similar test scheme as seen in existing parts of the gem (or better! 😄) and if the tests pass, there's little preventing a merge!

Licence

MIT Licence, see LICENCE for more details on that.