epam / badgerdoc

Apache License 2.0
31 stars 32 forks source link

Show categories in hierarchy #859

Open khyurri opened 3 months ago

khyurri commented 3 months ago

Currently, categories in BadgerDoc are displayed as a plain list with pagination. We need to change this to a hierarchy view.

Back-end

Assumptions:

In the back-end, we need to add a GET all categories endpoint. This endpoint must return the same format as the currently used /search endpoint, but without pagination information.

Front-end