dataverse-client-javascript icon indicating copy to clipboard operation
dataverse-client-javascript copied to clipboard

A Dataverse client for JavaScript and TypeScript

Results 58 dataverse-client-javascript issues
Sort by recently updated
recently updated
newest added

Create a new use case to get the analytics.html file of the installation. See [Dataverse Guides.](https://guides.dataverse.org/en/latest/installation/config.html#web-analytics-code)

Size: 10
GREI Re-arch
Original size: 10
FY25 Sprint 23
FY25 Sprint 24
FY25 Sprint 25
FY25 Sprint 26
FY26 Sprint 1
SPA.Q3.2025
FY26 Sprint 2
FY26 Sprint 3

Create a use case that calls a new API endpoint that will return a list of roles that the user has been assigned in the dataverse. Depends on this Dataverse...

Size: 3
Waiting
GREI Re-arch
Original size: 3
SPA.Q2.1
FY25 Sprint 23
FY25 Sprint 24

The return type of getMyDataCollectionItems is CollectionItemSubset, which is shared with getCollectionItems. This works by formatting the PublicationStatus results as facets, which was meant to be extensible, but is awkward...

Size: 3
GREI Re-arch
Original size: 3
SPA.Q2
FY25 Sprint 24

To support the external search tool, we need two changes : 1. Extend the getCollectionItems use case to support the search_service query param 1. New use case to list all...

Waiting
GREI Re-arch
SPA.Q2

Bumps [undici](https://github.com/nodejs/undici) from 5.28.4 to 5.29.0. Release notes Sourced from undici's releases. v5.29.0 What's Changed Fix tests in v5.x for Node 20 by @​mcollina in nodejs/undici#4104 Removed clients with unrecoverable...

dependencies
javascript

## Overview - See: [Proposal: Supporting Multiple Dataset Types in Dataverse](https://docs.google.com/document/d/16RvGXmaPQK9DGsEEbrrFEu8mjUrN93YY_yh7ZONyMDI/edit?usp=sharing) for details. Depends on: - https://github.com/IQSS/dataverse/pull/11001 Parent issue: - https://github.com/IQSS/dataverse-pm/issues/307

Size: 10
GREI Re-arch
Original size: 10

This issue is inspired by [this TODO](https://github.com/IQSS/dataverse-frontend/blob/9ec7a9d47f92205ff36b44b81c22ab1e25db8e6f/src/sections/file/file-action-buttons/access-file-menu/RequestAccessModal.tsx#L52), in the request access module. When the file is restricted, users other than the admin/contributor should request access to restricted file, and send...

SPA: File Page
GREI Re-arch

Sometimes the deployment GitHub Action to github package registry fails on PRs, indicating that the version generated by the commit has already been deployed and cannot be overwritten. The goal...

bug
Size: 3
GREI Re-arch
Original size: 3

Inspired from [these TODOs](https://github.com/IQSS/dataverse-frontend/blob/9ec7a9d47f92205ff36b44b81c22ab1e25db8e6f/src/dataset/infrastructure/mappers/JSDatasetMapper.ts#L69C5-L71C49), these three fields are missing from dataset related models. - hasValidTermsOfAccess - hasOneTabularFileAtLeast - isValid

SPA: Dataset View Page
GREI Re-arch

Inspired from[ this TODO](https://github.com/IQSS/dataverse-frontend/blob/9ec7a9d47f92205ff36b44b81c22ab1e25db8e6f/src/dataset/infrastructure/mappers/JSDatasetVersionMapper.ts#L24), the `isLatest` and `isInReview` in dataset version info from dataverse front-end repo are hard coded, and should be removed by connecting with js-dataverse functions. However, these...

SPA: Dataset View Page
GREI Re-arch