faucet icon indicating copy to clipboard operation
faucet copied to clipboard

Stronger Semantics Around Sign Up "Steps"

Open cyon1c opened this issue 6 years ago • 1 comments

Currently adding paid sign up options at the beginning of the process. The set of signup steps is currently: { phoneNumber | confirmPhoneNumber | username | email | checkYourEmail | finish }. While the process is relatively simple and straightforward now, it seems that it could be problematic as we add more, ie paidSignUp.

cyon1c avatar Apr 16 '18 20:04 cyon1c

I think this does that: Essentially the single source of truth for signup steps https://github.com/steemit/faucet/blob/master/src/reducers/app.js#L21-L30

gl2748 avatar Apr 27 '18 20:04 gl2748