Feature: For testing purposes, be able to run scripts without most interactive prompts #203
Labels
curation
Pertains to aspects of curation, including workflow management
enhancement
New feature or request
p1
Issues affecting production, multiple users
scripts
Script development
Milestone
Summary
LD-Cool-P has built-in interactive prompts. However, this proves to be problematic for testing purposes.
We need to be able to turn off interactive if need be. There may still be a couple of areas requiring interactions, but this is minor.
For most prompts, we will go with the default. This will help streamline some aspects also of running the code. This will require a bit of refactor to make it happen on the script input levels.
Objectives
Fewer prompts with default assumptions made.
Proposal
Adding an
interactive
boolean is needed in:ReadmeClass
classQualtrics
classTesting notes
Additional notes
Implemented in: TBD
The text was updated successfully, but these errors were encountered: