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

Separating edit and new partial for the sign up modal #4203

Closed
wants to merge 5 commits into from

Conversation

SidharthBansal
Copy link
Member

@SidharthBansal SidharthBansal commented Dec 9, 2018

Fixes #4173(<=== Add issue number here)

@ghost ghost assigned SidharthBansal Dec 9, 2018
@ghost ghost added the in progress label Dec 9, 2018
@SidharthBansal

This comment has been minimized.

@plotsbot
Copy link
Collaborator

plotsbot commented Dec 9, 2018

2 Messages
📖 @SidharthBansal Thank you for your pull request! I’m here to help with some tips and recommendations. Please take a look at the list provided and help us review and accept your contribution! And don’t be discouraged if you see errors – we’re here to help.
📖 It looks like you haven’t marked all the checkboxes. Help us review and accept your suggested changes by going through the steps one by one. If it is still a ‘Work in progresss’, please include ‘[WIP]’ in the title.

Generated by 🚫 Danger

@SidharthBansal
Copy link
Member Author

SidharthBansal commented Dec 9, 2018

@JonathanXu1 I rectified the error.
Now I guess everything is fine.
@sagarpreet-chadha can you please review this?
@oorjitchowdhary it will be great if you can

  • Sign Up form validations are working fine for incorrect input fields(testing)
  • Sign Up modal validations are working fine for incorrect input fields(testing)
  • Sign Up form signs a user in successfully(testing)
  • Sign Up modal signs in a user successfully(testing)
  • Sign Up works well on all the webpages(testing)
  • Sign Up is redirected to the same page after user signs up(return_to)(testing)
  • Check on the localhost(testing) for all above scenarios discussed.
  • Check on the unstable branch(testing) for all above scenarios discussed.
  • Check functionality of Oauth providers on the unstable branch.(testing)
    So that I can reward you.
    @JonathanXu1 ones @oorjitchowdhary tests it. You can close your pr and create one pr for the integration of login and signup modal.
    Don't forget to push the changes of this pr into your integration pr @JonathanXu1.
    Please claim the task on the GCI dashboard so that @JonathanXu1 I can give you rewards.

@SidharthBansal SidharthBansal mentioned this pull request Dec 9, 2018
4 tasks
@oorjitchowdhary

This comment has been minimized.

@SidharthBansal

This comment has been minimized.

@oorjitchowdhary

This comment has been minimized.

@SidharthBansal

This comment has been minimized.

@oorjitchowdhary

This comment has been minimized.

@oorjitchowdhary

This comment has been minimized.

@oorjitchowdhary

This comment has been minimized.

@oorjitchowdhary

This comment has been minimized.

@SidharthBansal

This comment has been minimized.

@oorjitchowdhary

This comment has been minimized.

@oorjitchowdhary

This comment has been minimized.

@SidharthBansal

This comment has been minimized.

@SidharthBansal

This comment has been minimized.

@oorjitchowdhary

This comment has been minimized.

@oorjitchowdhary

This comment has been minimized.

@oorjitchowdhary

This comment has been minimized.

@SidharthBansal

This comment has been minimized.

@SidharthBansal

This comment has been minimized.

@oorjitchowdhary

This comment has been minimized.

@SidharthBansal

This comment has been minimized.

@SidharthBansal

This comment has been minimized.

@jonxuxu

This comment has been minimized.

@SidharthBansal

This comment has been minimized.

@jonxuxu
Copy link
Member

jonxuxu commented Dec 9, 2018

  • Sign Up form validations are working fine for incorrect input fields(testing)
    Page refreshes, modal closes
  • Sign Up modal validations are working fine for incorrect input fields(testing)
    Page refreshes, modal closes
  • Sign Up form signs a user in successfully(testing)
    Page refreshes, modal closes
  • Sign Up modal signs in a user successfully(testing)
    Should work, but unable to verify
  • Sign Up works well on all the webpages(testing)
    Should work, but unable to verify
  • Sign Up is redirected to the same page after user signs up(return_to)(testing)
    Url matches original directory
  • Check on the localhost(testing) for all above scenarios discussed.
    @SidharthBansal is this the check for the master branch?
  • Check on the unstable branch(testing) for all above scenarios discussed.
    1,2,3 ERROR
    4,5,6 should work but redirects to https://localhost/register?return_to=/ instead of c9 link
  • Check functionality of Oauth providers on the unstable branch.(testing)
    image
    400 error on both modals and respective signup and login pages
  • return to works properly

@oorjitchowdhary

This comment has been minimized.

@SidharthBansal

This comment has been minimized.

@oorjitchowdhary

This comment has been minimized.

@kevinzluo
Copy link
Collaborator

Hi there!

I will try these changes to help out too.

@SidharthBansal

This comment has been minimized.

@kevinzluo

This comment has been minimized.

@SidharthBansal
Copy link
Member Author

@JonathanXu1 testing is done by @oorjitchowdhary in these prs. You can focus on the coding stuff. Lets divide task equally.

@jonxuxu

This comment has been minimized.

@SidharthBansal
Copy link
Member Author

@JonathanXu1 404 error is for google.
Can you try other providers?
I hope other providers are working fine.

@jonxuxu jonxuxu mentioned this pull request Dec 9, 2018
20 tasks
@oorjitchowdhary

This comment has been minimized.

@oorjitchowdhary

This comment has been minimized.

@SidharthBansal SidharthBansal mentioned this pull request Dec 9, 2018
4 tasks
@jonxuxu
Copy link
Member

jonxuxu commented Dec 9, 2018

@SidharthBansal I've created a new PR from this branch. Can I start work on the integration there? #4184

@SidharthBansal
Copy link
Member Author

SidharthBansal commented Dec 9, 2018

Thanks @oorjitchowdhary please claim the task and get rewards.
@JonathanXu1 I will be reviewing it there.

@oorjitchowdhary
Copy link
Member

Thanks @oorjitchowdhary please claim the task and get rewards.

I've claimed the sign up task

@SidharthBansal
Copy link
Member Author

Moved to #4209

@ghost ghost removed the in progress label Dec 9, 2018
@SidharthBansal SidharthBansal added this to the OAuth milestone Dec 15, 2018
@emilyashley emilyashley deleted the signupmodal branch January 15, 2020 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants