cproctor / qualitative-coding

Qualitative coding for computer scientists
Other
12 stars 3 forks source link

Set up Pyodide test environment #26

Closed cproctor closed 9 months ago

cproctor commented 10 months ago

The journal editor asked that we provide an anonymized, usable version of the software for reviewers. I don't see a good way to distribute anonymized software that we can responsibly ask reviewers to run on their machines, and furthermore they wouldn't have a model corpus to test with.

However, I believe we could deploy a trail version via a webpage using Pyodide, with test data loaded in an in-memory filesystem. This would also be great for demo-ing the software for potential uses. Create a proof of concept of this.

cproctor commented 9 months ago

Cancel. Looked into it; too complicated for now.