-
Notifications
You must be signed in to change notification settings - Fork 20
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
Allow filtering to type of vaccine #4
Labels
Comments
I'm working on this one. Should have a PR in this weekend. As part of this I'm doing a little refactor to group all filters into a component t separate from the main site list. |
linusmarco
added a commit
to linusmarco/macovidvaccines.com
that referenced
this issue
Feb 13, 2021
livgust
added a commit
that referenced
this issue
Feb 19, 2021
* remove .eslintcache from tracking * Add vaccine type filter (#4), move all filters to panel * address code review comments * more code review revisions * remove console.log * WIP updating tests - one still failing * Add warning when sites are restricted * moving to new line * fixed test * added missing comma, womp womp * get filters into responsive drawer * Put filters into a responsive drawer (#42) * Update docs to make PRs to develop * update develop again (#32) * Improve HTML semantics of a couple key elements * Tweaks to elements * Add eligibility accordion * Remove extraneous prettierrc and prettify README.md * Link to mass.gov/covidvaccine gave a security warning becuase the state didn't redirect properly. Link changed to a non-redirecting link. * Update eligibility for feb 18, small refactor * link to senior housing details Co-authored-by: Matthew Cardarelli <mattrc7@gmx.com> Co-authored-by: Jake Rogers <jake@dataplusmath.com> Co-authored-by: Rob Harris <rob@harcod.com> Co-authored-by: John Hawkinson <jhawk@alum.mit.edu> * get filters into responsive drawer Co-authored-by: Olivia Adams <liv.gust@gmail.com> Co-authored-by: Matthew Cardarelli <mattrc7@gmx.com> Co-authored-by: Jake Rogers <jake@dataplusmath.com> Co-authored-by: Rob Harris <rob@harcod.com> Co-authored-by: John Hawkinson <jhawk@alum.mit.edu> * get new filter panel checkbox design working Co-authored-by: Olivia Adams <liv.gust@gmail.com> Co-authored-by: Matthew Cardarelli <mattrc7@gmx.com> Co-authored-by: Jake Rogers <jake@dataplusmath.com> Co-authored-by: Rob Harris <rob@harcod.com> Co-authored-by: John Hawkinson <jhawk@alum.mit.edu>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some people are looking to book their second appointment and have to find one for the same vaccine manufacturer as their first appointment.
This would likely mean an update to the back-end scrapers to ensure that they pass that information if available.
If we add enough filters and sorters, we likely will want some kind of gear or menu for filters so they don't clutter the page.
The text was updated successfully, but these errors were encountered: