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
[ ] Make sure the post-search page matches the designs
[ ] The post search has preferred names and profile images for each user (both contingent on this being possible)
EM
[ ] If feasible, name and profile picture are saved into the DB
[ ] Hifi designs are implemented
Designer
[ ] Check Figma consistently, check for small details, ask Winnie for clarifications
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