Closed ptitFicus closed 3 months ago
As a user, I want to use a search bar in the Izanami top-bar to quickly find and navigate through various entities such as features and projects...
Search Bar Display: K command search bar button should be present in the Izanami top-bar. As the user types, a result box should dynamically display matching results in a search Modal.
Dynamic Search Results: The result box should display matching results from the following categories: Features Projects Tags API Keys Tenants Webhooks Users Results should update in real-time as the user types.
Entity Selection Handling:
On clicking a result: Navigate to the dedicated page if available. If a dedicated page is not available, navigate to a related page (e.g., project page) and highlight or filter to show the selected entity.
The idea is to have a search bar present in Izanami topbar.
Search should display a result box as you type, that indicates search results.
Search should search among :
When clicking on a result entity that does not have a dedicated page, for instance a feature, we should display a page when resulting entoty is visible (for feature it should be project page) and either highlight feature or filter feature table to keep only resulting feature visible.