Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 10 additions & 7 deletions docassemble/MATCSmallClaims/data/questions/small_claims.yml
Original file line number Diff line number Diff line change
Expand Up @@ -317,11 +317,11 @@ question: |
fields:
- code: |
attorneys[i].name_fields()
- "BBO number": attorneys[i].bbo_number
- "BBO number (required)": attorneys[i].bbo_number
maxlength: 6
required: True
under text: |
[Click here](https://www.massbbo.org/bbolookup.php) to look up your BBO number.
[Visit the Board of Bar Overseers site](https://www.massbbo.org/bbolookup.php) to look up your BBO number.
---
sets:
- attorneys[i].address.address
Expand Down Expand Up @@ -355,7 +355,7 @@ subquestion: |
fields:
- Phone: attorneys[i].phone_number
required: False
- Email: attorneys[i].email
- "Email (required)": attorneys[i].email
required: True
validation code: |
if not attorneys[i].email and not attorneys[i].phone_number:
Expand Down Expand Up @@ -703,17 +703,17 @@ mandatory: True
question: |
Would you consider mediation to resolve your case?
subquestion: |
${collapse_template(mediation_template)}
${collapse_template(mediation_template)}
fields:
- "Would you like to try mediation?": plaintiffs1_willing_to_mediate
datatype: yesnoradio
---
template: mediation_template
subject: What is mediation?
content: |
- Mediation is a way to settle your small claim without going to trial.
- During mediation, the parties in a lawsuit sit down with a neutral person, called a mediator, to talk out a solution to their legal problem.
- If you try mediation and it doesn't resolve your claim, you may still take your claim to trial later.
- Mediation is a way to settle your small claim without going to trial.
- During mediation, the parties in a lawsuit sit down with a neutral person, called a mediator, to talk out a solution to their legal problem.
- If you try mediation and it doesn't resolve your claim, you may still take your claim to trial later.

---
sets:
Expand Down Expand Up @@ -1065,6 +1065,7 @@ review:
${ signature_date }
---
continue button field: users.revisit
id: edit plaintiffs
question: |
Edit plaintiffs
subquestion: |
Expand All @@ -1091,6 +1092,7 @@ edit:
confirm: True
---
continue button field: attorneys.revisit
id: edit attorneys
question: |
Edit attorneys
subquestion: |
Expand Down Expand Up @@ -1119,6 +1121,7 @@ edit:
confirm: True
---
continue button field: defendants.revisit
id: edit defendants
question: |
Edit defendants
subquestion: |
Expand Down
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ authors = [
{ name = "Suffolk Legal Innovation & Technology Lab (LIT Lab)", email = "litlab@suffolk.edu" },
]
dependencies = [
"docassemble.AssemblyLine @ git+https://github.com/SuffolkLITLab/docassemble-AssemblyLine.git@main",
"docassemble.AssemblyLine",
"docassemble.MassAccess",
"docassemble.MATCTheme",
"docassemble.ALAffidavitOfIndigency",
"docassemble.MATCMilitaryAffidavit @ git+https://github.com/SuffolkLITLab/docassemble-MATCMilitaryAffidavit.git@main"
]

[project.urls]
Expand Down
59 changes: 0 additions & 59 deletions setup.py

This file was deleted.

Loading