Skip to content

annewchen/Restaurant_Roulette

Repository files navigation

Restaurant Roulette

Allowing groups to make a quick restaurant choice. Every member of the group gets to vote on two specific preferences for a restaurant (example: affordable, vegetarian options, accepts credit cards, etc). App will take the majority preferences into consideration and return a random restaurant from the pre-filtered pool of restaurants.

Slice

###Set Up

  • Single repo which everyone else clones
  • Checkout onto “development-branch” and make branches named after your slice

###BEFORE Pushing steps:

Did you write tests? Did those tests pass? Did you make a team annoucment about pushing? Did you show your team that your slice/feature works?

  • git co development-branch
  • git fetch origin
  • git merge origin/development-branch
  • git co my-slice-branch
  • git merge development-branch

###Push

  • git push origin my-slice-branch