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

This branch is up to date with maurafitz/coop-workshift-app:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Yannie Yip
Apr 30, 2016
7079603 · Apr 30, 2016
Apr 30, 2016
Feb 27, 2016
Apr 13, 2016
Apr 28, 2016
Apr 29, 2016
Apr 30, 2016
Apr 25, 2016
Apr 30, 2016
Apr 30, 2016
Feb 27, 2016
Apr 29, 2016
Mar 3, 2016
Mar 3, 2016
Apr 30, 2016
Feb 27, 2016
Apr 21, 2016
Apr 1, 2016
Apr 19, 2016
Apr 29, 2016
Apr 29, 2016
Apr 1, 2016
Apr 15, 2016
Apr 15, 2016
Apr 21, 2016
Apr 28, 2016
Apr 11, 2016
Apr 2, 2016
Feb 27, 2016
Mar 17, 2016
Apr 29, 2016
Apr 21, 2016
Apr 15, 2016

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%