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

[NT-648] Login/Signup Event Cleanup #1011

Merged
merged 10 commits into from
Jan 9, 2020
Merged

[NT-648] Login/Signup Event Cleanup #1011

merged 10 commits into from
Jan 9, 2020

Conversation

ifbarrera
Copy link
Contributor

@ifbarrera ifbarrera commented Jan 7, 2020

πŸ“² What

Updates events for the login/signup flow.

πŸ€” Why

Event cleanup.

πŸ›  How

Renaming some events, deleting others.

βœ… Acceptance criteria

Test the following events:

  • Log In or Signup Button Clicked // when the entry point button for login/signup is clicked
  • Log In or Sign Up Page Viewed // when the login/signup page is viewed
  • Facebook Log In or Signup Button Clicked //when the facebook button is clicked
  • Log In Button Clicked //when the "Log in" button is clicked from the login/out screen
  • Sign Up Button Clicked // when the "Sign up" button is clicked from the login/out screen
  • Log In Submit Button Clicked // when the Login button is clicked from the login screen
  • Sign Up Submit Button Clicked // when the Signup button is clicked from the sign up screen

@nativeksr
Copy link
Collaborator

1 Warning
⚠️ Big PR

Generated by 🚫 Danger

Copy link
Contributor

@justinswart justinswart left a comment

Choose a reason for hiding this comment

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

Nice work!

@@ -255,6 +255,7 @@ final class PledgeViewController: UIViewController, MessageBannerViewControllerP
self.viewModel.outputs.configureWithData
.observeForUI()
.observeValues { [weak self] data in
self?.continueViewController.configureWith(value: data)
Copy link
Contributor

Choose a reason for hiding this comment

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

Note to self that we should consider combining the continue button VC with our submit button πŸ€”

@ifbarrera ifbarrera merged commit e9ad199 into master Jan 9, 2020
@ifbarrera ifbarrera deleted the NT-648-login-signup branch January 9, 2020 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants