-
Notifications
You must be signed in to change notification settings - Fork 0
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
Added Frontend Routes and renamed all "Register" items to "SignUp" #16
Conversation
Co-authored-by: cherhchen <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for getting your PR in early! Everything looks good, just a few minor changes: change the redirect path to /login
and add back the /
route for PublishedSchedule page (you can still leave /publishedSchedule
for now). Once those are addressed, this PR should be good :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for making those changes, looks good now!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to us!
Added frontend routes to App.jsx; created new pages for Playground, Published Schedule and Catalog.
Changed login path to
'/login'
from'/'
and renamed all items and files from "Register" to "SignUp" to better fit design plans.closes #13