Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: For testing purposes, be able to run scripts without most interactive prompts #203

Open
3 tasks
astrochun opened this issue May 5, 2021 · 0 comments
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

Comments

@astrochun
Copy link
Contributor

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:

  • 1. ReadmeClass class
  • 2. Qualtrics class
  • 3. Option in scripts

Testing notes

Additional notes

Implemented in: TBD

@astrochun astrochun added curation Pertains to aspects of curation, including workflow management enhancement New feature or request p1 Issues affecting production, multiple users scripts Script development labels May 5, 2021
@astrochun astrochun added this to the v1.1.0 milestone May 5, 2021
@astrochun astrochun self-assigned this May 5, 2021
astrochun added a commit that referenced this issue May 5, 2021
 - Update ReadmeClass with Qualtrics call
@astrochun astrochun modified the milestones: v1.1.0, v1.2.0 Jun 10, 2021
@astrochun astrochun removed their assignment Oct 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
curation Pertains to aspects of curation, including workflow management enhancement New feature or request p1 Issues affecting production, multiple users scripts Script development
Projects
None yet
Development

No branches or pull requests

1 participant