SuperNETorg / Iguana-application

This repository is no longer maintained
7 stars 4 forks source link

Wrong creating an Iguana account flow #50

Closed imboogieman closed 7 years ago

imboogieman commented 7 years ago

To create an Iguana account

  1. Given I chose Iguana mode
  2. I click on the create account button
  3. I see a generated 24-word passphrase
  4. I confirm I have saved the passphrase
  5. I provide the passphrase to encrypt Iguana account
  6. An account is created
  7. Now I can add other coins.

Step 01 wrong creating an iguana account flow 01

Step 02 wrong creating an iguana account flow 02

Step 03 wrong creating an iguana account flow 3

pbca26 commented 7 years ago

@ed888 modify the flow to preselect KMD as a default coin. At this point we restrict create wallet flow in iguana mode to force use KMD. Lets allow users to select multiple coins but they shouldn't be able to unselect KMD on create wallet step.

Let me know if you need to clarify this further.

ed888 commented 7 years ago

@imboogieman @pbca26 done, please check

imboogieman commented 7 years ago

@ed888 Wrong: Given I selected coins to add When I proceed Then the app kicks me out And It shows the message the coins were created And It asks to login.

Right: Given I selected coins to add When I proceed Then the app shows the message the coins were created And It logs me in And I am redirected to the dashboard And I see the coins I created/added on the dashboard

N.B.: Mind that now when a coin is added, it is added as Full Node and must start syncing in the background. The progress bar is coming.

imboogieman commented 7 years ago

@pbca26 did you push DIY progress bar yet?

pbca26 commented 7 years ago

@imboogieman yes i added it yesterday

ed888 commented 7 years ago

@pbca26 @imboogieman done the autologin part as well, please check

imboogieman commented 7 years ago

@pbca26 @ed888 I see the changes only in the header text. The app still kicks me out when an account is created and asks to login.

Double or triple or quadruple check before committing. It takes to track the same bugs over and over.

ed888 commented 7 years ago

@imboogieman ok, will chcek

ed888 commented 7 years ago

@imboogieman ohh, the message was wrong, now fixed.