SCCapstone / CovidGains

2 stars 0 forks source link

Recipes cannot be read, no scroll. Not using API to get recipes. #58

Closed josemvidal closed 3 years ago

josemvidal commented 3 years ago

The also have no quantities. They are just 10 hard-coded recipes. Why have them at all?

The app should use a recipe API to fetch recipes that match the user's criteria, from a database of thousands of recipes. They should also look a lot better than they do. If you are going to do recipes.

image

josemvidal commented 3 years ago

When you close an issue by writing code, either fixing a bug or creating a new feature, you should add a link to the git-commit(s) that did it.

This can be done automatically if you just write "closes #X" in the comment of the git-commit, where X is the issue number you want to close. See linking pull requests to issues using keywords for more information.

You should also write "#X" on any commit that is for #X. See my github tips list for all the tips.