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

Jimmy Pocock - Puppy breeder 2 #359

Closed
wants to merge 16 commits into from
Closed

Jimmy Pocock - Puppy breeder 2 #359

wants to merge 16 commits into from

Conversation

jimmypocock
Copy link

Updated Puppy Breeder with the Singleton instance. Created tests to make sure the hold requests work. All tests (new and previous) are passing. I will be updating this because I need to get the Sinatra files working properly with working with the Singleton instance, haven't tested that yet. I want to merge this with the puppy-breeder, but I'll wait and work on this branch until you tell me I can.

Mike Ornellas and others added 16 commits August 29, 2014 09:12
…pyContainer class. All tests for each method works.
…n and add request methods for purchase request container class. All tests pass.
…aseRequestContainer. Puppy Class initializes with breed, name, age, status, and id, and has a requested method and sold method to update status. Puppy Container initializes with a puppies hash and has methods of add breed, add puppy, remove puppy, and breed availability. Purchase Request Class initializes with breed, status, and id and has approve request and deny request methods to update the status. The PurchaseRequestContainer Class initializes with a requests array and has methods of add request, completed requests, pending requests, approved requests, denied requests, and requests of a breed. All tests pass for every method in every class.
… instantiating the Puppy Container instead of using class methods. Need to update Sinatra application with class instantiations. All tests pass.
…o buttons on the purchase request button that only shows breeds that are available. Added cost instance variable to purchase requests so we can see how much each purchase request is worth on the requests page.
@gilbert gilbert closed this Dec 8, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants