flag impl fin

This commit is contained in:
2026-06-06 17:22:31 -04:00
parent db4c656730
commit 96de91e86c
12 changed files with 1025 additions and 65 deletions

View File

@@ -89,6 +89,11 @@ const CONTENT_TYPE_LABELS: Record<string, { emoji: string; title: string; descri
description:
"Disease symptom images that users have flagged as potentially incorrect or misleading.",
},
disease_description: {
emoji: "📝",
title: "Disease Descriptions Flagged for Review",
description: "Disease descriptions that users have flagged as potentially inaccurate.",
},
disease_symptoms: {
emoji: "⚠️",
title: "Disease Symptoms Flagged for Review",
@@ -245,6 +250,7 @@ async function main() {
const orderedTypes = [
"plant_image",
"disease_image",
"disease_description",
"disease_symptoms",
"disease_causes",
"disease_treatment",