seed icon indicating copy to clipboard operation
seed copied to clipboard

Filter Group - Back End

Open nllong opened this issue 2 years ago • 1 comments

See https://docs.google.com/document/d/1Ow_97VAUpWPDgIILIUOXMSgzzl0SDT2O46J8OdfKdWc for details.

A Filter Group represent a snapshot of a user’s inventory, combining filters and labels to select specific properties. Each Filter Group should have the following:

  • Name
  • list of filters (see build_view_filters_and_sorts in search.py)
  • list of labels (list of IDs is probably sufficient
  • inventory type (property, taxlot, etc.)

End points should be created to:

  • CRUD
  • Get Properties

nllong avatar Jul 07 '22 14:07 nllong

A start: https://github.com/SEED-platform/seed/tree/Create-filter-Group

haneslinger avatar Jul 07 '22 15:07 haneslinger