SuffolkLITLab / docassemble-AssemblyLine

Quickly go from a paper court form to a runnable, guided, step-by-step web application powered by Docassemble. Swap out branding and pre-built questions to meet your needs.
https://suffolklitlab.org/docassemble-AssemblyLine-documentation/
MIT License
42 stars 5 forks source link

Add a variable to control the "share" button in footer #424

Open nonprofittechy opened 2 years ago

nonprofittechy commented 2 years ago

We have 3 buttons in the footer now: "Share", "About" and "Feedback".

"Share" wouldn't be appropriate for many kinds of interviews--should we consider adding a configuration option for this, or is it enough to let people customize the full text of the footer?

nonprofittechy commented 2 years ago

Maybe it should be a higher-level flag that says "not sharable interview" which has some semantic meaning and might affect multiple settings.

Related: we should be able to infer whether "share my answers" is available or not based on whether multi_user = True or not

nonprofittechy commented 2 years ago

Do we want to have a corresponding "Do you want sharing turned on?" question in the ALWeaver?

@purplesky2016 points out people won't always understand the question at the weaver stage. But we could insert boilerplate code that they can at least find and customize later.

nonprofittechy commented 2 years ago

instead of one variable, we could use a list, like for the escape button here:

https://github.com/SuffolkLITLab/docassemble-ALToolbox/blob/main/docassemble/ALToolbox/data/questions/escape_button.yml

But that's probably too much flexibility for this area.

nonprofittechy commented 1 year ago

See also #411