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

Data comparators: _gte, _gt, _lte, _lt on endpoints with filter capability. #4

Open
TokenChingy opened this issue Oct 22, 2018 · 2 comments
Assignees
Labels
enhancement New feature or request high priority

Comments

@TokenChingy
Copy link
Owner

Is your feature request related to a problem? Please describe.
No problems, just missing features that I will need to implement.

Describe the solution you'd like
A more comprehensive data filtering through the implementation of comparators.

Describe alternatives you've considered
The current alternative is to request all the data and compare on the front-end which is not network friendly.

Additional context
N/A

@TokenChingy TokenChingy self-assigned this Oct 22, 2018
@TokenChingy TokenChingy added enhancement New feature or request high priority labels Oct 22, 2018
@TokenChingy
Copy link
Owner Author

I'm working on this currently. Should be done by the weeks end if not sooner. Going to thank @judilsteve for the help on some of the logic as well as cleaning up the logic in the function requestQueryHandler(), hopefully we should shave of some milliseconds in the response.

@TokenChingy
Copy link
Owner Author

Data comparators are complete for the find endpoint. Update and remove endpoints to come soon.

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

No branches or pull requests

1 participant