Skip to content

Add Filters for type of vaccine, age, minimum fare etc #144

@stephin007

Description

@stephin007

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:

  • Vaccine Type
  • Age Group
  • Fare Type

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.

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions