Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Paper, Al #61

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Paper, Al #61

wants to merge 8 commits into from

Commits on Apr 1, 2021

  1. created Vendor class, constructor, 2 methods called add/remove that i…

    …nteract with items. Also made notes in test_wave_01.py - passed all test in wave 1.
    Alli-Oops committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    2c962ed View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2021

  1. Created item.py- class Item w attribute str -category. New- vendor.py…

    … method, get_by_category() takes a str -category. loops, grabs matches in inventory with item.category. returns list. Passed Wave 2.
    Alli-Oops committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    01af45f View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2021

  1. added swap_items() method to vendor.py. Swaps items between two vendo…

    …r objects. added strigify method to item.py that returns Hello World! Passed Wave 3
    Alli-Oops committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    b8dc46d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ec21ff View commit details
    Browse the repository at this point in the history
  3. passed tests 5.1 through 5.4. Getting my computer repaired and will u…

    …pdate as soon as I can get back to work
    Alli-Oops committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    580cb08 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. added get_best_by_category() method and swap_best_by_category() metho…

    …d to the Vendor class. Passed all tests in Wave 6
    Alli-Oops committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    cf49283 View commit details
    Browse the repository at this point in the history
  2. Remove dot from import

    Alli-Oops committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    5eb206b View commit details
    Browse the repository at this point in the history
  3. Add swap_meet import

    Alli-Oops committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    b263b0f View commit details
    Browse the repository at this point in the history