-
Notifications
You must be signed in to change notification settings - Fork 1
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
Splash and Registration UI #179
Conversation
[diff-counting] Significant lines: 675. |
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.
After testing the app I see a couple issues. Logout button sends you back to the registration screen but the backswipe gesture nullifies that. After closing and opening the app, it doesn't seem to attempt to relog into the app. Also, clicking back on the settings page doesn't do anything. If these changes are addressed, it should be good to go.
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.
All issues addressed!
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.
Fixed tests
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.
Ready to go!
* finished besides interests page * finished interests page * skip registration if relog * fix flutter build error * removed dart.ffi import * skip registration for guest, added guest as enrollment type * implemented log out in settings * set guest username in backend based on total num users * Changed logout toast * server build and format fix * fixed guest login bugs * fixed server format * fixed page navigation upon login and logout * LOL * Fix user tests * Fixed failing user tests --------- Co-authored-by: Cathryn Li <[email protected]> Co-authored-by: Brian La <[email protected]> Co-authored-by: neketka <[email protected]>
Summary
This pull request implements changes to the Splash Page and Registration flow based on the redesigns on Figma.
Remaining TODOs:
Test Plan
Test authorization using Android emulator (both Cornell login and guest login)
Notes
Blockers
Breaking Changes