Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Name registration errors and deny button #1898

Merged
merged 10 commits into from
May 3, 2019

Conversation

aulneau
Copy link
Contributor

@aulneau aulneau commented Apr 5, 2019

What this does

This PR fixes two main issues:

Fix id.blockstack name registration #1764

Reduce misuse of "Deny" button during onboarding #1816

For mobile apps, I've opted to hide the cancel button in general as per @yknl's suggestion.

@aulneau aulneau requested review from hstove, zone117x and yknl and removed request for zone117x April 5, 2019 19:29
@moxiegirl
Copy link
Contributor

Went through the process of registering a new ID and then adding a new id as detailed above.

Tiny broken image in the I understand dialog.

image

The new id gets this message that it might take time, but both ids have "processing icons" -- I was under the impression that the first id was successfully registered. Is this not the case?

image

@aulneau
Copy link
Contributor Author

aulneau commented Apr 8, 2019

@moxiegirl thank you for going through this!

I think if you had registered your first name within the last few hours, it would be the case that both names would still be processing. Even if you register your initial name through the primary registration/sign up flow, it still takes the same amount of time to process.

I'm not sure what that broken image is, I will take a look.

Copy link
Collaborator

@yknl yknl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Both changes work great for me on desktop and mobile.

@hstove
Copy link
Collaborator

hstove commented Apr 23, 2019

@aulneau this is done, correct? Just asking because it's still in the in progress column.

@aulneau
Copy link
Contributor Author

aulneau commented Apr 23, 2019

@hstove should be done, it might not have been moved when i was working on tests! as long as it's approved by you two, should be good to merge :)

@hstove hstove assigned timstackblock and unassigned aulneau Apr 23, 2019
@hstove
Copy link
Collaborator

hstove commented Apr 23, 2019

@timstackblock I'm assigning to you for QA, Thomas has outlined some good testing steps here.

@timstackblock
Copy link
Contributor

These both work as expected. I did notice 2 new 404 errors in console when testing #1764
I have pasted them below with screenshots. It did not seem to affect the registration of the 2nd and 3rd ID but I wanted to bring this to your attention.

GET https://core.blockstack.org/v1/names/3rdtesttim.id 404
GET https://registrar.blockstack.org/v1/names/3rdtesttim.id.blockstack 404

Screen Shot 2019-04-25 at 9 42 52 AM

Changes to the DENY button work as expected
Screen Shot 2019-04-25 at 9 46 28 AM

@hstove
Copy link
Collaborator

hstove commented Apr 25, 2019

I did notice 2 new 404 errors in console when testing #1764. I have pasted them below with screenshots.

Those are fine and expected. This happens when you go to register a new name. It checks the registrar to see if they're already in use - if it returns 404, that means they are available.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants