IllinoisLegalAidOnline / docassemble-USCISApplications

A docassemble extension.
MIT License
1 stars 0 forks source link

Screening Question: 'Have you ever been issued a final order of removal?' may be answered yes whil #187

Open aidanielson opened 5 months ago

aidanielson commented 5 months ago

This may be pedantic, but TRP wants an interview stopped and the interviewee referred out if they've been issued a Final Order of Removal (FOR). The problem is, that screeners.yml only flags (with highlight/exclamation point) interviewees who have been issued a FOR if the interviewee answers 'Yes' to 'Are you in removal proceedings?' which implies that the interviewee is currently in such proceedings and it presumes that the interviewee knows and appreciates what a "proceeding" is anyway (the mako tag is '% if user.in_removal_proceedings and user.ever_ordered_removed:'). I could see a scenario where the interviewee answers 'No' to 'Are you in removal proceedings?' but 'Yes' to 'Have you ever been issued a Final Order of Removal?' and they will not be flagged.

Suggest we change screeners.yml line 148 from '% if user.in_removal_proceedings and user.ever_ordered_removed:' to '% if user.ever_ordered_removed:'

aidanielson commented 5 months ago

image

aidanielson commented 5 months ago

image

aidanielson commented 5 months ago

image