Skip to content

Start E-filing#99

Merged
BryceStevenWilley merged 8 commits intomainfrom
efiling
Nov 7, 2025
Merged

Start E-filing#99
BryceStevenWilley merged 8 commits intomainfrom
efiling

Conversation

@BryceStevenWilley
Copy link
Copy Markdown
Contributor

@BryceStevenWilley BryceStevenWilley commented Aug 27, 2025

Fix #57, #103, #104, #105, #109.

Some addition items that are still in progress:

  • don't ask "defendant or attorney" question (Who_is_filling_out_this_form)
    • should be able to tell from the party selection (i'm filing for them)
  • defaults on "your contact information" page
  • what to do with the service? right now it's still mailing service
    • idk what MA does with e-service
  • integrate Affidavit of Indigency? this is much bigger but probably worth it if we want folks to be able to use waivers
  • Turn off party name search (generally gets turned off for privacy reasons)
  • "Address with property lien against it" comes at a weird time (we now ask about case parties during case search too, so it splits those questions)

Assumptions:

  • Assuming "Answer (unspecified)" is the best option, no other tax lien specific options
  • Assuming document type should always be "public"

* If user selects they are nobody from the found case, there's an infinite
  loop trying to set `user_role`
    * Avoid by not setting that ore `user_ask_role` in the interview order block
Don't allow users to edit the plaintiffs / defendants or
docket number when e-filing.
* Fix #112 with simple language change
* Fix #113 by removing unnecessary direction about "you" meaning attorneys' clients
* Fix #115 with simple typo correction ('o' -> 'or') in docx
@BryceStevenWilley BryceStevenWilley marked this pull request as ready for review November 7, 2025 02:39
@BryceStevenWilley
Copy link
Copy Markdown
Contributor Author

Have gotten the confirmation that this is ready to go from the court. Will merge this to main now, and publish / deploy on Monday, 11/10.

@BryceStevenWilley BryceStevenWilley merged commit 1298b58 into main Nov 7, 2025
2 checks passed
@BryceStevenWilley BryceStevenWilley deleted the efiling branch November 7, 2025 02:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment