bounswe / bounswe2022group4

6 stars 3 forks source link

Frontend: Searching Feature for Users #589

Closed BeratDamar closed 1 year ago

BeratDamar commented 1 year ago

Description:

According to our following requirement:

1.2.1.1. The system shall enable users to search for a user.

The current registration system of the HEKA is not providing search functionality for other users. . I will implement user search functionality with backend conenction. Thanks to this feature, users shall be able to search for a user. System will return the best 4 matching users. The reason of this is restriction on the screen size. We should use our screen size in a efficent way. Therefore, we decided to fetch 4 users that are matched best with given keyword.

With this feature our search for users process's workflow will be as follows:

Steps to be taken:

  1. I will examine API provided by backend team. If there is a problem with response, I will give a feedback to backend team.
  2. I will design search results according to users addition to post search results.
  3. I will implement my design.
  4. I will test my implementation.

⏰ Deadline:

🔎 Reviewer

BeratDamar commented 1 year ago

First three steps are completed. You can look at PR #597 for the implementation detail.

The design of search with a example search is provided below :

image

BeratDamar commented 1 year ago

Since PR is merged, i am closing the issue.