phlask-map icon indicating copy to clipboard operation
phlask-map copied to clipboard

Support filtering of resources

Open vontell opened this issue 8 months ago • 0 comments

Currently, how the frontend works in terms of loading and filtering data is:

There are two pieces that need to be fixed:

  1. Need to reimplement the filtering logic in this file (we can then remove the other selector files)
  2. (optional) It would be nice to stream in or filter/query the firebase DB for certain fields rather than loading all resources at once.

Expected behavior: the filters in the desktop mode work

vontell avatar Jun 18 '24 23:06 vontell