Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Post Onboarding] Fetching profile data #17028

Open
caybro opened this issue Jan 7, 2025 · 0 comments
Open

[Post Onboarding] Fetching profile data #17028

caybro opened this issue Jan 7, 2025 · 0 comments

Comments

@caybro
Copy link
Member

caybro commented Jan 7, 2025

Description

After successful onboarding via sync/pairing, display the "Fetching profile details" AC notifications:

Image

When finished, display one of the toasts:
Image
Image
Image

Figma: https://www.figma.com/design/Lw4nPYQcZOPOwTgETiiIYo/Desktop-Onboarding-Redesign?node-id=281-29292&m=dev

@caybro caybro added this to the 2.33.0 Beta milestone Jan 7, 2025
@jrainville jrainville self-assigned this Jan 9, 2025
@jrainville jrainville moved this from Next to In Progress in Status Desktop/Mobile Board Jan 13, 2025
jrainville added a commit to status-im/status-go that referenced this issue Jan 15, 2025
Needed for status-im/status-desktop#17028

When a user imports an old account, we start fetching the backups. Now, we show an activity center notification to let the user know, because the onboarding doesn't block during the fetching anymore, so it happens in the background.

After a timeout, the notification turns into a failure state (full or partial). The user can then restart the fetching.

I added a test to validate the logic of calculating if the fetching was a success. That logic used to be in Nim.
jrainville added a commit that referenced this issue Jan 15, 2025
Fixes #17028

When an old user imports an account, we now fetch the backups in the background and show an AC notification.

When the fetch is successful, the AC notif switches to a success message.

If after a timeout we detect that we didn't fetch anything or just part, we show an error and the possibility to try again.
@jrainville jrainville moved this from In Progress to Code Review in Status Desktop/Mobile Board Jan 15, 2025
jrainville added a commit to status-im/status-go that referenced this issue Jan 15, 2025
Needed for status-im/status-desktop#17028

When a user imports an old account, we start fetching the backups. Now, we show an activity center notification to let the user know, because the onboarding doesn't block during the fetching anymore, so it happens in the background.

After a timeout, the notification turns into a failure state (full or partial). The user can then restart the fetching.

I added a test to validate the logic of calculating if the fetching was a success. That logic used to be in Nim.
jrainville added a commit that referenced this issue Jan 15, 2025
Fixes #17028

When an old user imports an account, we now fetch the backups in the background and show an AC notification.

When the fetch is successful, the AC notif switches to a success message.

If after a timeout we detect that we didn't fetch anything or just part, we show an error and the possibility to try again.
jrainville added a commit that referenced this issue Jan 16, 2025
Fixes #17028

When an old user imports an account, we now fetch the backups in the background and show an AC notification.

When the fetch is successful, the AC notif switches to a success message.

If after a timeout we detect that we didn't fetch anything or just part, we show an error and the possibility to try again.
jrainville added a commit that referenced this issue Jan 16, 2025
Fixes #17028

When an old user imports an account, we now fetch the backups in the background and show an AC notification.

When the fetch is successful, the AC notif switches to a success message.

If after a timeout we detect that we didn't fetch anything or just part, we show an error and the possibility to try again.
jrainville added a commit to status-im/status-go that referenced this issue Jan 23, 2025
Needed for status-im/status-desktop#17028

When a user imports an old account, we start fetching the backups. Now, we show an activity center notification to let the user know, because the onboarding doesn't block during the fetching anymore, so it happens in the background.

After a timeout, the notification turns into a failure state (full or partial). The user can then restart the fetching.

I added a test to validate the logic of calculating if the fetching was a success. That logic used to be in Nim.
jrainville added a commit that referenced this issue Jan 23, 2025
Fixes #17028

When an old user imports an account, we now fetch the backups in the background and show an AC notification.

When the fetch is successful, the AC notif switches to a success message.

If after a timeout we detect that we didn't fetch anything or just part, we show an error and the possibility to try again.
jrainville added a commit to status-im/status-go that referenced this issue Jan 24, 2025
Needed for status-im/status-desktop#17028

When a user imports an old account, we start fetching the backups. Now, we show an activity center notification to let the user know, because the onboarding doesn't block during the fetching anymore, so it happens in the background.

After a timeout, the notification turns into a failure state (full or partial). The user can then restart the fetching.

I added a test to validate the logic of calculating if the fetching was a success. That logic used to be in Nim.
jrainville added a commit that referenced this issue Jan 24, 2025
Fixes #17028

When an old user imports an account, we now fetch the backups in the background and show an AC notification.

When the fetch is successful, the AC notif switches to a success message.

If after a timeout we detect that we didn't fetch anything or just part, we show an error and the possibility to try again.
jrainville added a commit that referenced this issue Jan 24, 2025
Fixes #17028

When an old user imports an account, we now fetch the backups in the background and show an AC notification.

When the fetch is successful, the AC notif switches to a success message.

If after a timeout we detect that we didn't fetch anything or just part, we show an error and the possibility to try again.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Code Review
Development

No branches or pull requests

2 participants