Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 2.17 KB

README.md

File metadata and controls

46 lines (32 loc) · 2.17 KB

Code Starter


Stories in Ready Build Status Coverage Status

The Pivot is the first project in Module 3 at the Turing School. Each group are given a legacy project to work with. Code Starter is a microlending platform where users can create code projects and receive micro loans from other users. Code Starter is pivoted from Jurassic Parka, a clothing store for dinosaurs.

Project Outline | Heroku

Instructions

  • clone the project in your terminal by running git clone [email protected]:marlabrizel/the_pivot.git
  • start the server with rails s and visit http://localhost:3000 in your preferred browser
  • to run the tests, run bundle exec rspec in the terminal

Areas of Focus

  • Working with Multitenancy
  • Implementing JavaScript
  • Securing a Rails App
  • Sending Email
  • Creating Seed files

Git Workflow

Starting a new branch

  • checkout a branch named after the waffle story and include the number
  • example: 2-admin-can-create-meals
  • use Rubocop locally
  • Squash and order commits by spec
  • Push branch and tag with [WIP] until story is completed

Creating a Pull Request

  • close the waffle issue on GitHub
  • Notify group members on Slack when PR is ready for code review
  • Aim to have the PR reviewed within 45 minutes of submission
  • Fix eventual Hound errors before merging the PR
  • The group member that merges the PR should
  • delete the branch on GitHub
  • notify the group members on Slack to pull from master