3 Commits

Author SHA1 Message Date
Claude
21946a157f
feat(ai-act-kompass): AI literacy test (Art. 4) with certificate and training register
- Simple 12-question basics quiz ('for dummies'): how AI works,
  hallucinations, confidential data, human oversight, chatbot
  disclosure (Art. 50), prohibited practices (Art. 5), high-risk
  (Annex III), GDPR, internal incident reporting (Art. 73), shadow AI
  approval, content marking, the Art. 4 duty itself — 3 options each,
  pass threshold 70%
- Evaluation view with per-question explanations (learning effect),
  pass/fail stamp badge
- Printable certificate (letterhead) as Art. 4 evidence: name, date,
  score, topics covered, signature lines — files into the existing
  training plan documentation
- Local training register (localStorage): every run recorded (name,
  date, score, status), printable as continuous Art. 4 evidence
  register; cleared with all-data delete
- New nav entry; UI strings in all nine languages; question bank
  currently DE/EN (translations for the other seven languages follow
  in the next commit)
- 6 new tests (69 total)

Claude-Session: https://claude.ai/code/session_017YjohVNx1ZGNM4MX7tHpfv
2026-07-04 11:09:55 +00:00
Claude
3a08392669
feat(ai-act-kompass): calendar reminders via iCalendar (.ics) export
- New RFC 5545 generator: all future obligation deadlines (per system)
  plus upcoming AI Act application dates as all-day events, each with
  two DISPLAY alarms (30 and 7 days ahead), stable UIDs for
  re-import/update, proper escaping and 75-octet line folding, CRLF
- Export button in the tasks view downloads ai-act-fristen-<date>.ics
  (text/calendar) — opens in Outlook, Apple Calendar, Google Calendar,
  Thunderbird on phone and desktop; no server involved (local-first)
- Event titles and descriptions localized via the active content pack
  (all nine languages); button and hint translated in all dictionaries
- 5 new tests: calendar frame, future-only filter, stable UIDs, alarm
  count, escaping/folding, localized summaries (63 total)

Claude-Session: https://claude.ai/code/session_017YjohVNx1ZGNM4MX7tHpfv
2026-07-04 11:02:28 +00:00
Claude
9b25985281
feat(ai-act-kompass): Polish, Czech, Slovak and Romanian — nine full languages
Complete translations (UI, content pack, obligations catalogue,
national modules, classification reasons, document strings, Annex IV
sections incl. new FR/IT/ES section translations, procurement spec,
conformity declaration, all 10 template documents) for pl/cs/sk/ro,
using the official terminology of the respective language versions of
Regulation (EU) 2024/1689 (e.g. podmiot stosujący, zavádějící subjekt,
nasadzujúci subjekt, implementator). Locale architecture extended to
nine languages with EN fallback reserved for future additions;
language switcher, browser detection, locale-aware date formats
(dots for de/pl/cs/sk/ro), localized Annex IV title; language hints
updated; dictionary-completeness and real-translation tests now cover
all seven non-DE/EN locales (58 tests green).

Note: pl/cs/sk/ro legal texts are machine-drafted against official
terminology — native legal review recommended before market launch.

Claude-Session: https://claude.ai/code/session_017YjohVNx1ZGNM4MX7tHpfv
2026-07-04 10:30:00 +00:00