Open nonprofittechy opened 3 years ago
Someone like an adoptive child is not an opposing party or a "user". While the name "other_parties" is pretty flexible already, if we distinguish that case, it could let us write better generic questions.
Where we might really want to group these together are for vaguer kinds of interviews that aren't specific to one substantive area of law:
Thoughts:
Example where I'm actually using this: in the child guardianship interview, I created a list additional_parties
that is not in the caption, but is used to filter the various parties into serving/not serving/unsure/past service buckets.
It is a composite of these lists:
ALPeopleList(elements=[parent for parent in parents if not parent.is_deceased] + children + users + other_custodians)
(in this interview, users
is the petitioner, but the petition is "In the interests of children[0]"
In this example, it wouldn't make sense to directly ask if there are "any additional parties"