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

Add URL encoding for all input fields #171

Open
3 tasks
linear bot opened this issue Nov 20, 2024 · 1 comment
Open
3 tasks

Add URL encoding for all input fields #171

linear bot opened this issue Nov 20, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@linear
Copy link

linear bot commented Nov 20, 2024

Description:

After find a bug in the submission of phone numbers to eHealth Exchange, we moved to do url encoding for the phone numbers (See QUE-84 for more detail). We should probably add URL encoding for all of our entry fields to allow for characters like spaces in given names to be properly processed.

Acceptance Criteria:

  • All input fields for making a query: first and last name, phone number, and MRN are url encoded before making a request
  • Add a generic url encoding function that can be applied to each of the input fields
  • Update tests to reflect new encoding
@linear linear bot added the bug Something isn't working label Nov 20, 2024
Copy link
Author

linear bot commented Nov 20, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

0 participants