Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add keywords and foodish image models #13

Merged
merged 2 commits into from
Sep 30, 2022
Merged

Add keywords and foodish image models #13

merged 2 commits into from
Sep 30, 2022

Conversation

surhud004
Copy link
Owner

FEATURE: Task - Add keywords and foodish image models

Summary -

  • Add keywords to pizza category (beta feature) (details mentioned in the comment below)
  • Add foodish image models
  • Update image fetch: improvised logic and faster performance
  • Add codeowners and branch protection rules

Testing -

  • Test image check locally

@surhud004
Copy link
Owner Author

surhud004 commented Sep 30, 2022

BETA FEATURE:

Added keywords to the pizza food category of the Foodish database. An example use-case to filter only vegetarian pizzas could be as follows:

https://foodish-api.herokuapp.com/images/pizza/?keyword=vegetarian

or if using the /api path:

https://foodish-api.herokuapp.com/api/images/pizza/?keyword=vegetarian

For a complete list of available keywords and for more details about this feature, please follow the discussion article here.
This partially fixes #11 so it would still remain open to be worked on.

@surhud004 surhud004 merged commit 71209e0 into main Sep 30, 2022
@surhud004 surhud004 deleted the feat-keywords branch September 30, 2022 23:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant