simply-static icon indicating copy to clipboard operation
simply-static copied to clipboard

Extend the Export Log

Open patrickposner opened this issue 2 years ago • 2 comments

We should improve the Export log with the following:

sorting by status code and URL a search field to search for URLs + patterns an export button to export the log as CSV All that is offered by the package we are using right now: https://react-data-table-component.netlify.app/?path=/docs/examples-filtering--filtering

patrickposner avatar Sep 22 '23 09:09 patrickposner

@patrickposner a question on how to approach this.

Should we pull the whole export log right from the start? Pro: sorting, filtering done right away, no fetch needed. Con: Due to export log being constantly filled, when sorting/filtering might change the data while browsing. Potential fix to this: disable the log (sorting, export CSV and such) until the whole export is done.

Currently, we fetch on request (pagination and such).

igorbenic avatar Sep 25 '23 20:09 igorbenic

I would say we show the additional actions (search, sorting, export) only if the export is done and keep the current implementation where we constantly fetch the log.

patrickposner avatar Sep 26 '23 07:09 patrickposner