Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend the Export Log #172

Open
patrickposner opened this issue Sep 22, 2023 · 2 comments
Open

Extend the Export Log #172

patrickposner opened this issue Sep 22, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@patrickposner
Copy link
Collaborator

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 patrickposner added the enhancement New feature or request label Sep 22, 2023
@igorbenic
Copy link
Collaborator

@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).

@patrickposner
Copy link
Collaborator Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants