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

Create a short interview that creates a report of the variables used in an interview #72

Open nonprofittechy opened 1 year ago

nonprofittechy commented 1 year ago

First place to start with this is just reproducing what the existing review screen generator does to collect a list of variables mentioned directly in the YAML.

I'm noting this would be pretty useful any time we're doing some interactive work with a tool like ChatGPT, where we want to generate code or a YAML file that uses a specific set of variables.

miabonardi commented 1 year ago

I think it would be great if this could generate several lists of variables:

  1. All variables in the interview (including AL and background variables)
  2. All variables in the interview (excluding AL and background variables -- this would presumably be a combination of 3 and 4)
  3. Variables only used in the docx/pdf
  4. Variables not used in the docx/pdf (just gathered in the interview but not populated in the forms--variables that go to a CMS or elsewhere)
  5. Maybe a list of only AL and background variables -- if would be helpful?