ibeal / KitchenDB

A personal project to create something that can track inventory and recipes to suggest recipes to make determined by inventory
2 stars 0 forks source link

class abstraction #7

Closed ibeal closed 3 years ago

ibeal commented 4 years ago

All the column metadata should be contained in the recipe class, the database should get the data type from the recipe class, and the interfaces should get the metadata from the recipe class.