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/327 create group f transaction screen #364

Merged
merged 42 commits into from
Jul 1, 2022

Commits on Jun 17, 2022

  1. Pulling in changes to develop

    Elaine Krauss authored and Elaine Krauss committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    a04f174 View commit details
    Browse the repository at this point in the history
  2. Started looking at building out the Group F Transactions

    Elaine Krauss authored and Elaine Krauss committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    f313003 View commit details
    Browse the repository at this point in the history
  3. Modifies the Group F layout to match the wireframe

    Elaine Krauss authored and Elaine Krauss committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    9e67b47 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Renames a field's API target

    Elaine Krauss authored and Elaine Krauss committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    3d8cf02 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of https://github.com/fecgov/fecfile-web-app i…

    …nto develop
    Elaine Krauss authored and Elaine Krauss committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    2bf58fb View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' into feature/327-create-group-f-transaction-sc…

    …reen
    Elaine Krauss authored and Elaine Krauss committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    30f38b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Working on integrating the Group F Transaction Screen with the rest o…

    …f the app
    Elaine Krauss authored and Elaine Krauss committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    1e46c87 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Updates the View All Transactions page to include columns for the uid…

    …=1000(elaine) gid=1001(elaine) groups=1001(elaine),3(sys),10(wheel),964(docker),983(rfkill),987(users) and fields
    Elaine Krauss authored and Elaine Krauss committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    e30af08 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. Transaction screen loads appropriately through the generic container,…

    … and required fields are now highlighted per the schema
    Elaine Krauss authored and Elaine Krauss committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    f972791 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Switches from the JF_TRANSFERS type to the JF_TRANSFER_PAC_MEMOS type

    Elaine Krauss authored and Elaine Krauss committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    bc7ddb6 View commit details
    Browse the repository at this point in the history
  2. Renames fields to match schema

    Elaine Krauss authored and Elaine Krauss committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    33cdfa0 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' into feature/327-create-group-f-transaction-sc…

    …reen
    Elaine Krauss authored and Elaine Krauss committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    dc80865 View commit details
    Browse the repository at this point in the history
  4. The user is now able to create a child transaction which saves the fi…

    …eld appropriately
    Elaine Krauss authored and Elaine Krauss committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    1e976fb View commit details
    Browse the repository at this point in the history
  5. Renames a lot of fields in order to get editing Group F Transactions …

    …working correctly
    Elaine Krauss authored and Elaine Krauss committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    0db5cff View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. The resolver now handles parent transactions, and transactionType now…

    … has a attribute
    Elaine Krauss authored and Elaine Krauss committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    265cb40 View commit details
    Browse the repository at this point in the history
  2. Cleaning up

    Elaine Krauss authored and Elaine Krauss committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    aea34aa View commit details
    Browse the repository at this point in the history
  3. Expands unit tests

    Elaine Krauss authored and Elaine Krauss committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    9df530e View commit details
    Browse the repository at this point in the history
  4. front-end/package.json

    Elaine Krauss authored and Elaine Krauss committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    f917793 View commit details
    Browse the repository at this point in the history
  5. Stashes the package lock changes

    Elaine Krauss authored and Elaine Krauss committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    e787c82 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'develop' of https://github.com/fecgov/fecfile-web-app i…

    …nto develop
    Elaine Krauss authored and Elaine Krauss committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    67be7ae View commit details
    Browse the repository at this point in the history
  7. Corrects the url for saving a child transaction to the new standard

    Elaine Krauss authored and Elaine Krauss committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    08936b1 View commit details
    Browse the repository at this point in the history
  8. Adds the attribute to the JF_TRAN model

    Elaine Krauss authored and Elaine Krauss committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    9f737c5 View commit details
    Browse the repository at this point in the history
  9. Resolves a failed unit test

    Elaine Krauss authored and Elaine Krauss committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    dbd662a View commit details
    Browse the repository at this point in the history
  10. Fixes a failure to compile

    Elaine Krauss authored and Elaine Krauss committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    9f6e613 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. Changes the target url when hitting the button to create a child tran…

    …saction
    Elaine Krauss authored and Elaine Krauss committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    4d823e3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/347-view-associated-transactions-on-view-all-sc…

    …reen' into feature/327-create-group-f-transaction-screen
    Elaine Krauss authored and Elaine Krauss committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    73dffa7 View commit details
    Browse the repository at this point in the history
  3. Modifies one unit test to correspond to the updated url for creating …

    …a chidl transaction
    Elaine Krauss authored and Elaine Krauss committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    da973f3 View commit details
    Browse the repository at this point in the history
  4. Removes the button from editing transactions

    Elaine Krauss authored and Elaine Krauss committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    12a8fa4 View commit details
    Browse the repository at this point in the history
  5. Updates the package.json for a branch-specific validator build

    Elaine Krauss authored and Elaine Krauss committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    ba659c5 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'develop' of https://github.com/fecgov/fecfile-web-app i…

    …nto develop
    Elaine Krauss authored and Elaine Krauss committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    94fce7e View commit details
    Browse the repository at this point in the history
  7. Updates naming for improved clarity

    Elaine Krauss authored and Elaine Krauss committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    32ae714 View commit details
    Browse the repository at this point in the history
  8. Delete package-lock.json

    File was added to the commit by accident
    Elaine-Krauss-TCG authored Jun 29, 2022
    Configuration menu
    Copy the full SHA
    4422e53 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'feature/327-create-group-f-transaction-screen' of https…

    …://github.com/fecgov/fecfile-web-app into feature/327-create-group-f-transaction-screen
    Elaine Krauss authored and Elaine Krauss committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    c0fb2e7 View commit details
    Browse the repository at this point in the history
  10. Restores the package-lock.json file from develop

    Elaine Krauss authored and Elaine Krauss committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    e7a3c07 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. Configuration menu
    Copy the full SHA
    6282c03 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of https://github.com/fecgov/fecfile-web-app i…

    …nto develop
    Elaine Krauss authored and Elaine Krauss committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    fb503db View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feature/327-create-group-f-transaction-screen' of https…

    …://github.com/fecgov/fecfile-web-app into feature/327-create-group-f-transaction-screen
    Elaine Krauss authored and Elaine Krauss committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    2e075a8 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' into feature/327-create-group-f-transaction-sc…

    …reen
    Elaine Krauss authored and Elaine Krauss committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    8b3a5a1 View commit details
    Browse the repository at this point in the history
  5. Updates the validator

    Elaine Krauss authored and Elaine Krauss committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    b559b62 View commit details
    Browse the repository at this point in the history
  6. Fixes a typo that was causing ANDI to find an accessibility error

    Elaine Krauss authored and Elaine Krauss committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    f499c3e View commit details
    Browse the repository at this point in the history
  7. Updates == to ===

    Elaine Krauss authored and Elaine Krauss committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    c0cd5c7 View commit details
    Browse the repository at this point in the history
  8. Updates attribute to be

    Elaine Krauss authored and Elaine Krauss committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    5de78b8 View commit details
    Browse the repository at this point in the history