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

Search, sort, and filters #43

Merged
merged 85 commits into from
Jun 14, 2024

Conversation

HarshGurnani
Copy link
Contributor

Tracking Info

Resolves #36

Changes

  • Search: Added search parameter to backend route for getting VSRs to match to name of veteran. Search bar on frontend listens to and responds to what user types in.
  • Sort: VSRs are sorted in specific order based on status and then date received (see specific status order in linked issue)
  • Filter: Users can filter by status, income level, and zip code. Added popup on frontend to filter by income level and zip code, and made status filter bar functional. Filtering parameters are passed into backend route for getting VSRs.

Testing

  • Ran frontend and backend on local and tested all features
  • While testing, make sure your local Mongo storage has some VSRs filled out

Confirmation of Change

Screenshot 2024-05-24 at 12 57 09 PM Screenshot 2024-05-24 at 12 57 20 PM Screenshot 2024-05-24 at 12 57 43 PM

TODO

  • Change popup to not be full screen

SamvritSrinath and others added 30 commits April 8, 2024 12:03
…, and needs to be entire name for a result to hit"

This reverts commit c891e66.
… by name, and needs to be entire name for a result to hit""

This reverts commit 365f6bf.
Copy link
Collaborator

@benjaminJohnson2204 benjaminJohnson2204 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, great work guys! I made a few small changes (mobile & tablet styling, changing filters popup to not be full screen, adding filtering capabilities for exporting VSRs). Also just a heads up, I'm going to use this PR to finish some other V2 features

@benjaminJohnson2204 benjaminJohnson2204 merged commit 768ddad into main Jun 14, 2024
4 checks passed
@benjaminJohnson2204 benjaminJohnson2204 deleted the feature/harsh-steven/search-sort-filter branch June 14, 2024 22:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

VSR Table Search, Sort, & Filter
7 participants