jhrcook/coffee-counter-api

UUIDs should be automatically generated and not public facing

jhrcook opened this issue · 2 comments

Move the "key" attributes of CoffeeBag and CoffeeUse to private model attributes. They will then be automatically generated, but not included in returned values nor recognized automatically by Deta Base methods. Thus, this will require a bit more effort on the backend, but will clean up the API for the user.

CoffeeUse: a600d06

CoffeeBag: e3ed931