{% extends "data_hub/base_data_hub.html" %} {% block data_hub_content %}

Data Sources

{% for s in sources %} {% endfor %}
Source Type Ingredients Notes
{{ s.name }} {{ s.type }} {{ s.count }} {% if s.key == 'usda_sr' %}USDA SR Legacy — filter with USDA Audit tool{% endif %} {% if s.key == 'culinary' %}CulinaryDB seed — 943 base entities{% endif %} {% if s.key == 'global' %}Global cuisine additions{% endif %} {% if s.key == 'manual' %}Admin-added entries{% endif %} {% if not s.key %}Check source field on ingredient table{% endif %}
Source field was added in Phase 0.5. Ingredients imported before this migration show as "manual" or NULL. Use the USDA Audit tool to identify and clean shadow entries.
{% endblock %}