SuffolkLITLab / docassemble-ALWeaver

A tool to help quickly generate draft interviews from an existing document (pdf or DOCX) for the docassemble platform.
https://apps-test.suffolklitlab.org/start/ALWeaver/assembly_line/#/1
MIT License
18 stars 5 forks source link

What if there is no `user` on the form? should we skip asking for users.gather() #882

Open nonprofittechy opened 8 months ago

nonprofittechy commented 8 months ago

While best practice to ask the user's name, will the interview work without one?

We do use it in a few places, but primarily the download screen at the end of the interview. regardless, we trigger users.gather() early in the interview order block. Maybe we should use a if defined("users[0]") in the download screen and check before adding users.gather() to the interview order block.

plocket commented 8 months ago

I like that idea. I've seen it trip people up before.