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 #50

Merged
merged 12 commits into from
Mar 27, 2024

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 recomended style guide.

Additional Notes, Images, etc.

N/A

@brok3turtl3 brok3turtl3 marked this pull request as ready for review March 27, 2024 14:03
@brok3turtl3 brok3turtl3 self-assigned this Mar 27, 2024
@brok3turtl3 brok3turtl3 added the enhancement New feature or request label Mar 27, 2024
@brok3turtl3 brok3turtl3 merged commit 978f44d into main Mar 27, 2024
1 check passed
@brok3turtl3 brok3turtl3 deleted the CHE-39/subtask/Create-Registration-Page-And-Routing branch March 27, 2024 14:28
@brok3turtl3 brok3turtl3 restored the CHE-39/subtask/Create-Registration-Page-And-Routing branch March 27, 2024 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant