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

[FEB-10] Frontend Fuzzy Search #91

Open
jarenadams21 opened this issue Feb 26, 2025 · 0 comments
Open

[FEB-10] Frontend Fuzzy Search #91

jarenadams21 opened this issue Feb 26, 2025 · 0 comments
Assignees

Comments

@jarenadams21
Copy link
Collaborator

Take the allGrants array of "Grant" type from the frontend state store as input, and return a list of grants back that match the user's fuzzy search:

Image

Implement using a library or own algorithm if preferred.

Next Steps(Separate Ticket): Implement an API Gateway websocket that listens to changes in our DyanmoDB tables and updates our frontend state store to match the database at that moment. This should ensure users get the most up to date grants at all times, even beyond searching.

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

No branches or pull requests

2 participants