coders-camp-2021-best-team / TeamUp-Client

GNU General Public License v3.0
4 stars 1 forks source link

feat/ui-create-search-screen #19

Closed Veryyapeee closed 2 years ago

Veryyapeee commented 2 years ago

AC Create search screen according to mockups (https://www.figma.com/file/RkzObeqWU4mYZwuYVnnPOC/TeamUp?node-id=52356%3A15452)

It don't have to work with API for know

Additional description We should implement debounce logic for good user experience.

We should call the API each time the user will stop typing for 3s.

For example, user is typing "mansdmnasd", stops for like 3s (this is kinda random value, we would have to decide how long debounce would be the best ~ doesn't matter for now) -> we call the API -> return results

create-issue-branch[bot] commented 2 years ago

Branch issue-19-feat/ui-create-search-screen created!