spooky-oysters / Bangazon-Command-Line-Application

0 stars 1 forks source link

Added a file for SQL seed data #36

Open krysmathis opened 6 years ago

krysmathis commented 6 years ago

Description of Proposed Changes

Steps to Test

Outline the steps to test

you can review in github or fetch the branch

git fetch --all
git checkout km-sql-seed

DO NOT CLEAR THE DATABASE IF YOU ARE IN THE MIDDLE OF A TEST Copy the contents of SQL/seed.sql into the non-test SQLite database in DB Browser and execute the SQL. There should be no errors. You can try this in the test database

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.
DreRandaci commented 6 years ago

👍

krysmathis commented 6 years ago

Added the product added date