-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Figure out a standard way to expose a way to review all of the forms when a package assembles multiple forms in separate packages #103
Comments
One of the things to consider is that someone might think they could edit the name separately, but actually there is one |
For now: just have the developer of the "umbrella" interview copy/paste the review blocks from the sub-forms. |
Another thought: we may want to add an "edit" button for each row that takes you to the review screen for that specific form. |
Does multiple documents refer to multiple YAML files? |
Related: #209 |
I implemented this behavior in https://github.com/nonprofittechy/docassemble-HousingCodeChecklist/. I am not positive it needs to be standardized, but it feels like we have most of the elements to standardize it in place already. Adding something to the interview_metadata could be the only solution we need. |
I think enough of this is in the fix to #209 that this is no longer appropriate. On balance, using the section links to edit answers is cumbersome and an overall review screen is more compatible with a mobile device, so adding a big feature for this doesn't make much sense. But #209 makes this possible if an author wants this behavior. |
This could also require changes in the Weaver, but people often don't have a way to tell the Weaver multiple forms will be included at that point.
The text was updated successfully, but these errors were encountered: