From 0e11fc5f1e3c968ae7bfe912a337ac419aaa72ae Mon Sep 17 00:00:00 2001 From: rmroot Date: Fri, 22 Nov 2024 10:48:50 -0600 Subject: [PATCH 1/2] add user data information to about page --- .../core-components/about/about.component.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/app/core-components/about/about.component.html b/src/app/core-components/about/about.component.html index 7ff412d3..273daeed 100644 --- a/src/app/core-components/about/about.component.html +++ b/src/app/core-components/about/about.component.html @@ -14,5 +14,21 @@

DE-AC05-00OR22725.

+
+ +

+ + User Data +

+

+ You are running JUSTIFI in a web browser. All application data is saved locally + within this browser (The DOE does not have access to your data). + It is encouraged that you download backup files of your data frequently. + Backups can be imported back to the tool to restore lost or corrupted data. + Additionally, sharing backups with the development team can assist in improving this tool. + You can download data backups using the "Download Data" button in the upper right hand corner of your + screen. +

+
\ No newline at end of file From 730ef1736eba85302f0dd77f2a4a5226501eec89 Mon Sep 17 00:00:00 2001 From: Roy Date: Tue, 26 Nov 2024 14:41:25 -0700 Subject: [PATCH 2/2] issue-287 update with revised disclaimer from comms --- .../about/about.component.html | 25 +++++++++++++------ 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/src/app/core-components/about/about.component.html b/src/app/core-components/about/about.component.html index 273daeed..5cd2074f 100644 --- a/src/app/core-components/about/about.component.html +++ b/src/app/core-components/about/about.component.html @@ -21,13 +21,24 @@

User Data

- You are running JUSTIFI in a web browser. All application data is saved locally - within this browser (The DOE does not have access to your data). - It is encouraged that you download backup files of your data frequently. - Backups can be imported back to the tool to restore lost or corrupted data. - Additionally, sharing backups with the development team can assist in improving this tool. - You can download data backups using the "Download Data" button in the upper right hand corner of your - screen. + This Software is provided for research purposes only, and Alliance has no obligation to update, debug, + and/or continue to support the Software. + Any use of the Software is at your own risk. + You are running the Software in a web browser on your device. + All application data is saved locally within this browser to your device and/or browser. + Alliance and the DOE do not have access to data you input into the Software and/or outputs + based on your data provided by the Software. + Should the Software, your browser, and/or your device crash, fail, or otherwise have an error, + data you entered into the Software and the outputs based on that data may be lost. + It is encouraged that you download backup files of your data frequently. + Backups can be imported back into the Software if needed to restore lost or corrupted data. + You may voluntarily provide a backup file of your data to Alliance for use in improving the Software. + By providing such data you are agreeing that Alliance may use such data without restriction and without + compensation or obligation to you. + To the extent any license would be required to utilize such data, you automatically grant Alliance, + when submitting such data, a worldwide, royalty-free, perpetual, irrevocable, non-exclusive, + transferrable, and sublicensable license under any rights necessary for such use or implementation. +