Skip to content

CS 169 Group Project, Spring 2016. An application to manage the assignment and management of work shifts in the BSC (Berkeley Student Cooperative) system.

Notifications You must be signed in to change notification settings

bsc-networks/coop-workshift-app

 
 

Repository files navigation

coop-workshift-app

CS 169 Group Project, Spring 2016. An application to manage the assignment and management of work shifts in the BSC (Berkeley Student Cooperative) system.

Code Climate GPA:
Code Climate

Travis CI:
Build Status

Coveralls:
Coverage Status

Pivotal Tracker:
https://www.pivotaltracker.com/projects/1545105

##Resources

##Heroku

  • Site: Home page here
  • Adding your remote: heroku git:remote -a coop-workshifts
  • Make sure you're logged in heroku login on cloud9 and are a contributer to the app (Alex should have added you)
  • Checking the logs: heroku logs --tail
  • Running commands on Heroku: heroku run ...
  • Migrating heroku schema (after pushing actual rails migration file): heroku run bundle exec rake db:migrate

##Styling

  • Bootstrap-sass
  • Link to original repo
  • Do not use *= require in Sass or your other stylesheets will not be able to access the Bootstrap mixins or variables.__

##Reminders

  • Ideally pull before pushing (git pull origin master)
  • bundle install after pulling

About

CS 169 Group Project, Spring 2016. An application to manage the assignment and management of work shifts in the BSC (Berkeley Student Cooperative) system.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 91.4%
  • Ruby 4.8%
  • HTML 2.3%
  • Gherkin 1.1%
  • Other 0.4%