PAIR-code / PAIR-code/deliberate-lab
Enable experimenters to import experiment templates
Open
Nobody has claimed this yet.
runtime:experimenter-ux
- Dominant language
- TypeScript
- Stars
- 96
- Forks
- 40
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 20
Description
CUJs:
- Experimenters should be able to download an experiment from a .json file (Already implemented)
- Experimenters should be able to load an experiment from a .json file (Upload button). This should be the reverse of the download in that the parsed JSON becomes ExperimentDownload object. Then, the experiment config from that object can be loaded into the experiment editor
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with utils/src/data.ts and the existing experiment download flow. Trace how the parsed JSON should become an ExperimentDownload object, then find the experiment editor entry point for the upload button. Done means a .json experiment template can be selected and its configuration loads into the editor.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100