Add a popup warning about github access after login#130
Add a popup warning about github access after login#130nerdalert merged 1 commit intoinstructlab:mainfrom
Conversation
333e94b to
97397d1
Compare
@Misjohns Can you please review the text that I wrote in the warning popup. Let me know if you have any suggestion about the text and in general about the popup warning itself. |
|
@vishnoianil hi! I'm a content designer who works with Missy. Based off of our product design system, PatternFly, there are a few wording and formatting changes that I would advise. Let me know what you think about this rewrite: GitHub Access Permissions To allow InstructLab UI to manage your taxonomy submissions, you must grant read and write permissions to your GitHub account. InstructLab UI will use your account to:
These permissions do not enable InstructLab UI to access your GitHub password. To provide InstructLab UI with the permissions necessary for managing your taxonomy submissions, select accept. If you do not wish to grant these permissions, select deny to sign out of InstructLab UI. |
@edonehoo This looks great!, really appreciate the review. I was also thinking of adding the url to the "taxonomy" repo and "taxonomy-knowledge-docs" repo, so that user know what repo it is referring to. These links won't be visible in the warning popup, so i assume the change should be fine, but in case not, please let me know. |
97397d1 to
110d822
Compare
This is how it looks now. Please let me know if it requires any other changes.
|
Warning will only pop up once user login. Currently we don't store any user related state, so the warning will popup everytime user session renews (or user does explict logout/login). In the "Dev" mode, this warning won't popup to avoid annoying dev's with the contact popup of warning while they do the local dev and login/logout upteen number of times in a day. Signed-off-by: Anil Vishnoi <vishnoianil@gmail.com>
110d822 to
a92c6ed
Compare
|
@vishnoianil I think links are a great idea! I think it would be most clear to include the entire phrase in the link text, so that users can better understand that the links lead to GH. So InstructLab Taxonomy repo and taxonomy-knowledge-docs repo. And a couple of small final adjustments that I noticed:
Otherwise, this is looking great to me! |
Addressed through another PR #133. Here is the latest snapshot.
|
I will take care of that in next PR, thanks for pointing that out @Misjohns |





Warning will only pop up once user login.
Currently we don't store any user related state,
so the warning will popup everytime user session
renews (or user does explict logout/login).
In the "Dev" mode, this warning won't popup to
avoid annoying dev's with the contact popup of warning while they do the local dev and login/logout upteen number of times in a day.
Fixes #82