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

[CHE 39] Create Registration Page And Routing #52

Conversation

brok3turtl3
Copy link
Contributor

@brok3turtl3 brok3turtl3 commented Mar 27, 2024

Description

This ticket is part of CHE-23 Create User Registration story and adds a RegistrationPage component as well as routing and basic user flow.

Jira Task

CHE-39

Testing Instructions

  1. Spin up Dev server using npm run docker-dev
  2. In the browser navigate to http://localhost:8080/registration using a variety of query strings ensuring
    that only a valid token allows for successful user creation. eg: http://localhost:8080/registration?
    token=044470c8dc5a3cd36bb821c7b569c151b501e75c is the valid format and will work as long as that
    token/email are in the graduateInvitations document with isRegistered === false.

Checklist

  • I added a descriptive title to this PR.
  • I filled out the Description, Jira Task, and Testing Instructions sections above.
  • I added or updated [Jest unit tests]for any changes to components, server-side controllers, etc.
  • I ran npm run docker-test in my local environment to check that this PR passes all unit tests.
  • I did a quick check to make sure my code changes follow the recommended style guide.

Additional Notes, Images, etc.

N/A

@brok3turtl3 brok3turtl3 changed the title Che 39/subtask/create registration page and routing [CHE 39] Create Registration Page And Routing Mar 27, 2024
@brok3turtl3 brok3turtl3 marked this pull request as ready for review March 27, 2024 14:35
@brok3turtl3 brok3turtl3 merged commit 4c08b00 into CHE-23/story/Create-User-Registration Mar 27, 2024
2 checks passed
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.

1 participant