-
Notifications
You must be signed in to change notification settings - Fork 735
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
List Users Login Flow in App Context #6962
List Users Login Flow in App Context #6962
Conversation
Codecov Report
|
attempted to merge in latest |
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.
This is looking good. I haven't fully finished testing all the scenarios but I'm going to merge in and file follow-up issues to expedite strings getting to develop
.
A few initial things I'm seeing:
View content as guest isn't working
I get a 401 when accessing content as guest. Also the error reporting isn't working, which is probably unrelated:
Styling
Learner usernames should not be capitalized:
Possible string updates
The more I look at these strings, the more awkward they seem to me. Proposed:
- "Go back" -> "Switch user"
- "Hi, " -> "Signing in as '_':
Summary
Revises the Sign In flow per designs linked below in References.
Reviewer guidance
Setup
FacilityUser
table there.When you need a Learner to "have no password" - then you will need to edit the
password
column for that Learner in the DB Browser. Single-click to highlight then type to edit the cell directly to the valueNOT_SPECIFIED
and click "Write Changes" at the top. Now that Learner "has no password".Things to Test Once
Things to Test In Each Scenario
Scenarios
You have <= 16 users of all kinds in your facility and are NOT in app context.
In addition to the above "every scenario" items:
You have <= 16 users of all kinds in your facility and ARE in app context.
In addition to the above "every scenario" items:
You have > 16 users of all kinds in your facility and ARE in app context.
References
Figma
Notion
Contributor Checklist
PR process:
Testing:
Reviewer Checklist
yarn
andpip
)