SuffolkLITLab / docassemble-EFSPIntegration

EFSP (Electronic Filing Service Provider) functionality, using ECF v4.0
https://suffolklitlab.org/docassemble-AssemblyLine-documentation/docs/efiling/overview
MIT License
1 stars 1 forks source link

Come up with a way to decouple the logic of "these are the codes, etc" from the individual interview #214

Open nonprofittechy opened 1 year ago

nonprofittechy commented 1 year ago

maybe a configuration file that lays out the basics.

but in many cases authors will still need to use custom logic to fully integrate end-to-end e-filing. (e.g., in some cases you e-file the same document twice with different codes)

nonprofittechy commented 1 year ago

Note some of this depends on where we want to ask the e-filing specific questions and execute that logic.

nonprofittechy commented 1 year ago

We should consider making this de-coupling a non Docassemble interview

nonprofittechy commented 1 year ago

One of the main benefits of this is to make sure the authored interview can be totally controlled, so that e-filing specific fields that are required don't end up breaking the experience of the litigant in getting to the end of the interview. they only can have problems w/ the filing part.

nonprofittechy commented 1 year ago

Point from Matt: if we build a flexible front-end e-filing page that's not coupled with the interview, he thinks it should be customizable per-state. So maybe it shouldn't be part of the e-filing proxy server.

I like the idea of a FastAPI server. Docassemble feels too inflexible for me.