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
We want the ability to return a filtered version of the category list based on a search query. This will necessitate traversing the entire tree, so will require some rethinking of how we handle database queries in the handlers (queries inside loops are bad).
We should also be mindful about future requirements to filter by image colours, tags, etc.
The text was updated successfully, but these errors were encountered:
We want the ability to return a filtered version of the category list based on a search query. This will necessitate traversing the entire tree, so will require some rethinking of how we handle database queries in the handlers (queries inside loops are bad).
We should also be mindful about future requirements to filter by image colours, tags, etc.
The text was updated successfully, but these errors were encountered: