Ellen Kraffmiller
Ellen Kraffmiller
**Overview of the Feature Request** For the SPA, we need to display the Unpublished label on the collections page if the Dataverse Collection hasn't been released. **What kind of user...
**Overview of the Feature Request** This spike was triggered by a discussion of how to present dates in the SPA. We would like all dates being returned from the API...
I made some changes to fix the local build. For the the npm install errors, I rebuilt package-lock.json to use the npmjs registry (https://registry.npmjs.org/). I removed the '^' from package.json,...
The package-lock.json has several entries that use the npm registry https://registry.npm.taobao.org. This registry is no longer functional. Need to update package-lock.json to use https://registry.npmjs.org.
For our first release, we are going to handle this by providing a link back to the Confirm Variables page, but we want to think about the best way to...
**What this PR does / why we need it**: Adds json-ld to header of View Dataset page. **Which issue(s) this PR closes**: Closes #350 **Special notes for your reviewer**: This...
Currently the JSF Dataset page has schema.org info embedded in the header, which in the future may be replaced with Croissant. The SPA version of the page has to replicate...
For the Create Dataset Page, some fields should be filled in with the current user information and current date. Here are the fields in the JSF, showing the Dataverse Admin...
In JSDatasetMapper.toHierarchy(), the persistentId is set to undefined, rather than using the persistentId in the javascript library payload for getDataset()