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

Fixed Debounce in AddClaimantModal #14454

Merged
merged 52 commits into from
Jun 8, 2020
Merged

Fixed Debounce in AddClaimantModal #14454

merged 52 commits into from
Jun 8, 2020

Commits on May 1, 2020

  1. Configuration menu
    Copy the full SHA
    31ef0e2 View commit details
    Browse the repository at this point in the history
  2. Updated the url used for the Notify Lit Support modal

    (removes mention of Pulac Cerullo in URL)
    JC Quirin committed May 1, 2020
    Configuration menu
    Copy the full SHA
    64c9cd9 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2020

  1. Updated existing SelectClaimant component:

    added proptypes;
    refactored into functional component
    JC Quirin committed May 2, 2020
    Configuration menu
    Copy the full SHA
    33646a1 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. Configuration menu
    Copy the full SHA
    4d359f6 View commit details
    Browse the repository at this point in the history
  2. added AddClaimantModal;

    added story for `AddClaimantModal`;
    updated `SelectClaimant` to allow opening of `AddClaimantModal` if `attorneyFees` feature toggle is enabled;
    JC Quirin committed May 4, 2020
    Configuration menu
    Copy the full SHA
    195c3c7 View commit details
    Browse the repository at this point in the history
  3. linting

    JC Quirin committed May 4, 2020
    Configuration menu
    Copy the full SHA
    ea91c10 View commit details
    Browse the repository at this point in the history
  4. basics for onCancel and stub for onSubmit for AddClaimantModal from…

    … `SelectClaimant`
    JC Quirin committed May 4, 2020
    Configuration menu
    Copy the full SHA
    a1652fd View commit details
    Browse the repository at this point in the history
  5. linting

    JC Quirin committed May 4, 2020
    Configuration menu
    Copy the full SHA
    3fa7d55 View commit details
    Browse the repository at this point in the history
  6. SelectClaimant only displays "Add Claimant" button if `veteranIsNot…

    …Claimant` is true;
    JC Quirin committed May 4, 2020
    Configuration menu
    Copy the full SHA
    ef0af5e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3d4aea7 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. fixed PropTypes on SelectClaimant;

    added ADD_CLAIMANT_MODAL_TITLE to COPY
    JC Quirin committed May 5, 2020
    Configuration menu
    Copy the full SHA
    bacaf53 View commit details
    Browse the repository at this point in the history
  2. AddClaimantModal now pulls title from COPY;

    JC Quirin committed May 5, 2020
    Configuration menu
    Copy the full SHA
    bf0c125 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd9288e View commit details
    Browse the repository at this point in the history
  4. wired up missing closeHandler on AddClaimantModal

    JC Quirin committed May 5, 2020
    Configuration menu
    Copy the full SHA
    508a021 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. Configuration menu
    Copy the full SHA
    7911600 View commit details
    Browse the repository at this point in the history
  2. restructured sample data to make it clear AddClaimantModal is focus…

    …ed on returning participantId
    JC Quirin committed May 6, 2020
    Configuration menu
    Copy the full SHA
    3763f24 View commit details
    Browse the repository at this point in the history
  3. Added feature test to ensure "Add Claimant" option is available

    (if appropriate feature toggle is set)
    JC Quirin committed May 6, 2020
    Configuration menu
    Copy the full SHA
    da7f331 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a522023 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c99f45 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0328d07 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2020

  1. Configuration menu
    Copy the full SHA
    0784a4f View commit details
    Browse the repository at this point in the history
  2. updated babel config for test environment

    (avoids errors with async functions at top level of files)
    JC Quirin committed May 7, 2020
    Configuration menu
    Copy the full SHA
    ab15ec1 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. Configuration menu
    Copy the full SHA
    9b06090 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07dd21a View commit details
    Browse the repository at this point in the history
  3. updated AddClaimantModal to fetch data from '/intake/attorneys' endpoint

    (default — optionally supports a different async fn as a prop)
    JC Quirin committed May 15, 2020
    Configuration menu
    Copy the full SHA
    31509fe View commit details
    Browse the repository at this point in the history

Commits on May 18, 2020

  1. Configuration menu
    Copy the full SHA
    538e2eb View commit details
    Browse the repository at this point in the history
  2. built out ability to show and remove added attorney

    JC Quirin committed May 18, 2020
    Configuration menu
    Copy the full SHA
    d76212b View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

  1. added faker.js

    JC Quirin committed May 20, 2020
    Configuration menu
    Copy the full SHA
    092c2ba View commit details
    Browse the repository at this point in the history
  2. added "relationship to veteran" select to AddClaimantModal;

    added basic local/mock data & async search fn in `AddClaimantModal` story;
    JC Quirin committed May 20, 2020
    Configuration menu
    Copy the full SHA
    b96c295 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2020

  1. Configuration menu
    Copy the full SHA
    8488b0f View commit details
    Browse the repository at this point in the history
  2. added test for removing added claimant

    JC Quirin committed May 21, 2020
    Configuration menu
    Copy the full SHA
    bf0fe6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fefe61a View commit details
    Browse the repository at this point in the history

Commits on May 22, 2020

  1. added @testing-library/react;

    added @testing-library/user-event;
    JC Quirin committed May 22, 2020
    Configuration menu
    Copy the full SHA
    578a726 View commit details
    Browse the repository at this point in the history
  2. set default relationship in AddClaimantModal

    JC Quirin committed May 22, 2020
    Configuration menu
    Copy the full SHA
    1b6c495 View commit details
    Browse the repository at this point in the history
  3. added jest tests & snapshots for AddClaimantModal

    JC Quirin committed May 22, 2020
    Configuration menu
    Copy the full SHA
    4a52534 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    00a9cd8 View commit details
    Browse the repository at this point in the history
  5. linting

    JC Quirin committed May 22, 2020
    Configuration menu
    Copy the full SHA
    b463684 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

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

Commits on May 28, 2020

  1. Configuration menu
    Copy the full SHA
    8ca5460 View commit details
    Browse the repository at this point in the history
  2. updated SearchableDropdown to support:

    - loading indicator
    - filterOption fn
    - filterOptions fn
    (it passes relevant props to react-select)
    JC Quirin committed May 28, 2020
    Configuration menu
    Copy the full SHA
    37eb858 View commit details
    Browse the repository at this point in the history
  3. updated AddClaimantModal to ensure claimant dropdown shows all opti…

    …ons returned from backend
    JC Quirin committed May 28, 2020
    Configuration menu
    Copy the full SHA
    4ac2108 View commit details
    Browse the repository at this point in the history
  4. linting

    JC Quirin committed May 28, 2020
    Configuration menu
    Copy the full SHA
    c63208d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dc979e3 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. updated snapshot for AddClaimantModal

    JC Quirin committed May 29, 2020
    Configuration menu
    Copy the full SHA
    bfd59b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    300f11f View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2020

  1. fixed debounce functionality in AddClaimantModal;

    additional jest tests for `AddClaimantModal`;
    JC Quirin committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    778bc92 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into jc/14153-fix-debounce

    JC Quirin committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    9b82b01 View commit details
    Browse the repository at this point in the history
  3. linting

    JC Quirin committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    7438792 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2020

  1. Configuration menu
    Copy the full SHA
    2f8077b View commit details
    Browse the repository at this point in the history
  2. linting

    JC Quirin committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    9fc5022 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fbdcfa0 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into jc/14153-fix-debounce

    JC Quirin committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    a86b33c View commit details
    Browse the repository at this point in the history