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 generator: handle lots of columns #55

Open nonprofittechy opened 2 years ago

nonprofittechy commented 2 years ago

The last revision #54 builds "revisit" blocks and table editing. But sometimes the author has dozens of fields for a particular object, and the fields are used in rare combinations for particular documents. A table with 30 columns is unusable. Especially if you add the "Edit" button and it takes you to edit a bunch of attributes that you didn't need to provide initially and are not used in the output document.

Idea:

Like:

#### Person 1:
Name: Edit
Address: Edit
Attribute 1: Edit
Attribute 2: Edit
Attribute 3: Edit

#### Person 2:
Name: Edit
Address: Edit
Attribute 1: Edit
Attribute 2: Edit
Attribute 3: Edit
BryceStevenWilley commented 1 year ago

(Moved to #112)