daily-code
daily-code copied to clipboard
feature: Allow importing json/csv to add the test cases in in admin dashboard
Note: Please only raise the PR for this once #203 is reviewed and merged, since it is dependent on that.
- Currently, adding test cases in the Problem Statement via a form one by one.
- Add a button which allows uploading json/csv to get multiple test cases at once, and add it to the recoil store (already present as adminTestCases), which will then be used to map all the test cases with a PS while creating it.
I would like to work on this and also #262 after the merge of #203
It's merged in, go ahead, just watch out for any further reviews/changes on it, so that you're updated with the latest changes
It's merged in, go ahead, just watch out for any further reviews/changes on it, so that you're updated with the latest changes
Great, Thankyou!