SuffolkLITLab / docassemble-ALDashboard

A frontend to a few common administrative backend functions that aren't built-in to Docassemble
MIT License
8 stars 0 forks source link

Review screen generator should let you "flatten" a list for users/clients etc #138

Open nonprofittechy opened 5 months ago

nonprofittechy commented 5 months ago

Right now, the review screen generator is willing to make a revisit table with a hundred columns. It should let you make that "vertical" instead, maybe list by list?

For example, if the list is "users" or "clients" it's often just a mirrored document, not an infinite list of people, but generally no more than 2. In that case, it's better to have a section for client 1 and client 2, and all of the attributes listed vertically underneath instead of in table columns. It should be possible to automate this.

Perhaps with the a chance to say how many copies should be made, with a note block above each one and appropriate if len(users) logic