Open pranavsb opened 4 years ago
Since the recently updated /users
API doesn't send all user info, client has a dependency on server to provide an easier way (rather than calling /users
and then /users/<id>
on every id - the easiest way is to just send bio and work fields in the /users
response, but it's slow)
Searching will be done on client side.
If we reuse the same search bar in directory, we have to decide if we're calling
/users?search=
API or doing everything locally