solidprivacy-nl commited on
Commit
d44f95c
·
1 Parent(s): 8e8f275

Close v12.6 export sanity workpackage

Browse files
Files changed (1) hide show
  1. WORKPACKAGES.md +14 -12
WORKPACKAGES.md CHANGED
@@ -165,11 +165,9 @@ Outcome:
165
 
166
  ---
167
 
168
- ## Active workpackage
169
-
170
  ### WP3 — v12.6 Export sanity checks
171
 
172
- Status: UI integration implemented; awaiting GitHub Actions, Hugging Face sync, and app verification.
173
 
174
  Goal:
175
 
@@ -203,23 +201,27 @@ UI integration:
203
  Validation evidence:
204
 
205
  - Helper verification was reconciled externally by coordinator: `Tests #58` green and `Sync to Hugging Face Space #72` green for commit `b0bf8ae`.
206
- - UI integration commits created:
207
  - `c60b9b4bfa8944e620546ca26a4fe42c287edaa0` — Integrate export sanity warnings into UI patch.
208
  - `f5158c9faf8e7676cb8403da0b42b0465539acfa` — Add export sanity UI patch tests.
209
- - This worker could not run local pytest from the connector environment.
 
 
210
 
211
  Boundaries preserved:
212
 
213
  - No direct edit to `presidio_streamlit.py`.
 
214
  - No export/download behavior changed.
215
  - Downloads are not blocked.
216
- - No Scrub Key logic added.
217
  - No cloud processing introduced.
218
 
219
- Next step:
220
 
221
- - Verify GitHub Actions `Tests` and GitHub to Hugging Face sync for the UI integration commits.
222
- - Ask the user/coordinator to verify in the Hugging Face app that `Extra exportcontrole` appears before downloads and that downloads still work.
 
223
 
224
  ---
225
 
@@ -296,6 +298,6 @@ Parallelization:
296
 
297
  ## Recommended execution order
298
 
299
- 1. Verify GitHub Actions `Tests` and GitHub to Hugging Face sync for WP3B UI integration commits.
300
- 2. Ask the user/coordinator to verify the Hugging Face app shows `Extra exportcontrole` before downloads and that downloads remain available.
301
- 3. After v12.6 is verified, close v12 Review UX and begin v13 UI integration for Scrub Key JSON export.
 
165
 
166
  ---
167
 
 
 
168
  ### WP3 — v12.6 Export sanity checks
169
 
170
+ Status: completed and formally closed after coordinator closeout instruction.
171
 
172
  Goal:
173
 
 
201
  Validation evidence:
202
 
203
  - Helper verification was reconciled externally by coordinator: `Tests #58` green and `Sync to Hugging Face Space #72` green for commit `b0bf8ae`.
204
+ - UI integration commits:
205
  - `c60b9b4bfa8944e620546ca26a4fe42c287edaa0` — Integrate export sanity warnings into UI patch.
206
  - `f5158c9faf8e7676cb8403da0b42b0465539acfa` — Add export sanity UI patch tests.
207
+ - `7d043d13096518d5dca6a5f187189fa3a8471627` Update workpackage status for export sanity UI.
208
+ - `4a84ddb7ca2b298ce2dcdcc5daf8b9f1cc055023` — Add export sanity UI handover.
209
+ - WP3C closeout was requested by the coordinator as administrative closeout only, with no further code changes.
210
 
211
  Boundaries preserved:
212
 
213
  - No direct edit to `presidio_streamlit.py`.
214
+ - No additional code changes in WP3C.
215
  - No export/download behavior changed.
216
  - Downloads are not blocked.
217
+ - No Scrub Key logic added in WP3.
218
  - No cloud processing introduced.
219
 
220
+ Outcome:
221
 
222
+ - v12.6 is closed.
223
+ - v12 Review UX line is complete from WP1 through WP3.
224
+ - Next UI phase can move to v13 Scrub Key JSON export after coordinator approval.
225
 
226
  ---
227
 
 
298
 
299
  ## Recommended execution order
300
 
301
+ 1. Start v13 Scrub Key JSON export UI only after coordinator approval.
302
+ 2. Keep v13 UI integration sequential because it may touch the same review/export flow.
303
+ 3. Preserve v12 export semantics unless a future workpackage explicitly changes them.