solidprivacy-nl commited on
Commit
4bcef50
·
1 Parent(s): 1c37dba

Record v13.2 Scrub Key import UI closeout

Browse files
Files changed (1) hide show
  1. CHANGELOG.md +58 -1
CHANGELOG.md CHANGED
@@ -26,9 +26,66 @@ For UI/UX-only work, prefer pure helper modules and tests before touching Stream
26
 
27
  ---
28
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  ## v13.2 — Scrub Key import/reload UI integration
30
 
31
- Status: implemented; awaiting GitHub Actions, Hugging Face sync and app verification.
32
 
33
  Purpose:
34
 
 
26
 
27
  ---
28
 
29
+ ## v13.2 — Scrub Key import/reload UI closeout
30
+
31
+ Status: completed and formally closed after Actions/sync verification; app verification pending user/coordinator confirmation.
32
+
33
+ Purpose:
34
+
35
+ - Administratively close the v13.2 Scrub Key import/reload UI workpackage.
36
+ - Record coordinator evidence that GitHub Actions tests and GitHub to Hugging Face sync are green.
37
+ - Preserve the boundary that this phase is import/reload only and does not add AI-output reinsert.
38
+
39
+ Files added or changed:
40
+
41
+ - `WORKPACKAGES.md`
42
+ - `CHANGELOG.md`
43
+ - `handover/workpackages/20260607_1715_v13_2_scrub_key_import_ui_closeout.md`
44
+
45
+ Closeout evidence:
46
+
47
+ - Tests #89 green — commit `83353e4`.
48
+ - Tests #90 green — commit `4a1ef55`.
49
+ - Sync to Hugging Face Space #104 green — commit `4a1ef55`.
50
+ - Tests #91 green — commit `4d8bfe9`.
51
+ - Sync to Hugging Face Space #105 green — commit `4d8bfe9`.
52
+ - Tests #92 green — commit `ff8321f`.
53
+ - Sync to Hugging Face Space #106 green — commit `ff8321f`.
54
+
55
+ Closeout notes:
56
+
57
+ - Scrub Key import/reload UI was implemented.
58
+ - GitHub Actions tests are green based on coordinator evidence.
59
+ - GitHub to Hugging Face sync is green based on coordinator evidence.
60
+ - Existing Scrub Key JSON export remains in place.
61
+ - Import/reload remains local and uses existing helper logic.
62
+ - The key remains pseudonymization/reversible and must be protected.
63
+ - Existing TXT, CSV, DOCX and PDF downloads were not intentionally changed.
64
+
65
+ App verification:
66
+
67
+ - App verification: pending user/coordinator confirmation.
68
+
69
+ Intentionally not changed in closeout:
70
+
71
+ - No code files changed.
72
+ - No tests changed.
73
+ - No direct edit to `fix_streamlit_nested_expanders.py`.
74
+ - No direct edit to `presidio_streamlit.py`.
75
+ - No edit to `scrub_key.py`.
76
+ - No edit to `scrub_key_import.py`.
77
+ - No edit to `tests/*`.
78
+ - No AI-output reinsert behavior.
79
+ - No automatic document rehydration.
80
+ - No change to TXT, CSV, DOCX or PDF export/download behavior.
81
+ - No cloud processing.
82
+ - No secrets, tokens or real personal data.
83
+
84
+ ---
85
+
86
  ## v13.2 — Scrub Key import/reload UI integration
87
 
88
+ Status: implemented; Actions/sync later verified green in closeout.
89
 
90
  Purpose:
91