-
Notifications
You must be signed in to change notification settings - Fork 7
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
Scrape the "Status" from initial result set #82
Labels
parser
Improving the parsing capabilities
Comments
Review with Nick if needed. Re-assign |
Per @nicolassaw is a 2nd parsing set needed here @newswim @lianilychee |
@nicolassaw I would validate by searching the cosmos db that these fields don't actually exist |
Upon investigation, it looks like "Case Type" is already parsed on the HTML of the case front end, but status isn't and would be helpful for showing an overall status of the case. |
nicolassaw
changed the title
Scrape the "Type" and "Status" from initial result set
Scrape the "Status" from initial result set
Jun 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When we scrape the initial set of records for a given JO, there is a "status" which we want to carry along with the rest of the case records.
Right now, we accumulate a list of case records, but we should go ahead and carry along their status as well.
(I don't know why the Preview app made these red boxes so irregular 🤷)
The text was updated successfully, but these errors were encountered: