openculinary / knowledge-graph

The RecipeRadar knowledge graph stores and provides access to recipe and ingredient relationship information.
GNU Affero General Public License v3.0
10 stars 0 forks source link

Cleanup: remove legacy metadata fields following product data normalization #60

Closed jayaddison closed 3 years ago

jayaddison commented 3 years ago

Describe the reason for these changes and the problem that they solve

This changeset removes some product metadata generation and retrieval that is no longer required thanks to openculinary/backend#35.

Briefly summarize the changes

  1. Remove generation of the product contents, ancestors, category and dietary property fields in ingredient parsing responses

How have the changes been tested?

  1. Unit test coverage is updated

List any issues that this change relates to Relates to openculinary/backend#34.