GTBitsOfGood / angels-among-us

Rescue one until there are none
https://staging--angels-among-us.netlify.app
MIT License
4 stars 0 forks source link

[Profile search] [FE] Hifi and post-search functionality #185

Closed katsukixyz closed 1 year ago

katsukixyz commented 1 year ago

Context

You have implemented a significant part of the profile search functionality. This ticket adds some additional scope.

Requirements

For the first part of this ticket, you are to allow the storage of name and profile picture data, if possible, to the database. Take a look at our auth.signIn code - we should ideally save that information into the db then. This data should be used to display the name and profile picture on the results page of the profile search.

The rest of the ticket has to do with finalizing the implementation of the hifi design for the profile search. Work with @winniezhangg to make sure your implementation is consistent with the designs on Figma. In addition, we should display a loading spinner while we make the API request between the two screens of the profile search. It might be cool 😎 to have a swiping animation between the two as well.

Acceptance Criteria

PM

EM

Designer