IndomitableIbises / Bangazon-Sprint-2

0 stars 0 forks source link

Computer model ea #36

Closed eagobert-zz closed 6 years ago

eagobert-zz commented 6 years ago

Link to Ticket

References # Link

Description of Proposed Changes

Steps to Test

Outline the steps to test


1. git fetch --all
2. if you've fetched branch before:  git pull computerModel-ea
3. git checkout computerModel-ea

**If you have faker factory**
4. run: django_data.sh bang faker_factory

**If you do not have faker factory**
5. run: python manage.py makemigrations bang
6. run: python manage.py migrate

7. run: python manage.py runserver
8.  go to computers
9.  delete a computer with an assigned employee (you shouldn't be able to delete)
10.  delete a computer without an assigned employee (you should be able to delete)

Impacted Areas in Application

List general components of the application that this PR will affect:

*

Mentions @username

Tag users that need to review this code

Definition of Done

  1. The project must be fully documented. This includes the following:
    1. Complete README that documents the steps to install the code, how to install any dependencies, or system configuration needed.
    2. Every class must be documented with purpose, author, and methods.
    3. Every method must be documented with purpose and argument list - which itself must contain a short purpose for each argument.
  2. The project must be able to run fully, and without errors, on each teammate's system.
  3. Fulfills every requirement. Every line of code has been peer reviewed.
  4. For projects that require unit testing, core functionality must be identified and have at least one test for each
rafcevallos commented 6 years ago

🚀 👍

Levi-Schubert commented 6 years ago