bounswe / bounswe2022group4

6 stars 3 forks source link

Frontend: Search Functionality #426

Closed BeratDamar closed 1 year ago

BeratDamar commented 1 year ago

About Feature:

I implemented search function for our web application. Since backend team did not implemented search functionality yet, I used dummy data. Users can use search bar to seach posts and other users.

For now, I used categories to search. Users can search for a category and can click category under results. That operation will direct our users to defination of that category on Wikipedia.

The search bar can take any character as a input and it will find all data that contains that keyword. I listed at most 7 results to use screan area in efficient way.

We guess that backend team will not provide required APIs for search functionality for the Milestone 2. However, @umutdenizsenerr and I think that it will be good to take feedbacks from customer about general design.

➡️ For more details, you can look at #421

🔎 Reviewer:

@umutdenizsenerr

⏰ Deadline:

05.12.2022 23.59

umutdenizsenerr commented 1 year ago

Search bar should be in the navbar in the next versions but for now it is not used and implemented well. Good Job!