Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions backend/editor/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,21 @@ def file_cleanup(filepath):
"food_ingredients",
"food_categories",
"beauty_categories",
"beauty_ingredients",
"beauty_labels",
"beauty_abbreviations",
"beauty_allergens",
"beauty_body_parts",
"beauty_brands",
"beauty_eu_lists",
"beauty_inci_functions",
"beauty_safety",
"beauty_special_ingredients",
"beauty_warnings",
"product_categories",
"product_labels",
"petfood_ingredients",
"petfood_categories",
}


Expand Down
13 changes: 13 additions & 0 deletions taxonomy-editor-frontend/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export const TAXONOMY_NAMES = [
"Additives",
"Allergens",
"Amino Acids",
"Brands",
"Food Categories",
"Data Quality",
"Food Groups",
Expand All @@ -50,8 +51,20 @@ export const TAXONOMY_NAMES = [
"States",
"Test",
"Vitamins",
"Beauty Ingredients",
"Beauty Abbreviations",
"Beauty Allergens",
"Beauty Brands",
"Beauty EU lists",
"Beauty INCI Functions",
"Beauty Safety",
"Beauty Special Ingredients",
"Beauty Warnings",
"Brands",
"Beauty Categories",
"Beauty Labels",
"Product Categories",
"Product Labels",
"Pet Food Categories",
"Pet Food Ingredients",
];