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

Sync staging with develop #353

Merged
merged 125 commits into from
Sep 11, 2023
Merged

Sync staging with develop #353

merged 125 commits into from
Sep 11, 2023

Commits on Jul 11, 2023

  1. Add @tailwindscss/forms

    courtneymyers committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    0f33148 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f63c10f View commit details
    Browse the repository at this point in the history
  3. Move new application button out of dashboard component (will go on al…

    …l rebates page) and update styles (shrink buttons, update small screen layout)
    courtneymyers committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    f9833c0 View commit details
    Browse the repository at this point in the history
  4. Add rebate year select to allRebates and move new application button/…

    …link to the right of the new rebate year select
    courtneymyers committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    23461a3 View commit details
    Browse the repository at this point in the history
  5. Remove IconText component from userDashboard and create indivitual ic…

    …on text components for dashboard, helpdesk, and signout (less dry but also less indirection)
    courtneymyers committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    3c047ff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4975880 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Add year context component for storing selected rebate year globally,…

    … and update rebate year select in allRebates component to use it
    courtneymyers committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    8ada8ba View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

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

Commits on Jul 20, 2023

  1. Add yearly env variables for controlling each form's open enrollment …

    …status, and update API to return those values and code to reflect they're now each stored at the year level too
    courtneymyers committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    05fe852 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14518f2 View commit details
    Browse the repository at this point in the history
  3. Update allRebates to use rebateYear to determine whether each form's …

    …enrollment period is open or closed
    courtneymyers committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    59889a7 View commit details
    Browse the repository at this point in the history
  4. Update form components to use rebate year in determining if form's op…

    …en enrollment is open or closed
    courtneymyers committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    78d33a8 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Move submissionPeriodOpen into shared config object in api file and u…

    …se it in checkFormSubmissionPeriodAndBapStatus() function
    courtneymyers committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    712ebe3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50fb136 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bdaf13e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #333 from USEPA/feature/increment-version-number

    Feature/increment version number
    courtneymyers authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    7be0b02 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Update s3 endpoint to include rebateYear as well (for determining if …

    …the post should be allowed or not)
    courtneymyers committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    3349968 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    f32257a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    468517e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49427b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b89742 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    feba5b4 View commit details
    Browse the repository at this point in the history
  2. Update references to form names in api to use abbreviations (excludin…

    …g error messages returned to the client)
    courtneymyers committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    914068a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc534ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    088f041 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a3e59c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Update variables used for frf and prf's review item ids and modified …

    …timestamps to use new form abbreviations
    courtneymyers committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    eee85b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b55fc28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b02dd9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8937fa4 View commit details
    Browse the repository at this point in the history
  5. Update api to use submissionPeriodOpen instead of individual variable…

    …s for controlling each form's open enrollment status
    courtneymyers committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    60e6b86 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7bb2abf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    63c51c2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2789c37 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Move formio api routes to a new formio2022.js file, for easier mainta…

    …inability with new 2023 formio routes
    courtneymyers committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    f18222d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2361e88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb3e1d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    83c9a3c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e8f357f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3c6582b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4aac351 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    923ba93 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    552b60e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    12eb9e3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e406fe1 View commit details
    Browse the repository at this point in the history
  12. Move checkFormSubmissionPeriodAndBapStatus() out of formio2022.js fil…

    …e and into bap.js utility file
    courtneymyers committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    a9fce58 View commit details
    Browse the repository at this point in the history
  13. Update forms' react-query mutation's onSuccess to use the updated que…

    …ry key in upating cached data in the queryClient
    courtneymyers committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    7da4247 View commit details
    Browse the repository at this point in the history
  14. Move formio upload and download of s3 file metadata functions out of …

    …formio2022.js route file and into a new formio.js utility file (for use in a new formio2023.js route file)
    courtneymyers committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    442463a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    daf4632 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f480de9 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3d698fe View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    97780eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d2e55d View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Create formUrl object storing rebate year and form type in formio con…

    …fig and update formio s3 functions to use it in determining the formio form url
    courtneymyers committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    158f2e2 View commit details
    Browse the repository at this point in the history
  2. Update server api routes to use formio config's formUrl object instea…

    …d of individual form url variables, and remove no longer used individual form url variables
    courtneymyers committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    ffdf5eb View commit details
    Browse the repository at this point in the history
  3. Update formio2022 route to store urls for each form for 2022, instead…

    … of referencing the formio formUrl object every time
    courtneymyers committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    48d9076 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Update frfNew component to support creating new frf submissions for 2…

    …023 (and update initial submission data fields to reflect changes made to 2023 FRF)
    courtneymyers committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    326e219 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    faeb140 View commit details
    Browse the repository at this point in the history
  3. Move creation of a new frf submissions to a formio utility function f…

    …or use across rebate years
    courtneymyers committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    e27e45f View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Move fetching of existing frf submission to a formio utility function…

    … for use across rebate years
    courtneymyers committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    db3def5 View commit details
    Browse the repository at this point in the history
  2. Move updating of existing frf submission to a formio utility function…

    … for use across rebate years
    courtneymyers committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    8d39242 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57c2dc5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    577da41 View commit details
    Browse the repository at this point in the history
  5. Comment out all BAP data related fields from frf2023 component until …

    …BAP has implemented their 2023 FRF features
    courtneymyers committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    5c2a382 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Update Formio form submission types to explicitly identify them as 20…

    …22 form submissions, and add Formio 2023 FRF submission type
    courtneymyers committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    9f5b8ef View commit details
    Browse the repository at this point in the history
  2. Update PRF 2022 form component's dirty check to account for newBusDel…

    …iveryDate field's value discrepancy between the returned data of null and the rendered value of any empty string
    courtneymyers committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    e664a7f View commit details
    Browse the repository at this point in the history
  3. Add getComboKeyFieldName() to server app's formio utilities, so the c…

    …orrect combo key field can be used, based on the rebate year
    courtneymyers committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    bb753f1 View commit details
    Browse the repository at this point in the history
  4. Add use2023SubmissionsQueries() custom hook to fetch 2023 submission …

    …data, and rename 2022 queries and hooks to reflect 2022 rebate year
    courtneymyers committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    7cb0e1e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c00391a View commit details
    Browse the repository at this point in the history
  6. Update Submissions route component to split up 2022 and 2023 logic fo…

    …r fetching data and rendering content, based on rebate year
    courtneymyers committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    ee1ca94 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b3fd0cc View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    d836799 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e99b5d View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Update combine2023Submissions() utility function to set structure of …

    …2023 rebates, and update Submissions2023 component to render 2023 FRF submissions in the table
    courtneymyers committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    e57e93c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #332 from USEPA/feature/update-one-epa-template

    Feature/update one epa template
    courtneymyers authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    36cb6a0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #334 from USEPA/feature/update-app-to-support-mult…

    …i-years
    
    Feature/update app to support multi years
    courtneymyers authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    57b3618 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

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

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    73eb82f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae31eb6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #335 from USEPA/feature/add-nces-lookup

    Feature/add nces lookup
    courtneymyers authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    8d66ca0 View commit details
    Browse the repository at this point in the history
  4. Update NCES web service endpoint to account for no NCES ID provided a…

    …nd only perform the search if NCES ID is exactly seven characters
    courtneymyers committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    e583889 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #336 from USEPA/feature/update-nces-data-lookup

    Feature/update nces data lookup
    courtneymyers authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    15eca33 View commit details
    Browse the repository at this point in the history
  6. Add school district name field to 2023 FRF data type and render it ap…

    …propriately on the user's dashboard for their 2023 FRF submissions
    courtneymyers committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    43d1517 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #337 from USEPA/feature/add-2023-frf-school-distri…

    …ct-name-field
    
    Feature/add 2023 frf school district name field
    courtneymyers authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    694c4cf View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    d0cefa1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #338 from USEPA/feature/update-formio-nces-endpoint

    Feature/update formio nces endpoint
    courtneymyers authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    cc98a9a View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Update Formio NCES web service endpoint to allow cross origin request…

    …s if running the app locally
    courtneymyers committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    8254caa View commit details
    Browse the repository at this point in the history
  2. Update enableLocalhostCORS middleware to check request host for local…

    …host, since deployed app's NODE_ENV will be set to production on Cloud.gov
    courtneymyers committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    afe8790 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #339 from USEPA/feature/enable-cors-on-nces-endpoint

    Feature/enable cors on nces endpoint
    courtneymyers authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    1c3f5f1 View commit details
    Browse the repository at this point in the history
  4. Update Formio NCES endpoint CORS configuration to not take request ho…

    …st into account when enabling CORS
    courtneymyers committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    08bca20 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #340 from USEPA/feature/update-nces-cors-configura…

    …tion
    
    Feature/update nces cors configuration
    courtneymyers authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    fbfe179 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c249e64 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #341 from USEPA/feature/update-formio-nces-cors-co…

    …nfig
    
    Feature/update formio nces cors config
    courtneymyers authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    58fcade View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    cff65b5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #342 from USEPA/feature/update-formio-nces-cors-logic

    Feature/update formio nces cors logic
    courtneymyers authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    3f39ea0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5d804d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #343 from USEPA/feature/update-nces-data-for-2023

    Feature/update nces data for 2023
    courtneymyers authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    9aa73e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    345ad0f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #344 from USEPA/feature/update-nces-lookup-for-2023

    Feature/update nces lookup for 2023
    courtneymyers authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    ede0ba6 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    d3b55a0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #345 from USEPA/feature/update-nces-json-file

    Feature/update nces json file
    courtneymyers authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    bb7936e View commit details
    Browse the repository at this point in the history
  3. Update text displayed above table listing SAM.gov entities in new FRF…

    … submission modal dialog window
    courtneymyers committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    bdae376 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5405828 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ca0b4b View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

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

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    9a9d64e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cefa27 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    163f645 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #346 from USEPA/feature/apply-review-edits

    Feature/apply review edits
    courtneymyers authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    f6b811e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4976cd5 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #347 from USEPA/feature/update-nces-data

    Feature/update nces data
    courtneymyers authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    93f2e04 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Update userDashboard to show loading indicator if email address is fa…

    …lsy, and update SAM.gov api endpoint to not attempt to fetch SAM.gov entities if no email address (or an empty string for one) is provided
    courtneymyers committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    ca166d7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #348 from USEPA/feature/update-user-email-logic

    Feature/update user email logic
    courtneymyers authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    2bf16b4 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    d6bc77d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #349 from USEPA/feature/update-nces-json

    Feature/update nces json
    courtneymyers authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    c0dce02 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    37c69a9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #350 from USEPA/feature/re-open-2022-frf

    Feature/re-open 2022 frf
    courtneymyers authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    9ad7675 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a0505b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ca5e1a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f296a79 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0184418 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0db98be View commit details
    Browse the repository at this point in the history
  8. Merge pull request #351 from USEPA/feature/apply-package-updates

    Feature/apply package updates
    courtneymyers authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    6b24aca View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6cd7b42 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #352 from USEPA/feature/increment-version-number

    Feature/increment version number
    courtneymyers authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    69dfa75 View commit details
    Browse the repository at this point in the history