Skip to content

Commit 5ece8f1

Browse files
committed
fix: EU AI Act checklist reduced to 8 items with 2 pre-checked
Remove data_licensing entry from EU_AI_ACT_ITEMS to match Sprint 4 spec: exactly 8 checklist items, 2 auto-checked on load.
1 parent 7489c0e commit 5ece8f1

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

backend/app/services/ethics_service.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,6 @@
7979
"article": "Art. 9",
8080
"pre_checked": False,
8181
},
82-
{
83-
"id": "data_licensing",
84-
"text": "Dataset licensing verified — 18/20 datasets bundled under open licenses "
85-
"(CC BY 4.0, CC0 1.0, CC BY-SA 4.0, CC BY-NC 4.0); "
86-
"2 datasets with unclear licensing fetched at runtime for educational use only "
87-
"(see DATA_LICENSES.md)",
88-
"pre_checked": True,
89-
},
9082
]
9183

9284
CASE_STUDIES = [

0 commit comments

Comments
 (0)