we can fetch the farcaster avatar URL once the user has connected a farcaster account and then pass it through the registration wizard so that it's available on the avatar selection screen
Depends on D13099
Paths
| Differential D13100 Authored by varun on Aug 15 2024, 10:53 PM.
Details Summary we can fetch the farcaster avatar URL once the user has connected a farcaster account and then pass it through the registration wizard so that it's available on the avatar selection screen Depends on D13099 Test Plan tested later in stack by successfully setting avatar from farcaster
Diff Detail
Event Timelinevarun held this revision as a draft. Herald added subscribers: tomek, ashoat. · View Herald TranscriptAug 15 2024, 10:53 PM2024-08-15 22:53:33 (UTC-7) varun added a child revision: D13101: [native] let user choose farcaster avatar.Aug 15 2024, 10:53 PM2024-08-15 22:53:58 (UTC-7) Harbormaster completed remote builds in B31124: Diff 43421.Aug 15 2024, 11:24 PM2024-08-15 23:24:35 (UTC-7) varun edited the test plan for this revision. (Show Details)Aug 19 2024, 7:36 AM2024-08-19 07:36:10 (UTC-7) Comment Actions When we last talked about this work, we were considering two options on how to proceed. It looks like you've taken the second approach – can you explain a bit about how you derisked this part?
Curious if you've tested on both iOS and Android. Requesting changes to get an answer to the above (although might be best to document on Linear?)
This revision now requires changes to proceed.Aug 20 2024, 12:40 PM2024-08-20 12:40:47 (UTC-7)
Comment Actions
https://linear.app/comm/issue/ENG-9182/allow-users-to-set-farcaster-avatar-on-native we can discuss further here. i've opted for option 1
Comment Actions
Okay, sure. When you've finished responding to my last review (whether on Linear or here), feel free to re-request review. Make sure you respond to all parts
Harbormaster completed remote builds in B31695: Diff 44308.Sep 18 2024, 7:30 AM2024-09-18 07:30:49 (UTC-7) varun edited the summary of this revision. (Show Details)Sep 18 2024, 7:37 AM2024-09-18 07:37:03 (UTC-7) Comment Actions Explanation for pfpURL: null doesn't make sense to me. Can you remove it, or explain exactly why you need it? It feels strange to be passing in pfpURL to a function that returns it, and it feels double strange to be setting it to null.
This revision now requires changes to proceed.Sep 18 2024, 11:48 AM2024-09-18 11:48:51 (UTC-7) Harbormaster completed remote builds in B31785: Diff 44447.Sep 23 2024, 11:06 AM2024-09-23 11:06:30 (UTC-7) varun added a child revision: D13450: [lib] update getAvatarForUser signature.Sep 24 2024, 2:45 PM2024-09-24 14:45:12 (UTC-7) Harbormaster completed remote builds in B31829: Diff 44501.Sep 24 2024, 3:01 PM2024-09-24 15:01:36 (UTC-7) This revision is now accepted and ready to land.Sep 24 2024, 4:01 PM2024-09-24 16:01:13 (UTC-7) Closed by commit rCOMMa6721376884e: [native] add farcaster avatar URL to registration workflow (authored by varun). · Explain WhySep 25 2024, 7:24 AM2024-09-25 07:24:02 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 43421 native/account/fullscreen-siwe-panel.react.js
native/account/registration/avatar-selection.react.js
native/account/registration/connect-ethereum.react.js
native/account/registration/connect-farcaster.react.js
native/account/registration/password-selection.react.js
|