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

Adding test cases for Signup workflow #29

Open
musukeshu opened this issue Mar 13, 2023 · 0 comments
Open

Adding test cases for Signup workflow #29

musukeshu opened this issue Mar 13, 2023 · 0 comments

Comments

@musukeshu
Copy link

musukeshu commented Mar 13, 2023

Sign-up Workflow:

  • GitHub Auth step (only once) via self call. If this step is not successful, then ask for login by redirecting to the basic signup page. If successful, then check for incomplete user details and redirect to the page where it can fill the details.
  • With Submit, /user/details will send a patch call which contains all the details along with the userid.
  • Then the Join section check whether user has been logged in or not . It asks to fill other details by prefilling the first and last name.
  • This is a 4 page flow and in the 4th page we see the preview with Submit Button. On submit it sends a put request.
  • In the backend there is a model known as applicants that checks all the user details and is only accessible by the super user.
  • Finally it will land up on a page with a link which is a unique user and we get a button to get back to the home page.
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

No branches or pull requests

1 participant