Closed manfe closed 5 months ago
HI @manfe, can you add the UI usage of the category field in here?
@felixmosh you mean the code for the UI or an image example?
The code that actually makes the grouping by category in the UI (menu side bar)
@felixmosh can you review/merge #741 first, because the category feature (collapse/expand) depends heavily on that.
Also, that PR makes the search results reflect to the overview page
which is really good.
Grouping is not related to search, let's first merge grouping please.
Grouping is not related to search, let's first merge grouping, please.
It is related. Otherwise, I will need to centralize all the search into the Menu.tsx
component and that will add unnecessary complexity to it.
The #741 splits the complexity and also makes it reflect on the overview page.
This entire context, depends on Search Provider.
But if you think that's a big issue, don't worry. I will keep the version that I am using in production already.
I don't get it. Can you add the menu grouping by category? why is it related to the global search?
This adds the base property
category
that will be used to display queues organized by categories.This is a split from the original PR: https://github.com/felixmosh/bull-board/pull/739