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

Enable filtering by birth year #4

Open
alulsh opened this issue Feb 1, 2021 · 0 comments
Open

Enable filtering by birth year #4

alulsh opened this issue Feb 1, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@alulsh
Copy link
Owner

alulsh commented Feb 1, 2021

Currently, you can filter map marker results by geocoding relevance. We should add a similar filter for birth year.

After parsing the family tree, we can grab the earliest year and latest year for the start and end values of the range. A user should be able to select two values - a start year and an end year.

Since the HTML5 range input only supports one value, we can use either noUiSlider or jQuery UI range slider.

We can add a custom data attribute called data-year for the filtering or reuse the Unix timestamp from #3.

@alulsh alulsh added the enhancement New feature or request label Feb 1, 2021
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