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

Reporting: Move all CSV exports to endpoint (server) exports #9969

Open
nagpai opened this issue Dec 16, 2024 · 0 comments · May be fixed by #9986
Open

Reporting: Move all CSV exports to endpoint (server) exports #9969

nagpai opened this issue Dec 16, 2024 · 0 comments · May be fixed by #9986
Assignees
Labels
category: projects For any issues which are part of any project, including bugs, enhancements, etc. focus: reporting

Comments

@nagpai
Copy link
Contributor

nagpai commented Dec 16, 2024

We currently have browser export for list report rows less than 25 ( pagination limit ) and server based export for rows more than that. Changing all exports to server via endpoint will help simplify our CSV exports and manage this functionality at one place.

Acceptance criteria
  • All exports for Transactions, Payouts and Disputes - whether less than 25 rows or more - should be handled via server
  • Tests should be updated to reflect this change
Notes

*paJDYF-g1S-p2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: projects For any issues which are part of any project, including bugs, enhancements, etc. focus: reporting
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants