JoshuaRaybould / SSH

0 stars 0 forks source link

Getting user's ingredients from database #58

Open JoshuaRaybould opened 19 hours ago

JoshuaRaybould commented 19 hours ago

I am now going to begin creating a function that will take a users id and return their ingredients (name, quantity and quality) so that this information can then be used to match recipes best suited to the user.

varsityyy commented 14 hours ago

Sounds good!

JoshuaRaybould commented 1 hour ago

I've done this and created a pull request, but I think I could improve the testing so we can check values fall into certain ranges for randomly generated user ingredients once that is done.