MAIF / izanami

Izanami is a centralized versatile feature flag solution, well suited for micro service architectures.
https://maif.github.io/izanami/
Apache License 2.0
187 stars 43 forks source link

Omnisearch in front #769

Closed ptitFicus closed 3 months ago

ptitFicus commented 1 year ago

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.

helakaraa commented 5 months ago

User Story

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...

Acceptance Criteria

1. Frontend

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.

2. Backend (Scala)