In #7669 and freedomofpress/securedrop-client#2720, data.yaml and the data/ directory came from:
I [@legoktm] dumped a normal database and then had Claude Code transform it to YAML, manually refined it down, and then had Claude take the YAML and create a script for it, based off of loaddata.py, which I then cleaned up.
@legoktm, if you still have this script lying around, we should commit it! If not, I imagine we can close the loop by pointing Claude Code at the server_tests dataset to come up with a new export script. Like both loaddata.py and loadfixeddata.py, it will only ever be for development and QA.
In #7669 and freedomofpress/securedrop-client#2720,
data.yamland thedata/directory came from:@legoktm, if you still have this script lying around, we should commit it! If not, I imagine we can close the loop by pointing Claude Code at the
server_testsdataset to come up with a new export script. Like bothloaddata.pyandloadfixeddata.py, it will only ever be for development and QA.