Giter Site home page Giter Site logo

scheduler's Introduction

== Oakland Children's Hospital
== Vacation Scheduler

This team's first Rails app, built for the nurses at the Children's Hospital of Oakland.

Rake Task to reset the database and preload some nurses, admins, and vacations:
rake db:reset_and_seed
The previous command should put 7 nurses, 1 unit, 1 admin, and 3 vacations into the development database (all as defined in FactoryGirl). Please view lib/tasks/db.rake for more information.

Git quickstart/command reminders

1. Fork this repo on Github
2. Clone your fork of the repo
3. Add the OakCH/scheduler as a remote 
git remote add upstream [email protected]:OakCH/scheduler.git

Before starting to work on a new feature/fix:
4. Update master branch for your fork
git checkout master
git pull upstream master
4. Create a branch for your work, the branch should be named after the feature being implemented
git checkout -b descriptive_branch_name

5. Work on this branch, committing and pushing to your repo
git add ____
git commit -m "Nice commit message"
git push origin descriptive_branch_name

When you are done with your feature, submit a pull request through Github that includes the relevant commits!

If you want to later delete the branch you created since it's been merged in:
git checkout master
git branch -d descriptive_branch_name
git push origin :descriptive_branch_name




scheduler's People

Contributors

helenaut avatar christinelu avatar batailleye avatar sheelc avatar

Watchers

James Cloos avatar Jason Thai avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.