frontend
frontend copied to clipboard
SciCat open data catalogue web client
- Discuss with site that uses the `files` property whether changing ``` job.datasetList = { pid: "", files: [], } ``` to `job.datasetIds = ["pid1", "pid2" ]` would still work...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.18.0 to 8.8.1. Release notes Sourced from @typescript-eslint/eslint-plugin's releases. v8.8.1 8.8.1 (2024-10-07) 🩹 Fixes eslint-plugin: stop warning on @ts-nocheck comments which aren't at the beginning of the...
- [x] #1149 - [x] Populate configuration view with initial data [#614](https://github.com/SciCatProject/scicat-backend-next/issues/614) - [x] #1146 - [x] #1141
### Summary For published datasets there should be a link from the dataset to any DOIs. This mapping is stored in the published-dataset schema, but not included in the dataset...
## Issue Name Create E2E tests for datafiles actions ### Summary Datafiles Actions have unit tests but not E2E tests. E2E tests should be added using cypress to make sure...
## Issue Name Improve E2E test setup ### Summary Currently the e2e tests are located under CI/ESS/E2E. The cypress E2E tests should be located under CI/E2E as they should be...