From 65883fd4fc9ecf9672430c2fb79a148479eaca39 Mon Sep 17 00:00:00 2001 From: ekachxaidze98 <65679299+ekachxaidze98@users.noreply.github.com> Date: Thu, 14 May 2026 15:46:41 +0400 Subject: [PATCH 1/4] CORE: add development (#779) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 86aa4284..32b7c9dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ RUN set -eux; \ printf '%s\n' '@oacore:registry=https://npm.pkg.github.com' "//npm.pkg.github.com/:_authToken=${TOKEN}" > .npmrc; \ corepack enable; \ corepack prepare pnpm@9 --activate; \ - pnpm install --frozen-lockfile; \ + NODE_ENV=development pnpm install --frozen-lockfile; \ rm -f .npmrc COPY . . From 27cb331350fe8c297c5dc33125b82a5dd1d30dc2 Mon Sep 17 00:00:00 2001 From: ekachxaidze98 <65679299+ekachxaidze98@users.noreply.github.com> Date: Thu, 14 May 2026 16:39:27 +0400 Subject: [PATCH 2/4] CORE: update img src (#780) --- src/features/DashboardGuide/config/stepsConfig.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/features/DashboardGuide/config/stepsConfig.ts b/src/features/DashboardGuide/config/stepsConfig.ts index 6d524236..4dcea533 100644 --- a/src/features/DashboardGuide/config/stepsConfig.ts +++ b/src/features/DashboardGuide/config/stepsConfig.ts @@ -1,9 +1,9 @@ -import texts from '../texts'; +import firstStep from '@/assets/icons/stepFirst.svg'; +import secondStep from '@/assets/icons/stepTwo.svg'; +import thirdStep from '@/assets/icons/stepThree.svg'; +import forthStep from '@/assets/icons/stepFour.svg'; -const firstStep = '/src/assets/icons/stepFirst.svg'; -const secondStep = '/src/assets/icons/stepTwo.svg'; -const thirdStep = '/src/assets/icons/stepThree.svg'; -const forthStep = '/src/assets/icons/stepFour.svg'; +import texts from '../texts'; export interface StepConfig { title: string; From 1e252dbc16e58d768a2ac38929b4712fd76ccedb Mon Sep 17 00:00:00 2001 From: ekachxaidze98 <65679299+ekachxaidze98@users.noreply.github.com> Date: Mon, 18 May 2026 12:14:01 +0400 Subject: [PATCH 3/4] CORE: update linking (#781) --- src/features/DepositCompliance/texts/compliance.json | 2 +- src/features/Overview/texts/depositing.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/features/DepositCompliance/texts/compliance.json b/src/features/DepositCompliance/texts/compliance.json index 47470a08..47ddc969 100644 --- a/src/features/DepositCompliance/texts/compliance.json +++ b/src/features/DepositCompliance/texts/compliance.json @@ -40,7 +40,7 @@ "chart": { "title": "Deposit time lag", "body": "The chart displays outputs' distribution according to deposit time lag.\n\n- **Time lag** is the difference between deposit and publication date\n in the repository.\n- **Publication date** is taken from [Crossref](https://www.crossref.org).\n When this is not available, the repository's one used.\n- **Deposit date** is calculated using specific techniques.\n On EPrints repositories it is extracted from the *Date Deposited* field,\n while on DSpace the *dc.date.available* field is used.", - "warning": "Check our [guidelines](https://core.ac.uk/ref-audit) and enable the\n required support and then notify us once ready, so that we can initiate\n collecting this information from your repository." + "warning": "Check our [guidelines](https://core.ac.uk/ref) and enable the\n required support and then notify us once ready, so that we can initiate\n collecting this information from your repository." }, "noData": { "body": "No deposit time lag data available for the selected time period." diff --git a/src/features/Overview/texts/depositing.json b/src/features/Overview/texts/depositing.json index 59ab03a9..715bd338 100644 --- a/src/features/Overview/texts/depositing.json +++ b/src/features/Overview/texts/depositing.json @@ -1,9 +1,9 @@ { "title": "OA compliance (REF)", - "tooltip": " Check compliance of content with REF 2021 Open Access policy. Access the data overview count, view your outputs’\n time lag, see the matching of your outputs’ publication dates and get an insight of your outputs’ deposit dates.", + "tooltip": " Check compliance of content with REF 2029 Open Access policy. Access the data overview count, view your outputs’\n time lag, see the matching of your outputs’ publication dates and get an insight of your outputs’ deposit dates.", "action": "Details", "description": { - "missingData": "Your repository is not configured to expose information on dates of\n deposit in a machine-readable format. For more information check our\n [guidelines](https://core.ac.uk/ref-audit) and contact us at\n [theteam@core.ac.uk](mailto:t%68%65t%65am%40core%2e%61c%2eu%6b)", + "missingData": "Your repository is not configured to expose information on dates of\n deposit in a machine-readable format. For more information check our\n [guidelines](https://core.ac.uk/ref) and contact us at\n [theteam@core.ac.uk](mailto:t%68%65t%65am%40core%2e%61c%2eu%6b)", "regionWarning": "Specific to UK repositories.", "complianceLevel": { "render": "{{amount}}% of outputs are non-compliant." From da6952e5e71c5781db68f6739615cf5c67834dcb Mon Sep 17 00:00:00 2001 From: ekachxaidze98 Date: Thu, 4 Jun 2026 14:43:16 +0400 Subject: [PATCH 4/4] CORE: test stg --- .env.development | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/.env.development b/.env.development index 37e1de39..6a0097ce 100644 --- a/.env.development +++ b/.env.development @@ -1,7 +1,16 @@ -# Development / Staging – uses dev API (api-dev.core.ac.uk) +## Development / Staging – uses dev API (api-dev.core.ac.uk) +#VITE_APP_NAME=CORE Dashboard (dev) +#VITE_APP_API_BASE_URL=https://api-dev.core.ac.uk +#VITE_API_URL=https://api-dev.core.ac.uk +#VITE_IDP_URL=https://api-dev.core.ac.uk +#VITE_SENTRY_DSN=https://4d292e22294f991799b49f3ffa238ff7@o318858.ingest.us.sentry.io/4511235416981504 +#VITE_GA_TRACKING_CODE= + + +# Development / Staging – uses staging API (api-stg.core.ac.uk) VITE_APP_NAME=CORE Dashboard (dev) -VITE_APP_API_BASE_URL=https://api-dev.core.ac.uk -VITE_API_URL=https://api-dev.core.ac.uk -VITE_IDP_URL=https://api-dev.core.ac.uk +VITE_APP_API_BASE_URL=https://api-stg.core.ac.uk +VITE_API_URL=https://api-stg.core.ac.uk +VITE_IDP_URL=https://api-stg.core.ac.uk VITE_SENTRY_DSN=https://4d292e22294f991799b49f3ffa238ff7@o318858.ingest.us.sentry.io/4511235416981504 VITE_GA_TRACKING_CODE=