-
Notifications
You must be signed in to change notification settings - Fork 1
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
fix: add all of the jurisdiction data to external #672
Conversation
✅ Deploy Preview for housing-sanjoseca-gov ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
1274f23
to
2d67914
Compare
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.
LGTM
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.
question
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.
LGTM
* fix: limit the characters for name on user (#667) * fix: fixes password out of date error messaging (#669) * fix: fixes password out of date error messaging * fix: prod error fixes * fix: test fix * fix: public site fix take 2 (#670) * feat: new endpoint, forgot pwd fix (#671) * feat: new endpoint, forgot pwd fix * feat: using new endpoint to public * fix: update per morgan * fix: updates to pr * fix: new test to get us over coverage * fix: update per morgan * fix: add all of the jurisdiction data to external (#672) * fix: add all of the jurisdiction data to external * fix: use correct field name * fix: add security around application list (#674) * fix: add security around application list * fix: test fixes * fix: coverage requirement drop --------- Co-authored-by: Morgan Ludtke <[email protected]>
* fix: null check on option links (bloom-housing#3897) * fix: adjust spacing for preference application checkboxes (bloom-housing#3868) * feat: limit user names allowed (bloom-housing#3908) * fix: the Save and Return link should only show after the Review step has been reached (bloom-housing#3901) * fix: 3898/passwordless schema changes (bloom-housing#3902) * feat: mfaCode -> singleUseCode * feat: adding new field to jurisdiction * fix: call submit directly from onClick (bloom-housing#3907) * feat: single use code request endpoint (bloom-housing#3915) * feat: single use code request endpoint * fix: updating mocks * fix: update per Em and Emily * fix: updates after convo with eric * fix: updates to tests * fix: export activity interceptor (bloom-housing#3926) * fix: export activity interceptor * fix: import path * fix: improve export logging tests * fix: tidy up implementation * fix: commenting for clarity * fix: user update/create fixes (bloom-housing#3932) * feat: fixes from hba into core (bloom-housing#3910) * fix: limit the characters for name on user (#667) * fix: fixes password out of date error messaging (#669) * fix: fixes password out of date error messaging * fix: prod error fixes * fix: test fix * fix: public site fix take 2 (#670) * feat: new endpoint, forgot pwd fix (#671) * feat: new endpoint, forgot pwd fix * feat: using new endpoint to public * fix: update per morgan * fix: updates to pr * fix: new test to get us over coverage * fix: update per morgan * fix: add all of the jurisdiction data to external (#672) * fix: add all of the jurisdiction data to external * fix: use correct field name * fix: add security around application list (#674) * fix: add security around application list * fix: test fixes * fix: coverage requirement drop --------- Co-authored-by: Morgan Ludtke <[email protected]> * fix: load shared helpers tailwind (bloom-housing#3929) * fix: update to correct juris on change requested (bloom-housing#3934) * fix: include demographics in partners applicant csv export (bloom-housing#3933) * fix: add flag to include demographics for partners * refactor: change migration folder name * chore(deps): bump ip from 1.1.5 to 1.1.9 (bloom-housing#3895) * refactor: uptake and merge card (bloom-housing#3922) * fix: underscores in translations (bloom-housing#3925) * fix: limit requestedChangesUser in Listings response (bloom-housing#3921) * feat: connect up requsted changes user properly * fix: limit requestedChangesUser in Listings response bloom-housing#3889 * fix: update api service unit tests bloom-housing#3889 * fix: add details view unit test bloom-housing#3889 * fix: send id and name bloom-housing#3889 * fix: correct inport statement * fix: addressing comments bloom-housing#3889 * fix: cleanup swagger changes bloom-housing#3889 * fix: add missing return statement bloom-housing#3889 --------- Co-authored-by: Eric McGarry <[email protected]> * feat: security patch (bloom-housing#3946) * feat: security patch * fix: update per eric * feat: 3909/add redirect url prisma (bloom-housing#3938) * feat: get email url from getPublicEmailURL * fix: handle undefined url case and simplify parsing * fix: use only baseUrl in welcome and password emails * fix: fix test * feat: new single use code login endpoint (bloom-housing#3928) * feat: new single use code login endpoint * fix: updates per pr comments * fix: update seeds + fix listing delete (bloom-housing#3940) * feat: unconfirmed user login error fix (bloom-housing#3949) * feat: unconfirmed user login error fix * fix: unconfirmed user attempting to login, public user logging into partner site, seeding es * updates per cade * fix: undefined check * Merge remote-tracking branch 'origin/main' into security-patch-2 * fix: merge mistakes were made --------- Co-authored-by: Cade Wolcott <[email protected]> --------- Co-authored-by: Morgan Ludtke <[email protected]> Co-authored-by: Krzysztof Zięcina <[email protected]> Co-authored-by: Jared White <[email protected]> Co-authored-by: cade-exygy <[email protected]> Co-authored-by: ColinBuyck <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Emily Jablonski <[email protected]> Co-authored-by: Eric McGarry <[email protected]> Co-authored-by: Cade Wolcott <[email protected]>
Pull Request Template
Issue Overview
This PR addresses #495
Description
Doorway relies on our site for data from the HBA sites. And as part of that it also links back to HBA for the application flow. With the latest Prisma change we slimmed down the jurisdiction data returned on listings and the url link for the jurisdiction is no longer returned
To solve this on the external endpoint we need to add the
publicUrl
field to the jurisdiction on the new /external endpointHow Can This Be Tested/Reviewed?
Provide instructions so we can review.
Describe the tests that you ran to verify your changes. Please also list any relevant details for your test configuration.
Checklist:
yarn generate:client
and/or created a migration if I made backend changes that require themReviewer Notes:
Steps to review a PR:
On Merge:
If you have one commit and message, squash. If you need each message to be applied, rebase and merge.