You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We flag in a few places that the user's paperwork is "incomplete" when they haven't submitted an image for their photo-id. This is for historical reasons; we built for a customer who wanted users to be able to submit the paperwork without completing those fields, but nonetheless did want them completed prior to the appointment. This is probably a bit confusing for anybody who doesn't have that background, and is especially so for users who have customized the questionnaire (which we anticipate will be most) and don't even have the fields defined that it is checking for.
We should:
Definitely not show any of these paperwork incomplete flags when a custom questionnaire is used
Consider not showing them at all even when the default questionnaires are used
I know these show up on the check in page after checking in with photo id missing and on the review page as well at the end of the paperwork flow. The logic lives here:
imbenham
changed the title
Don't show paperwork incomplete flag when users check in
Don't show paperwork incomplete flag when users check in, elsewhere it may be confusing
Feb 14, 2025
We flag in a few places that the user's paperwork is "incomplete" when they haven't submitted an image for their photo-id. This is for historical reasons; we built for a customer who wanted users to be able to submit the paperwork without completing those fields, but nonetheless did want them completed prior to the appointment. This is probably a bit confusing for anybody who doesn't have that background, and is especially so for users who have customized the questionnaire (which we anticipate will be most) and don't even have the fields defined that it is checking for.
We should:
I know these show up on the check in page after checking in with photo id missing and on the review page as well at the end of the paperwork flow. The logic lives here:
ottehr/packages/intake/zambdas/src/shared/helpers.ts
Line 180 in 412c6ce
The text was updated successfully, but these errors were encountered: