Empirical Core is the mono repo for the Quill.org codebase. This repo contains both the Quill Learning Tools, such as Quill Connect, and the Quill Learning Management System, the platform that enables teachers to provide assignments and view results. (Empirical is the name of the nonprofit building Quill.org).
Add functionality to view and create prompt examples, and actually run the trial from the TrialRunner page. This is the last of the work for this page.
WHY
We want to be able to run trials in the Evidence CMS.
HOW
Mostly following React/Rails paradigms established elsewhere in the project. I did notice, in the course of testing this, that the structure I was using for requestPut and requestPost handling wasn't handling errors correctly (due to the backend returning a 404 instead of a 200), so I updated some of the functions in that file to fix that.
Bonus: noticed the RadioButton component had the wrong type set, so I updated that, which updated some other snapshots around the site.
WHAT
Add functionality to view and create prompt examples, and actually run the trial from the
TrialRunner
page. This is the last of the work for this page.WHY
We want to be able to run trials in the Evidence CMS.
HOW
Mostly following React/Rails paradigms established elsewhere in the project. I did notice, in the course of testing this, that the structure I was using for
requestPut
andrequestPost
handling wasn't handling errors correctly (due to the backend returning a 404 instead of a 200), so I updated some of the functions in that file to fix that.Bonus: noticed the
RadioButton
component had the wrong type set, so I updated that, which updated some other snapshots around the site.Screenshots
Notion Card Links
https://www.notion.so/quill/Trial-Runner-Page-12ed42e6f9418002b2f0e2e7917a8117?pvs=4
What have you done to QA this feature?
Tested on staging, and having Jamie test on staging.