-
Notifications
You must be signed in to change notification settings - Fork 19
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
Add Filters for type of vaccine, age, minimum fare etc #144
Comments
May I try to tackle this issue as my first contribution to open source projects? |
Sure @eddierayo-156 , but few questions:
|
I would like to take this issue . |
Great @himanshujasuja1040 assigning you! Please send a screenshot of the UI you create for the filter. @eddierayo-156 you can also try , assigning you as well but first please asnwer the questions i asked! Thanks ❤️ |
1.using any of the api's i will get fetch the data and implement a function to filter the data in the state according to the (min-age) label. |
@suryansh38 , not only min age add fare, vaccine name, etc .Make a general one, so that if we want we can add more filter parameters. Assigning you the issue as well. |
@eddierayo-156 @himanshujasuja1040 @suryansh38 Guys, Make sure you make a general filter so that we can add more filter parameters to the list if we want! |
Is your feature request related to a problem? Please describe.
RIght now, when data is displayed, there is no option to filter on the basis of
- Type of Vaccine
- Age
- Minimum fare and more.
Adding this filter will help user to drill down their searches.
Describe the solution you'd like
A simple filter which uses filter functionality on the basis of the data coming from the API, this filter must either be dynamic enough to handle all the filter queries at once or create a filter which can give the user option to select only one filter at a time.
In other words: you should create a dropdown which has the filter labels as follows:
And according to each option you can show other relevant options , say for example if i select vaccine type , i should see another drop just beside the above dropdown which has dropdown option of covishield and covaxin.
So in the UI, User will only see 2 dropdowns!
💡 Additional required information 💡
Make sure you make a general filter so that we can add more filter parameters to the list if we want!
Let me know if you still have any doubts regarding the requirement.
The text was updated successfully, but these errors were encountered: