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

[Feature] Filters ordering is required for correct filtering #1443

Open
codepool867 opened this issue Mar 23, 2021 · 4 comments
Open

[Feature] Filters ordering is required for correct filtering #1443

codepool867 opened this issue Mar 23, 2021 · 4 comments
Assignees

Comments

@codepool867
Copy link

codepool867 commented Mar 23, 2021

I am always frustrated when filtering in a large dataset.
For example, if you are going to filter by date column and the date column range is ten years, the step size will be large and I can not control the date filter precisely.
And because there is no option to set filter orders, we can not imagine the correct range of the previous filter's output range.
Of course, it has always the same result with ordering or not, but I think it is really important for users who are using filters frequently.

I have already implemented the filter ordering problem with this great Kepler.gl, but it has been bothering me whenever the new version is released.
So I want kepler.gl devs to consider this problem if possible for our kepler.gl users, not just for me.
If you want to check my filter ordering functionality, please refer the following site:
kminion.herokuapp.com

Additional context
image

@macrigiuseppe
Copy link
Collaborator

I have already implemented the filter ordering problem with this great Kepler.gl, but it has been bothering me whenever the new version is released.

hey @nikolaytoplev , thank you for using kepler. Can you develop a little bit more why every time a new release is out you are experiencing some struggle?

Thank you

@codepool867
Copy link
Author

codepool867 commented Mar 29, 2021

Thank you for replying to me.
I just wonder if you could consider my new features, and I am willing to contact you if you are interested in my project including new features of kepler.gl.
Frankly speaking, I have developed with this kepler.gl for one year.
I am sorry to ask for this, but kepler.gl should have many new features to be the top of map frameworks.
Thank you.

@macrigiuseppe
Copy link
Collaborator

@nikolaytoplev that's a good feature, since you already built it would you like to create a PR where we can collaborate and merge it into kepler.gl?

@codepool867
Copy link
Author

Ok, I will create a new PR for new feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants