ajpulzone / lunch_and_learn

Mod 3 Final Solo Project
0 stars 0 forks source link

Recipes user endpoint #1

Closed ajpulzone closed 1 year ago

ajpulzone commented 1 year ago

X Wrote Tests X Implemented X Reviewed

Necessary checkmarks:

[ ] All Tests are Passing *There are 7 skipped tests that will need to be written (most using stubs), however all edge cases mentioned have been proven in Postman, to

[X] The code will run locally Type of change

[x] New feature [ ] Bug Fix Implements/Fixes: Had to create a new repo and move all previously written code over (previous repo was not created appropriately so was missing a significant amount of functionality) Recipe:

Country:

Other:

description closes # Check the correct boxes

[x] This broke nothing [ ] This broke some stuff [ ] This broke everything

Testing Changes [ ] No Tests have been changed [X] Some Tests have been changed [ ] All of the Tests have been changed(Please describe what in the world happened) Checklist:

*Refactored quite a few tests to accommodate code that had been refactored in recipes and countries

[ ] My code has no unused/commented out code [x] I have reviewed my code [x] I have commented my code, particularly in hard-to-understand areas [ ] I have fully tested my code

*There are 7 tests that need to be written, made the decision to get through endpoints and come back to write tests later. Not ideal for TDD, however utilizing dream coding for getting services and endpoints setup.