Closed nonprofittechy closed 2 years ago
From deep dive discussion, these might be helpful as sample blocks in ALRecipes. But a different feature would be more helpful:
Have a new syntax, like “complete_attribute_list” that accepted a list of attribute names as parameters
- users: ALPeopleList.using(complete_attribute_list=[“name.first”, “birthdate”, “employer_name”])
Update: the complete_attribute
as a list of strings to be completed has been added to Docassemble 1.3.25: https://github.com/jhpyle/docassemble/commit/a350f9a6f94057fd9c90dad9da20cdf35f667d7e
Good catch, thanks @BryceStevenWilley. I also started some sample code in ALRecipes
E.g., a version for "with birthdates" to gather children, a version "with mailing address" for mailing addresses, etc.
We could easily create these as
generic object
blocks so people can just quickly pull in with the.using(