Skip to content

[EDH-3305] - /meter-data/status response entries in wrong order #88

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

Open
EinarArro opened this issue Oct 13, 2024 · 0 comments
Open

[EDH-3305] - /meter-data/status response entries in wrong order #88

EinarArro opened this issue Oct 13, 2024 · 0 comments
Labels
lowPriority Low priority

Comments

@EinarArro
Copy link
Collaborator

Describe the bug

This is not a bug, but more like an improvement request.

meter-data/search is used in the UI and in the API and the needs for 2 different channels are different:
UI needs the response entries to be in the order, where the newer ones are first
The API users want to have the order reversed - older ones first.
The problem, the API users have at the moment - they perform the search by filtering by SUCCESS and ERROR status and want to process them by their logical order - older ones first.
At first glance it seems, that maybe the "sort" attribute (asc and desc) would be handy. In that case the different API users can have the data in the order they prefer

@EinarArro EinarArro added the lowPriority Low priority label Oct 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lowPriority Low priority
Projects
None yet
Development

No branches or pull requests

1 participant