Remove ambiguous evidence level field from claims and the AI assistant.

Drops Evidenzlevel from models, admin, public UI, and draft workflow while keeping Nachweise file uploads unchanged.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Pirmin Hinderling (fedora)
2026-07-07 22:11:47 +02:00
parent 3a5849660a
commit 28aab3b16a
13 changed files with 27 additions and 79 deletions
-1
View File
@@ -57,7 +57,6 @@ def publish_draft(draft):
status=draft.claim_status or Claim.Status.UNBELEGT,
short_answer=draft.short_answer,
detailed_explanation=draft.detailed_explanation,
evidence_level=draft.evidence_level or Claim.EvidenceLevel.MITTEL,
)
claim.tags.set(_get_or_create_tags(draft.tags))