ideaconsult / Toxtree.js

http://ideaconsult.github.io/Toxtree.js/
2 stars 3 forks source link

Split report generation into a separate page #137

Closed vedina closed 9 years ago

vedina commented 9 years ago

Split report generation #130 from ui-matrix.html into a separate html page (e.g. ui-report.html). The report tab shall only have a link to the new page.

Note the latest report generation code is in matrix_rearrangements branch.

vedina commented 9 years ago

workaround implemented in Ambit r6701 through conditional FreeMarker template. The report is now available at /ui/assessment_report , while the read -across workflow at /ui/assessment .

Note both pages use the same FreeMarker template [1], [2], the tabs 2,3,4 in the report page are simply hidden. The report page includes docx generation js libraries, while the workflow page uses ketcher.js .

@gonzomir We'll need a better approach after Read Across 1.2 milestone.