BinaryStudioAcademy / bsa-2023-bsa-talents

0 stars 3 forks source link

Create chat list screen #422

Closed katerynakostikova closed 1 year ago

katerynakostikova commented 1 year ago

User story: As a user, I want to have a chat list, so that I am able to find the dialogue with potential employers.

Acceptance criteria:

Image

katerynakostikova commented 1 year ago

@anogire If someone messages to the user, the message should appear on that screen without the screen reloading

anogire commented 1 year ago

I don't quite understand the requirement "When the user selects the search field it should be highlighted". I made it so that the found messages are highlighted, is that correct?

Screenshot 2023-09-19 at 02 20 49
anna9314 commented 1 year ago

Yes, it's correct. I will check criteria and rewrite them, something should be only for web

anogire commented 1 year ago

Ok, thank you. So I don't need to filter the search results and leave only those messages that are found? All messages remain in place, but the ones that are found are highlighted.

anna9314 commented 1 year ago

Sorry, didn't catch it at first. Now I got it I think it is better to filter, show the message that was requested, because there may be many similar ones and then the user will have to scroll a lot.

If we show a message on request, then you can not highlight it, because only those that are of interest to us will be shown

anogire commented 1 year ago

So then for mobile, I don't highlight them at all, because when you click on them, you will go to a new chat screen with this user and you won't see a list with a highlighted message.

anna9314 commented 1 year ago

when the user writes a search query, only chats for my search query are displayed. When the user selects chat (tap on it) it should somehow be highlighted and open in a new window

katerynakostikova commented 1 year ago

Build in 15 min

katerynakostikova commented 1 year ago

https://bsa2023.slack.com/archives/C05PZJMEV8V/p1695290403651929

ed9ward commented 1 year ago

Tested