Cook-E-team / Cook-E

A mobile application that helps schedule cooking with multiple recipes
GNU General Public License v3.0
2 stars 1 forks source link

Ui loads all recipes from both local and remote storage #37

Open kylewoo235 opened 8 years ago

kylewoo235 commented 8 years ago

Not scalable if we had more recipes. In the branch database-caching I've changed it so that there is a limit to how many have been loaded and it does not load from remote storage. However searching for recipes remotely does not work

kylewoo235 commented 8 years ago

Changed code on the branch such that it does search but the way it reloads recipes to display could be handled better than how I do it