psitosam / tea_subscription

0 stars 0 forks source link

Controller #23

Closed psitosam closed 2 years ago

psitosam commented 2 years ago

** Necessary Checkmarks: [x] All tests are passing [x] The code will run locally

** Type of Change: [x] New Feature [] Bug Fix

** Implements/Fixes: Created tests and controller actions and serializer to pass spec on create and update actions in the Subscriptions controller. On the project board, this handles cards 14-21 with the exception of card 18 (index action). Happy and sad path tests written for create and update endpoints.

** Check the correct boxes: [x] This broke nothing [] This broke some things [] This broke everything (nice!)

** Testing Changes [] No tests have been changed [x] Some tests have been changed [] All tests have been changed [x] New tests written

** Code review: [x] There is no unused/commented out code [x] I have reviewed my code [x] I have commented my code in hard-to-understand areas [x] I have fully tested my code