ADWrobo / custom-recipe-sharing-platform

The final group project for SEIS739
0 stars 0 forks source link

Implement classes for recipe search story #27

Closed ADWrobo closed 5 months ago

ADWrobo commented 5 months ago

This commit is a big large, but it revolves around implementing everything needed in order for a user to be able to search recipes within the database.

Right now, seeding occurs on a new load of the application. This means that it will seed this data to the remote database everytime the application is run. Will need to look into this. Additionally, the recipe steps is not behaving correctly because it is storing the hash of the list of strings, not the content of the strings themselves. Still much to do!