Open h-mcguire opened 1 year ago
Court Selection Needs to be adjusted significantly.
Should be limited based on address.county for user, other_parties[0] and last lived.
if other_parties[0].address.county == county of last lived then user must file there. if =/= then user can file in either parties county.
Requires splitting collection of last_lived_address into a proper address object. This would allow a check on the county based on the city.
Court Selection Needs to be adjusted significantly.
Should be limited based on address.county for user, other_parties[0] and last lived.
if other_parties[0].address.county == county of last lived then user must file there. if =/= then user can file in either parties county.