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

Report REST API Endpoint needs a rethink in design to accomodate dynamic reports #20

Open
ertush opened this issue Dec 1, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@ertush
Copy link
Owner

ertush commented Dec 1, 2023

The reports end point returns over 1 mb of data, which is not ideal to render on a page.

Proposal of improving the Reports endpoint:

  • The endpoint should accept user filters as url params
  • The backend should generate the said reports by applying the user filters
  • The backend should make available the report inform of a file(csv or excel) to be downloaded by the user
@ertush ertush added the enhancement New feature or request label Dec 1, 2023
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

1 participant