dataverse-frontend
dataverse-frontend copied to clipboard
An upcoming and moderized UI for Dataverse
In the context of [#10451](https://github.com/IQSS/dataverse/pull/10451) and [#10336](https://github.com/IQSS/dataverse/pull/10336), we discussed how complex the code has become for handling cases where the user selects some set of files from the dataset page...
There are two problems with the prettier configuration. When running `npm run lint:prettier` : 1. There are files that are being checked unnecessarily, such as nyc json outputs. 2. Files...
Depending on the machine resources, some e2e tests are failing in a local development environment, even though they are passing in Github actions. To address this, we need to investigate...
Philip Durbin suggested to create an issue for this feature. Thanks Philip! - Create the flexibility to allow customized branding for the differences among main header/footer and sub-collections' header/footer. -...
## Overview of the Feature Request Add Publish Dataset Version feature to the Dataset Page so SPA users can publish new versions of their datasets. Since the js-dataverse use case...
## Overview of the Feature Request Identify the new NotFoundError in the catch block of the use case calls and handle it accordingly. ## What kind of user is the...
## Overview of the Feature Request Create the second section of the developer guide: _Writing test cases_ This issue is a spike created from https://github.com/IQSS/dataverse-frontend/issues/304 to narrow the scope a...
It would be a good idea to establish an alias for the `src` folder to import files in the source code. To improve readability and reusability of components in a...
Building the front-end SPA requires certain versions of NPM/Node which are not readily available as packages in some operating systems (*cough* RHEL8). Many of our community installations run on Red...
## Overview of the Feature Request Develop the Files Tab tree view, showing folder and files hierarchy. [Tree view guide](https://guides.dataverse.org/en/latest/user/find-use-data.html#view-files) ## What kind of user is the feature intended for?...