seed
seed copied to clipboard
Filter Group - Back End
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
insearch.py
) - list of labels (list of IDs is probably sufficient
- inventory type (property, taxlot, etc.)
End points should be created to:
- CRUD
- Get Properties
A start: https://github.com/SEED-platform/seed/tree/Create-filter-Group