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

Feat: in-person enrollment view #2340

Merged
merged 11 commits into from
Sep 16, 2024
Merged

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    70adf99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c726e19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e40c5c View commit details
    Browse the repository at this point in the history
  4. feat(routes): configure forms to use in_person routes

    rather than ones from the enrollment app
    angela-tran committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    2748e4f View commit details
    Browse the repository at this point in the history
  5. feat(view): implement separate /token endpoint for in-person

    this is needed so in_person can show its own error templates and because
    in_person shouldn't necessarily be bound by the same middleware that
    the eligibility app's /token endpoint is bound by.
    angela-tran committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    9ad66ca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c08f8ff View commit details
    Browse the repository at this point in the history
  7. feat(template): minimal code changes needed to show iframe

    the card tokenization flow listens for the `element`'s click event
    before it will set the iframe `src`.
    
    use a Promise to wait for the card tokenization function to finish and
    then programmatically click the button which is not displayed to the
    user.
    angela-tran committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    a23b51e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    63092bb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ef44f69 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fda460a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a1929af View commit details
    Browse the repository at this point in the history