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

Tool to browse installed interviews #119

Closed nonprofittechy closed 5 months ago

nonprofittechy commented 11 months ago

Right now, after you install a package, you then have to click around to figure out how to run it. I'm envisioning a tool that just lets you view installed packages and shows you a link to run each of the question YAML files they contain.

BryceStevenWilley commented 10 months ago

I like this. A first pass of this would be a directory walk starting at /usr/share/docassemble/local3.10/lib/python3.10/site-packages/docassemble, going into every */data/questions/*.yml file and listing them. We'd have to do some simple "does interview have or include a mandatory block", but that'd start taking a while probably. But listing all of those files would be really quick.