SE701Team2 / Updog

Updog is an open-source social media webapp intended to allow everyday people to share their thoughts in a welcoming community.
MIT License
15 stars 44 forks source link

[#203] Implement choose interests page #227

Closed shreytailor closed 2 years ago

shreytailor commented 2 years ago

Description:

The intent of this pull request is to implement the Choose Interests page (as described in Issue #203) such that it is displayed after the user registration step. After the user enters their details for registration, the user stays on the /signUp location, but the screen shown would be Choose Interests rather than Register because the AuthContext has a valid token.

A protected route has been added to /signUp which displays the Choose Interests page. If there is a better way to implement this, open to any suggestions.

Note: basic Cypress tests have been added for the page.

Closes #203

All Submissions:

Types of changes