SuffolkLITLab / docassemble-MAEvictionMoratorium

A docassemble extension.
MIT License
2 stars 0 forks source link

Check out newly provided da multi-signature recipe #23

Closed plocket closed 4 years ago

plocket commented 4 years ago

Example: https://github.com/jhpyle/docassemble/blob/master/docassemble_demo/docassemble/demo/data/questions/examples/demo-multi-sign-2.yml

Documentation: https://docassemble.org/docs/recipes.html#multisignature

Server needs to be updated to 1.1.54

plocket commented 4 years ago

This cannot work without force_ask(), which makes it not modular.

As soon as you ask for ant variable without for_ask()ing, you're again stuck with the old problem of everyone being sent to the same block as each other, so this means this block has to be the final block in any flow whatsoever. Even if you allow the developer to send in their own set of actions to use in the force_ask(), you can't use any conditional flow to control where they go that depends on the user's answers.

For example, you can't offer the signer a choice of which device they want to use.