teragrep / ajs_01

User interface for Teragrep
Apache License 2.0
0 stars 1 forks source link

Refactor download mechanics of result modules to unify them #245

Open BVVLD opened 9 months ago

BVVLD commented 9 months ago

Description Current graphs and graph table have separate button to download data from DataTable DPL representation, which has its own. This should be refactored into one.

BVVLD commented 4 months ago

The current status of the issue: requires additional information. The issue was created before result refactoring epic, which changed a lot of UI elements. Currently, we don't use any DataTables download mechanics, the only available are "copy" button and selecting table with mouse to copy HTML table. If server-side mode is active (raw-data table) it does not display graph switcher, which has the download button, but also UI does not have full dataset to form a download, since it receives data in per-page mode. The displayed page is still possible to copy via mentioned methods. Therefore, issue either requires additional specifications on what download use-cases we plan for the tables or can be closed as not relevant anymore.

BVVLD commented 4 months ago

Current decision: The feature is awaiting the implementation on the server side. Once it is ready, both types of tables should include the download dropdown in the same place, which should trigger downloading of the dataset.