arnekuchenbecker / kitchen-planer-app

GNU General Public License v3.0
0 stars 0 forks source link

Split up project and recipe repositories #119

Open arnekuchenbecker opened 7 months ago

arnekuchenbecker commented 7 months ago

ProjectRepository and RecipeRepository classes have grown quite large. Once Network support is added this will aggravate this situation, making both classes increasingly difficult to handle. Split them up into useful components (e.g. in case of recipes, one repository class for ingredients would probably be a good idea and so on)