codeforbtv / courtbot-vt-frontend

1 stars 1 forks source link

Description of court name is confusing in confirmation response #19

Open jakedurell opened 1 year ago

jakedurell commented 1 year ago

We found case "22-ENV-00012" on 1/9/2023 1:30 PM @ Chittenden Criminal/Family Courthouse Environmental, VT.

Ideally, it would say the court location and name only, such as:

We found case "22-ENV-00012" on 1/9/2023 1:30 PM @ Chittenden Criminal Division 32 Cherry Street, 2nd Floor, Suite 303 Burlington, VT 05401

No need to mention that criminal and family courts are at same location.

iamyume commented 1 year ago

Looking into this more, we don't have that data provided to us at the moment. Right now we have only the following court information. We could provide a mapping from court_room_code to actual court name and address but would need to find all the different codes and manually create a mapping.

{
    "county": {
        "code": "LE",
        "name": "Lamoille"
    },
    "court_room_code": "Lamoille Superior Courtroom #2",
    "division": "Civil"
}