jana-scheidemann / DIY-App

https://diy-app-opal.vercel.app
0 stars 0 forks source link

Search function #28

Open CharlineOe opened 3 months ago

CharlineOe commented 3 months ago

Value proposition

As a User of the DIY app I want to be able to search for keywords In order to find a specific project/topic

Description

Image

Acceptance criteria

Tasks

JessicaLoers commented 3 months ago

hey team - well done ✨

Here're some thoughts to improve your Story.

The ACs could be a little more detailed and explicit, like....

⚠️ Please note the following: Depending on the complexity of the search functionality you wish to offer a Fuzzy Search could be beneficial. For example if you want your search feature to be tolerant of typos and slight variations in the search query, making the search experience more user-friendly and robust. One of the most popular libraries for implementing fuzzy search in JavaScript is Fuse.js

But it's absolutely fine to implement a simple search function as a first step that can be improved in a later user story. Our motto is: Make it work, make it efficient, make it nice.