Skip to content

Latest commit

 

History

History
42 lines (37 loc) · 1.83 KB

README.md

File metadata and controls

42 lines (37 loc) · 1.83 KB

price_aggregator

repository for learning how to do Agile and Scrum in CS361 and Oregon State

-Jessica Albert -Brandon Messenger -Kobe Chenea -Emily Edmondson -Tanner Bahora

####################

PR Review Policy

####################

  1. The author of the PR is never to merge their own PR.
  2. A PR must be approved in a review from at least two team members.
  3. A PR must be merged by one of the reviewers who provided approval.
  4. In special circumstances, more PR reviews may be requested.
  5. When requesting changes, it is the responsibility of the reviewer to assign the author of the PR back onto the PR after the review.
  6. When implementing requested changes, it is the responsibility of the author to re-assign the reviewer who requested changes after implementing said changes.
  7. It is the responsibility of the author to request reviews from every team member when first submitting a PR.
  8. If an author of a PR feels that their PR is ready to be merged but the PR has received no reviews within a 24 hour period, the author has the right to ping team members in our shared slack channel.

######################################################################
Instructions for installing packages and running virtual environment ######################################################################

  1. Navigate to the directory where you have cloned this repository
  2. Run 'virtualenv -p /usr/bin/python3.6 venv' at the command line Directory: -price_aggregator/ |__venv/
  3. Ensure that the venv file has been created by typing 'ls'
  4. Ensure that the run.sh file has executable permissions by typing 'chmod x+ run.sh' at the command line.
  5. Execute 'run.sh' - all packages from the requirements.txt file will be installed and the app will start running.