MinBZK / tad

Transparency of Algorithmic Decision making
European Union Public License 1.2
1 stars 0 forks source link

Project Search Functionality #78

Open robbertbos opened 1 week ago

robbertbos commented 1 week ago

Context

Depends on: https://github.com/MinBZK/tad/issues/75

A search bar to find a project: Image

Deliverable

  1. The search bar is a text field WITHOUT a button to perform the search request
  2. When a user stops typing, this will trigger the search request
  3. By default, the text field shows a placeholder Find projects...
  4. The list below with requests will be updated given the response from the server
  5. On the right side of the search bar, a click on the x-button will clear the current content in the text field.

Implementation Notes