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

Select multiple suggested authors to save #159

Merged
merged 5 commits into from
Oct 24, 2024
Merged

Select multiple suggested authors to save #159

merged 5 commits into from
Oct 24, 2024

Commits on Oct 12, 2024

  1. Select suggested author and save

    Using inquirer checkbox, a user can select multiple suggested coauthors and save them to file.
    
    Unclear how to write a test for this interaction. Tried inquire test library but only interfaces with their functions over the cli stream.
    rkotze committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    d995c2a View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. Test saving suggested coauthors

    Using the coffee library you can interact with cli prompts an and assert on the returned value.
    rkotze committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    c3a5e04 View commit details
    Browse the repository at this point in the history
  2. NO need to save status.

    rkotze committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    7d45555 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f52c7f View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    674ca41 View commit details
    Browse the repository at this point in the history