Skip to content
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

Add text to the main Home screen to alert users on their data use #469

Closed
hemashahumich opened this issue Mar 22, 2024 · 8 comments · Fixed by #495
Closed

Add text to the main Home screen to alert users on their data use #469

hemashahumich opened this issue Mar 22, 2024 · 8 comments · Fixed by #495
Assignees
Labels
good first issue Good for newcomers
Projects

Comments

@hemashahumich
Copy link
Collaborator

We would like to add text to the home page. See attached two image and I am also open to your suggestion.

DRAFT Text is being reviewed, once confirmed.
https://docs.google.com/document/d/1W0xAx4tU7xqKOg0whne6kexN_xYLeLWK-tTGZa2FN20/edit

I will update the card once text is approved. We would need to plan to incorporate this card in Rel. 1.10

@hemashahumich hemashahumich changed the title Add text to the maiin screen to alert users on their data use Add text to the main Home screen to alert users on their data use Mar 22, 2024
@hemashahumich hemashahumich added this to To Do in 1.10.0 via automation Mar 25, 2024
@zqian zqian added the good first issue Good for newcomers label Apr 11, 2024
@jaydonkrooss jaydonkrooss moved this from To Do to In Progress in 1.10.0 May 20, 2024
@zqian
Copy link
Member

zqian commented May 20, 2024

Please make the text configurable, e.g. flat pages, Django Constance, etc

jxiao21 added a commit that referenced this issue May 24, 2024
PR for Issue #469 - adding text to home screen to alert users to data use
1.10.0 automation moved this from In Progress to QA May 24, 2024
@jxiao21
Copy link
Contributor

jxiao21 commented May 28, 2024

Test plan:

  • Create flat page in /admin/ page titled "Data Alert"
  • Put "/dataalert/" in URL box (very important!)
  • Paste this into the Content box: <p style="color: white"><a style="color: white" href="https://its.umich.edu/communication/videoconferencing/remote-office-hours-queue">Privacy Notice</a> | © 2024 <a style="color: white" href="http://regents.umich.edu/">The Regents of the University of Michigan</a></p> (very important!)
  • Select the "example.com" in the Sites box (I don't think this matters that much)
    Run application and go to the home page, you should see a sticky footer at the bottom of the page

@hemashahumich
Copy link
Collaborator Author

hemashahumich commented May 28, 2024

The more I think about the purpose of the text visible to all users when they log in, the more I realize it needs to ensure they are aware that their data will be used to improve business operations. Currently, having the privacy notice and text on the service page -
misses the opportunity to catch users' attention effectively. Location is open for suggestions. I am sharing one thoughts below:

So thinking we should state: "Please note that by using Remote Office Hours Queue, you are consenting to allow your data to be utilized to improve university business operations." In gray area where Home icon Remote office hour queue
image
Please see an Example below:
Privacy notice on home page of ROHQ

@jxiao21
Copy link
Contributor

jxiao21 commented May 29, 2024

Should this text also be something that is configurable? Or can this text just be hardcoded into the page?

The more I think about the purpose of the text visible to all users when they log in, the more I realize it needs to ensure they are aware that their data will be used to improve business operations. Currently, having the privacy notice and text on the service page - misses the opportunity to catch users' attention effectively. Location is open for suggestions. I am sharing one thoughts below:

So thinking we should state: "Please note that by using Remote Office Hours Queue, you are consenting to allow your data to be utilized to improve university business operations." In gray area where Home icon Remote office hour queue image Please see an Example below: Privacy notice on home page of ROHQ

@hemashahumich
Copy link
Collaborator Author

hemashahumich commented May 29, 2024 via email

@jonespm
Copy link
Member

jonespm commented May 31, 2024

@hemashahumich I believe what you're suggesting will be beset implemented in #493 when we add in the consent banner. That text and confirmation message look similar to this and will be displayed for all useres. If you wanted to add some additional text now, I'd just add it to the existing /user-comm-banner/ page and it would be at the top.

Where you had mocked up is the breadcrumbs bar and that's not really the best place to hold information like this.

@jxiao21
Copy link
Contributor

jxiao21 commented Jun 3, 2024

To put this text in User Comm Banner, copy and paste this in the Content box for the User Comm Banner flatpage after whatever content already exists:

<div class="alert alert-info">
<p class="text-center container">
Please note that by using Remote Office Hours Queue, you are consenting to allow your data to be utilized to improve university business operations.
</p>
</div>

If you want to change the color of the banner, just change the first line to either:

  • Dark Blue: <div class="alert alert-primary">
  • Light Grey: <div class="alert alert-secondary">
  • Green: <div class="alert alert-success">
  • Red: <div class="alert alert-danger">
  • Yellow: <div class="alert alert-warning">
  • Light Blue: <div class="alert alert-info">
  • White: <div class="alert alert-light">
  • Dark Grey: <div class="alert alert-dark">

@hemashahumich
Copy link
Collaborator Author

hemashahumich commented Jun 3, 2024

@jonespm
I have update QA banner text, please take a look and let me know your thoughts.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
1.10.0
  
QA
4 participants