You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MyCarePlanner needs to be updated to display a link to the Terms of Use and Privacy Policy on the home page, to resolve a VA action item identified during the demo earlier this week.
The link URL should be pulled from an environment variable that can be set by external means, similar to other REACT_APP environment variables.
I think the new environment variable should be named something along the lines of REACT_APP_TOUPP_URL, where TOUPP is an acronym for "Terms of Use and Privacy Policy".
If anything is specified in that variable, the link appears; otherwise, the link is hidden.
This is what the VA said, for reference:
Thank you for the follow-up after our demo. I am sorry I have not had a chance to send you our action list yet.
You are correct regarding the actionable items. The only one we have is providing Veterans reference links to the terms of service and privacy policy pages when logging in.
We are not picky regarding your design decision. We want to verify the links stand out and are easily viewable, so do not use blue text on a blue background.
I envision text up towards the top of the page (see image below for placement), that reads something along the lines of just "Terms of Use and Privacy Policy", made bold to stand out, per VA's request. And with appropriate margins/padding above and below the text, that empty space around it will help it pop.
I think that's it.
The text was updated successfully, but these errors were encountered:
@swmuir thanks for adding the link to the page. It looks like this is incorporated into the exploratory branch with version 2.4.expunge20241002. Doesn't that version contain test stuff you were playing around with to see if we could get delete+expunge to work? Is that all production ready code? Shouldn't this be in version 2.4.3 instead, based off what was in 2.4.2?
@swmuir ah okay yes that context helps. I think it looks great. it sources the link from that URL environment variable, yes? presuming so, go ahead and do a build, and I'll test it here in our POC environment. thanks!
@swmuir hey we're just chatting in a meeting here and discussing this topic, and the point was raised that we want to make sure that the link for these Terms of Use and Privacy Policy specify target="_blank" to ensure that the link opens in a new tab. We definitely don't want a user opening that link to open in the same tab as the app.
MyCarePlanner needs to be updated to display a link to the Terms of Use and Privacy Policy on the home page, to resolve a VA action item identified during the demo earlier this week.
The link URL should be pulled from an environment variable that can be set by external means, similar to other
REACT_APP
environment variables.I think the new environment variable should be named something along the lines of
REACT_APP_TOUPP_URL
, whereTOUPP
is an acronym for "Terms of Use and Privacy Policy".If anything is specified in that variable, the link appears; otherwise, the link is hidden.
This is what the VA said, for reference:
I envision text up towards the top of the page (see image below for placement), that reads something along the lines of just "Terms of Use and Privacy Policy", made bold to stand out, per VA's request. And with appropriate margins/padding above and below the text, that empty space around it will help it pop.
I think that's it.
The text was updated successfully, but these errors were encountered: