You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: