oss-slu / esp

MIT License
0 stars 5 forks source link

Preview the output data in tabular format before downloading #76

Closed SiriChandanaGarimella closed 1 week ago

SiriChandanaGarimella commented 1 month ago

Is your feature request related to a problem? Please describe. Currently, the UI improvement is in progress, and there is no Preview output button added in the /temp route, which may lead to unnecessary downloads or confusion about the content.

Describe the solution you'd like Implement a preview functionality on the /temp page that allows users to view the output before deciding to download it.

  1. Add a 'Preview output' button to the /temp page
  2. The user should be able to preview the output by clicking on the 'Preview output' button

Acceptance criteria

  1. A "Preview" button is added to the /temp page before the "Download Output" button.
  2. When the user clicks on the 'Preview' button a modal window has to be displayed.
  3. In the modal window, the output data has to be displayed.
  4. The preview functionality should work as it is currently working on the /orca page.