revolaution / HuddleUp

A social app focused on pick-up sports that will allow users to connect with others based on their selected sport and skill level

Home Page:http://huddleup-app.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HuddleUp

By Brian Fu, Ryan Lau, Michael Ramuta, Nicholas Stelter

A social app focused on pick-up sports that will allow users to connect with others based on their selected sport and skill level

Standups

General Guidelines

  1. Talk about what you did after the last standup
  2. What your plan is to do before the next standup
  3. What is blocking your progress?
  4. Times to meet
  • 8:00am - Beginning of the Day
  • 11:25am - Before Lunch
  • 1:00pm - After Lunch
  • 5:00pm - Debrief for the end of the day
  1. End of Day Debrief
  • In addition, explain how the day went
  • Look over code that needs refactoring
  • Plan what needs to be done until the next standup
  1. If there are any Gems or cool tech spikes, lightning talks to share with the group

Git Workflow

  1. Take small vertical slices
  • Commit often
  • Vertical includes
    • Testing: Unit, Controller, Capybara, Jasmine
    • Models
    • Controllers
    • Views
    • Any required JS
  1. How to push
  2. When you're ready, call over another team member
  3. Demo what you've done locally
  4. The team member will look over the code, point out refactoring that may need to be done
  5. You go over the code by yourself again and refactor
  6. Team member will review again and will be the one to merge it into master
  7. It is the team member's responsibility to tell the other two team members to pull from master
  8. Merge Conflicts
  9. Pull down from master
  10. Merge master into your branch
  11. Resolve any conflicts
  12. Push the file

About

A social app focused on pick-up sports that will allow users to connect with others based on their selected sport and skill level

http://huddleup-app.herokuapp.com

License:MIT License


Languages

Language:Ruby 63.1%Language:HTML 32.6%Language:CSS 2.5%Language:JavaScript 1.8%