The install_assembly_line interview depends on ALToolbox's collapse template. Ironically, this is the one interview that users will likely install first and then use to install the rest of the Assembly Line (including ALToolbox), so we probably don't want to make them install the ALToolbox as well.
Our options:
add ALToolbox to setup.py, so when ALDashboard is installed ALToolbox is automatically installed
remove the dependency on ALToolbox, either by
changing the collapsed template to a help tab, or
copying the Bootstrap needed to make a collapsible template
I'm leaning towards just copying the bootstrap needed to make the collapsible template, given it's only used once in the file.
The
install_assembly_line
interview depends on ALToolbox's collapse template. Ironically, this is the one interview that users will likely install first and then use to install the rest of the Assembly Line (including ALToolbox), so we probably don't want to make them install the ALToolbox as well.Our options:
setup.py
, so when ALDashboard is installed ALToolbox is automatically installedhelp
tab, orI'm leaning towards just copying the bootstrap needed to make the collapsible template, given it's only used once in the file.