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/292 submission status page #399

Merged
merged 32 commits into from
Jul 21, 2022

Commits on Jul 15, 2022

  1. Merge branch 'develop' of https://github.com/fecgov/fecfile-web-app i…

    …nto develop
    Elaine Krauss authored and Elaine Krauss committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    a1f9fc5 View commit details
    Browse the repository at this point in the history
  2. Creates the first report submission page

    Elaine Krauss authored and Elaine Krauss committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    d539a84 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Fixes field validation

    Elaine Krauss authored and Elaine Krauss committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    724d7b0 View commit details
    Browse the repository at this point in the history
  2. Confirmation emails submit as expected

    Elaine Krauss authored and Elaine Krauss committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    bad1b8d View commit details
    Browse the repository at this point in the history
  3. Removes console.log() statements and adds an '?' to an attribute check

    Elaine Krauss authored and Elaine Krauss committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    b8ae81e View commit details
    Browse the repository at this point in the history
  4. Gets unit tests passing!

    Elaine Krauss authored and Elaine Krauss committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    5694cc1 View commit details
    Browse the repository at this point in the history
  5. Incorporates linting feedback

    Elaine Krauss authored and Elaine Krauss committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    826adce View commit details
    Browse the repository at this point in the history
  6. Replaces <b> with <strong>

    Elaine Krauss authored and Elaine Krauss committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    5367dc1 View commit details
    Browse the repository at this point in the history
  7. Form Name now correctly renders based on the report's report code

    Elaine Krauss authored and Elaine Krauss committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    f8936f9 View commit details
    Browse the repository at this point in the history
  8. Linting feedback...

    Elaine Krauss authored and Elaine Krauss committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    2d998c8 View commit details
    Browse the repository at this point in the history
  9. Should be using develop's version of the validator, not the defunct b…

    …ranch for this feature
    Elaine Krauss authored and Elaine Krauss committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    d4adf47 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Removes a holdover reference to memos

    Elaine Krauss authored and Elaine Krauss committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    7539616 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into feature/334-report-email-confirmation-form

    Elaine Krauss authored and Elaine Krauss committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    6dcc675 View commit details
    Browse the repository at this point in the history
  3. Restores the package files to their develop versions

    Elaine Krauss authored and Elaine Krauss committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    3589ff4 View commit details
    Browse the repository at this point in the history
  4. Starts the submission status page

    Elaine Krauss authored and Elaine Krauss committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    f298360 View commit details
    Browse the repository at this point in the history
  5. Merges in the confirmation email code because it is needed for the su…

    …bmission status page
    Elaine Krauss authored and Elaine Krauss committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    f162d2a View commit details
    Browse the repository at this point in the history
  6. Finalizes the submission status page minus the image

    Elaine Krauss authored and Elaine Krauss committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    a5db09b View commit details
    Browse the repository at this point in the history
  7. Report Code Detailed Labels are now used in the Report creation and s…

    …ubmission processes
    Elaine Krauss authored and Elaine Krauss committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    40e619a View commit details
    Browse the repository at this point in the history
  8. Updates the unit tests for the submission status page

    Elaine Krauss authored and Elaine Krauss committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    769210d View commit details
    Browse the repository at this point in the history
  9. Removes a duplicate import statement

    Elaine Krauss authored and Elaine Krauss committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    5cd46c0 View commit details
    Browse the repository at this point in the history
  10. Refactors email field validation to lean on Angular-provided validato…

    …rs where possible
    Elaine Krauss authored and Elaine Krauss committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    c438e11 View commit details
    Browse the repository at this point in the history
  11. Makes changes to fix unit tests

    Elaine Krauss authored and Elaine Krauss committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    24ddb9e View commit details
    Browse the repository at this point in the history
  12. Linting feedback

    Elaine Krauss authored and Elaine Krauss committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    85d8720 View commit details
    Browse the repository at this point in the history
  13. Fixes the unit tests again

    Elaine Krauss authored and Elaine Krauss committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    9fca2f3 View commit details
    Browse the repository at this point in the history
  14. Updates the submission status page to show the intended image

    Elaine Krauss authored and Elaine Krauss committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    29d8809 View commit details
    Browse the repository at this point in the history
  15. Merge branch 'feature/334-report-email-confirmation-form' into featur…

    …e/292-Submission-Status-Page
    Elaine Krauss authored and Elaine Krauss committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    084c87c View commit details
    Browse the repository at this point in the history
  16. Restructures the file names to better match the overall file structure

    Elaine Krauss authored and Elaine Krauss committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    b0ced8a View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Adds unit tests

    Elaine Krauss authored and Elaine Krauss committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    7a91f64 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/334-report-email-confirmation-form' into featur…

    …e/292-Submission-Status-Page
    Elaine Krauss authored and Elaine Krauss committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    a159ec3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca2cce3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9651dc3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    36fa1bc View commit details
    Browse the repository at this point in the history