- Payments improvements, including a better UI and clearer user-text in #203
- Logs API by @BryceStevenWilley in #199
- Will actually log you out of the admin interview when you click logout (broken by v1.1.0) in #203
- Got integration tests working again, but only locally: #199
- Slightly cleaner integration testing in #202
- Trying to make better doc strings: #190
- there is now a "show password" checkbox below each password the user needs to enter, that will toggle the input type from "password" to "text", which allows the user to see the password they have entered so far.
- Use DAStore to save the user's login token across interviews. Now, if a user logs into Tyler's system in one interview and then starts another separate interview, the second will automatically log them in
- Shows Tyler's error message when trying to reset passwords, which do say if the email exists or not.
All changes are in https://github.com/SuffolkLITLab/docassemble-EFSPIntegration/commit/2dab0b3f0df55fba8442aa7ff6cfeee9b45f56fd.
- Avoid
None
errors when filters codes. Don't know why the name of a code would ever be null, but it did happen in production.
- Added a short message and spinning gif when forwarding to Tyler's payments site.
All changes are in https://github.com/SuffolkLITLab/docassemble-EFSPIntegration/commit/c01b09848196af0bce4bd674375c0a2ab2dd207e.
- Fewer crashes in
chain_xml
- Don't crash if you can't find the case title
- Case search can sometimes find cases in subcourts; i.e. if you search for cases in the
peoria
court, you can find cases frompeoriacr
. The ultimate court you need to file into needs to be the court the case is from, not what you searched in. To fix this, we now get thecourt_id
from the case details, and use that forfound_cases[i].court_id
. instead of the court you searched in. Added a note for this incase_search.yml
- Courts have a multitude of typos in their code names, including extra spaces. We now strip out leading and trailing spaces from code names when trying to match exact names.
- Have better defaults for
.document_type
,.filing_type
, and document and filing filters
- Tryng to start the resend activation action before the registration action has technically fiinshed queues up the next action, but stays on the current screen, making it seem like nothing is happenning. Instead, we just note that users can resend their actiavation email from the home screen (the next screen in the interview)
- Removed the "restart" button from the in-interview password reset flow. Users can just go back.
- stopped DA from showing "Input not processed" when we are adding waiver and income types
- Use SuffolkLITLab/ALActions for the GitHub actions that run tests
First 1.0 release! Previous versions aren't considered to be documented, so earlier versions won't be listed.