Skip to content

fix: users ingestion bash#6115

Merged
emilyjablonski merged 4 commits intomainfrom
users-apps-bash
Mar 27, 2026
Merged

fix: users ingestion bash#6115
emilyjablonski merged 4 commits intomainfrom
users-apps-bash

Conversation

@emilyjablonski
Copy link
Copy Markdown
Collaborator

@emilyjablonski emilyjablonski commented Mar 26, 2026

Description

Fixes issues from the users / applications bash due to their malformed data including:

  • Allowing assets with much longer fileIds because we are having to use that for URL
  • Their public users have phone numbers but ours don't, so don't send phone number when updating a public user dashboard
  • If phone type is null don't show the broken translation
  • Ensure an application object exists before trying to delete it from a previous application in autofill
  • They have entered household member numbers inconsistently, so don't skip the live alone step in autofill as it may be inaccurate with the actual household member data
  • Various additional checks for empty data
  • Loading state on autofill page
  • Loading state on choose language selection

How Can This Be Tested/Reviewed?

Most of these are not easily testable in core, but will be testable in the ingestion environment. In core we can test:

  • Loading state on autofill page
  • Loading state on choose language selection

Author Checklist:

  • Added QA notes to the issue with applicable URLs
  • Reviewed in a desktop view
  • Reviewed in a mobile view
  • Reviewed considering accessibility
  • Added tests covering the changes
  • Made corresponding changes to the documentation
  • Ran yarn generate:client and/or created a migration when required

Review Process:

  • Read and understand the issue
  • Ensure the author has added QA notes
  • Review the code itself from a style point of view
  • Pull the changes down locally and test that the acceptance criteria is met
  • Either (1) explicitly ask a clarifying question, (2) request changes, or (3) approve the PR, even if there are very small remaining changes, if you don't need to re-review after the updates

@netlify
Copy link
Copy Markdown

netlify bot commented Mar 26, 2026

Deploy Preview for partners-bloom-dev ready!

Name Link
🔨 Latest commit 47bb252
🔍 Latest deploy log https://app.netlify.com/projects/partners-bloom-dev/deploys/69c4a6de55b04100080d244d
😎 Deploy Preview https://deploy-preview-6115--partners-bloom-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link
Copy Markdown

netlify bot commented Mar 26, 2026

Deploy Preview for bloom-angelopolis ready!

Name Link
🔨 Latest commit 47bb252
🔍 Latest deploy log https://app.netlify.com/projects/bloom-angelopolis/deploys/69c4a6de3fd84b00082ef8e2
😎 Deploy Preview https://deploy-preview-6115--bloom-angelopolis.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link
Copy Markdown

netlify bot commented Mar 26, 2026

Deploy Preview for bloom-public-seeds ready!

Name Link
🔨 Latest commit 47bb252
🔍 Latest deploy log https://app.netlify.com/projects/bloom-public-seeds/deploys/69c4a6de55b04100080d2452
😎 Deploy Preview https://deploy-preview-6115--bloom-public-seeds.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link
Copy Markdown

netlify bot commented Mar 26, 2026

Deploy Preview for partners-bloom-msq2 canceled.

Name Link
🔨 Latest commit 47bb252
🔍 Latest deploy log https://app.netlify.com/projects/partners-bloom-msq2/deploys/69c4a6deaa7fb30008ab220b

@netlify
Copy link
Copy Markdown

netlify bot commented Mar 26, 2026

Deploy Preview for bloom-exygy-dev ready!

Name Link
🔨 Latest commit 47bb252
🔍 Latest deploy log https://app.netlify.com/projects/bloom-exygy-dev/deploys/69c4a6de7f607a00083c7e42
😎 Deploy Preview https://deploy-preview-6115--bloom-exygy-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@emilyjablonski emilyjablonski marked this pull request as ready for review March 26, 2026 02:03
@emilyjablonski emilyjablonski added 1 review needed Requires 1 more review before ready to merge labels Mar 26, 2026
Copy link
Copy Markdown
Collaborator

@mcgarrye mcgarrye left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@mcgarrye mcgarrye added ready to merge Should be applied when a PR has been reviewed and approved and removed 1 review needed Requires 1 more review before ready to merge labels Mar 26, 2026
@emilyjablonski emilyjablonski merged commit 171a233 into main Mar 27, 2026
32 checks passed
@emilyjablonski emilyjablonski deleted the users-apps-bash branch March 27, 2026 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready to merge Should be applied when a PR has been reviewed and approved

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants