ideaconsult / Toxtree.js

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

Separate page for Report generation #148

Closed vedina closed 8 years ago

vedina commented 9 years ago

As per #137 we have separate pages for the report and the assessment , which was introduced as workaround for Ketcher.js incompatibility.

The client requests that the report page shows the report only, without the assessment identifier tab. The issue is if the assessment tab is hidden, the report page also breaks. More intelligent rearrangement needed, ideally a separate page for the report , which does not use/need the rest of the assessment tabs.

vedina commented 9 years ago

Please replace the View and download assessment report with the following links:

{ROOT}/ui/assessment_report?bundle_uri={ROOT}/bundle/{id}
{ROOT}/bundle/{id}/substance?media=application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
{ROOT}/bundle/{id}/dataset?media=application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
{ROOT}/bundle/{id}/matrix?media=application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
vedina commented 9 years ago

Please change the {ROOT} to be the root of the application , it is already available as variable in this page.