-
Notifications
You must be signed in to change notification settings - Fork 0
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 BC OrgBook and BC Geocoder Lookups to SHAS Intake Form #85
Conversation
@@ -189,6 +254,7 @@ onBeforeMount(async () => { | |||
</script> | |||
|
|||
<template> | |||
<div>{{ formRef?.values }}</div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
consider getting rid of this if dev is complete
Getting the following error when searching for an address: |
@@ -23,7 +23,7 @@ router.get( | |||
); | |||
|
|||
// Submission create draft endpoint | |||
router.put('/draft', submissionValidator.createDraft, (req: Request, res: Response, next: NextFunction): void => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wondering if the validator isn't needed anymore?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this got accidentally added in one of the many merges for the release/housing-intake
form. I recall this validator wasn't meant for this route.
26f0d40
to
144952b
Compare
Description
Adjusted intake form to search OrgBook and Geocoder APIs for BC registered businesses and addresses.
Types of changes
New feature (non-breaking change which adds functionality)
Checklist
Further comments