cse110-fall21-group9 / Digital-Cookbook-App

A digital cookbook app engineered by UC San Diego CSE 110 Group 9 for the Fall 2021 quarter. A desktop app that uses electron and other web technologies.
1 stars 1 forks source link

Removed obsolete test files from .gitignore #82

Closed Lord-Scrubington-II closed 2 years ago

Lord-Scrubington-II commented 2 years ago

Start process of bringing the Dec. 4th build up to parity with the version of master contained in the branch with search engine implementation.

Pending: merge conflict resolution.

haxoc commented 2 years ago

@StefanieDao and @Lord-Scrubington-II Please review that all functionality is here and I didn't miss anything

Here is what I noticed

StefanieDao commented 2 years ago

no im not done with the tag function yet! Right now u can only add tag from new recipe button! I will work on modifying the tag in edit mode and also search with tags!

StefanieDao commented 2 years ago

And yeah I do notice that sometimes when I added a photo to a recipe, it does not show up until u refresh and click edit to upload the image again! Maybe we should work on those bugs for now!

I think it's because of the way we encode the recipe (like using the recipe name, which could mess up sometimes). I fixed it a little bit by putting all the functions in init() outside so the search function works fine for now! I will continue to work on the tag function and wait for Zane to finish his part to encode our recipe with recipeID instead!