From 04df5a51abb456809f3dfbab9cff57f24ea72ae2 Mon Sep 17 00:00:00 2001 From: Victor Rocheleau Date: Wed, 5 Apr 2023 12:21:18 -0400 Subject: [PATCH 1/2] fix: remove CHORD mentions from UI and README --- README.md | 6 +++--- package-lock.json | 4 ++-- package.json | 2 +- .../manager/projects/ManagerProjectDatasetContent.js | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 7a8da30a4..9683a89d3 100644 --- a/README.md +++ b/README.md @@ -31,13 +31,13 @@ components. * `actions.js`: Utilities related to Redux actions * `menu.js`: Utilities related to Ant Design menus * `misc.js`: Miscellaneous helper functions - * `notifications.js`: Utilities related to CHORD notifications + * `notifications.js`: Utilities related to BENTO notifications * `requests.js`: Utilities related to HTTP requests * `schema.js`: Utilities related to JSON schemas - * `search.js`: Utilities related to CHORD search + * `search.js`: Utilities related to BENTO search * `url.js`: Utilities related to handling front-end URLs * `constants.js`: Re-usable application constants - * `duo.js`: Constants and objects related to the CHORD representation of + * `duo.js`: Constants and objects related to the BENTO representation of the GA4GH Data Use Ontology. * `events.js`: Event dispatching code for triggering event handlers defined elsewhere. diff --git a/package-lock.json b/package-lock.json index 4150af319..37bce42e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bento_web", - "version": "1.8.1", + "version": "1.8.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "bento_web", - "version": "1.8.1", + "version": "1.8.2", "license": "LGPL-3.0-only", "dependencies": { "antd": "^3.26.20", diff --git a/package.json b/package.json index 785d344af..c853fd22e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bento_web", - "version": "1.8.1", + "version": "1.8.2", "description": "Bento platform front-end", "main": "src/index.js", "dependencies": { diff --git a/src/components/manager/projects/ManagerProjectDatasetContent.js b/src/components/manager/projects/ManagerProjectDatasetContent.js index e2f1acd54..9030ca4ae 100644 --- a/src/components/manager/projects/ManagerProjectDatasetContent.js +++ b/src/components/manager/projects/ManagerProjectDatasetContent.js @@ -38,8 +38,8 @@ class ManagerProjectDatasetContent extends Component { marginLeft: "auto", marginRight: "auto" }}> - To create datasets and ingest data, you have to create a CHORD project - first. CHORD projects have a name and description, and let you group related + To create datasets and ingest data, you have to create a BENTO project + first. BENTO projects have a name and description, and let you group related datasets together. You can then specify project-wide consent codes and data use restrictions to control data access. From 43d71b5cac90177893ad47d846932da0dde472bf Mon Sep 17 00:00:00 2001 From: Victor Rocheleau Date: Wed, 5 Apr 2023 12:38:51 -0400 Subject: [PATCH 2/2] use Bento instead of BENTO --- README.md | 6 +++--- .../manager/projects/ManagerProjectDatasetContent.js | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9683a89d3..0b5459161 100644 --- a/README.md +++ b/README.md @@ -31,13 +31,13 @@ components. * `actions.js`: Utilities related to Redux actions * `menu.js`: Utilities related to Ant Design menus * `misc.js`: Miscellaneous helper functions - * `notifications.js`: Utilities related to BENTO notifications + * `notifications.js`: Utilities related to Bento notifications * `requests.js`: Utilities related to HTTP requests * `schema.js`: Utilities related to JSON schemas - * `search.js`: Utilities related to BENTO search + * `search.js`: Utilities related to Bento search * `url.js`: Utilities related to handling front-end URLs * `constants.js`: Re-usable application constants - * `duo.js`: Constants and objects related to the BENTO representation of + * `duo.js`: Constants and objects related to the Bento representation of the GA4GH Data Use Ontology. * `events.js`: Event dispatching code for triggering event handlers defined elsewhere. diff --git a/src/components/manager/projects/ManagerProjectDatasetContent.js b/src/components/manager/projects/ManagerProjectDatasetContent.js index 9030ca4ae..be817e62a 100644 --- a/src/components/manager/projects/ManagerProjectDatasetContent.js +++ b/src/components/manager/projects/ManagerProjectDatasetContent.js @@ -38,8 +38,8 @@ class ManagerProjectDatasetContent extends Component { marginLeft: "auto", marginRight: "auto" }}> - To create datasets and ingest data, you have to create a BENTO project - first. BENTO projects have a name and description, and let you group related + To create datasets and ingest data, you have to create a Bento project + first. Bento projects have a name and description, and let you group related datasets together. You can then specify project-wide consent codes and data use restrictions to control data access.