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

DNM: Integration form engine 2 #2273

Draft
wants to merge 16 commits into
base: main
Choose a base branch
from
Draft

DNM: Integration form engine 2 #2273

wants to merge 16 commits into from

Commits on Sep 12, 2024

  1. VATEAM-87714: Add KISS configuration for Digital Forms (#2213)

    * Create postProcessDigitalForm function
    
    * Add nameAndDateOfBirth fragment
    
    * Create digitalForm GraphQL fragment
    
    * Import nameAndDateOfBirth into digitalForm fragment
    
    * Create digitalForm query object
    
    * Import digitalForm fragment into query object
    
    * Export postProcessDigitalForm as postProcess
    
    * Add Digital Forms to DATA_FILES array
    
    * Fix module imports
    
    * Fix typo
    
    * Adds blank line for consistent spacing.
    
    ---------
    
    Co-authored-by: Ryan Koch <ryan.koch.0213@gmail.com>
    derekhouck and ryguyk committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    01edd06 View commit details
    Browse the repository at this point in the history
  2. VATEAM-88634: Create a normalization layer for Digital Forms (#2215)

    * Add normalizeForms step to postProcessDigitalForm
    
    * Add subtitle to normalized form
    
    * Add OMB Number to normalized form
    
    * Normalize chapters for each form
    
    * Add additional fields for Name and Date of Birth step
    
    * Fix import spec
    
    * Remove redundant JSON parsing
    
    * Remove JSON conversion from returned value
    
    * Add formID and rename id to cmsId
    
    * Remove subTitle
    
    * Refactor normalizeForms method
    
    * Refactor normalizeChapters
    
    * Defend against malformed query responses
    
    * Remove unused import
    derekhouck authored and ryguyk committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    fd22547 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49ce1af View commit details
    Browse the repository at this point in the history
  4. Normalize OMB info

    derekhouck authored and ryguyk committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    0cec642 View commit details
    Browse the repository at this point in the history
  5. Remove Date object from formatDate

    derekhouck authored and ryguyk committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    4d7dc20 View commit details
    Browse the repository at this point in the history
  6. VATEAM-90733: Normalize OMB info fields (#2252)

    * Add OMB info to Digital Form GraphQL query
    
    * Normalize OMB info
    
    * Remove Date object from formatDate
    derekhouck authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    52edb57 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    b64c733 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62fdaab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee1a69f View commit details
    Browse the repository at this point in the history
  4. Fix imports

    derekhouck committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    9a6014e View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. VATEAM-87714: Add KISS configuration for Digital Forms (#2213)

    * Create postProcessDigitalForm function
    
    * Add nameAndDateOfBirth fragment
    
    * Create digitalForm GraphQL fragment
    
    * Import nameAndDateOfBirth into digitalForm fragment
    
    * Create digitalForm query object
    
    * Import digitalForm fragment into query object
    
    * Export postProcessDigitalForm as postProcess
    
    * Add Digital Forms to DATA_FILES array
    
    * Fix module imports
    
    * Fix typo
    
    * Adds blank line for consistent spacing.
    
    ---------
    
    Co-authored-by: Ryan Koch <ryan.koch.0213@gmail.com>
    derekhouck and ryguyk committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    66f5048 View commit details
    Browse the repository at this point in the history
  2. VATEAM-88634: Create a normalization layer for Digital Forms (#2215)

    * Add normalizeForms step to postProcessDigitalForm
    
    * Add subtitle to normalized form
    
    * Add OMB Number to normalized form
    
    * Normalize chapters for each form
    
    * Add additional fields for Name and Date of Birth step
    
    * Fix import spec
    
    * Remove redundant JSON parsing
    
    * Remove JSON conversion from returned value
    
    * Add formID and rename id to cmsId
    
    * Remove subTitle
    
    * Refactor normalizeForms method
    
    * Refactor normalizeChapters
    
    * Defend against malformed query responses
    
    * Remove unused import
    derekhouck authored and ryguyk committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e3d84e6 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    a314931 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3633329 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    628f6cb View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. VATEAM-92265: Normalize Address Digital Form pattern output (#2301)

    Normalizes the Address Paragraph type.
    derekhouck authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    0166a12 View commit details
    Browse the repository at this point in the history