metacatui
metacatui copied to clipboard
MetacatUI: A client-side web interface for DataONE data repositories
Use the existing PortalListView to create a new /portals page that will simply list all portals in the repo. This should be expanded on (see #689) with a nicer-looking redesign...
Explore using Solr's graph queries and streaming expressions to handle retrieving package contents and version history. Implementing this would speed up tasks like resolving current versions and displaying obsolescence chains...
This idea was brought up during the ADC oct 2020 training. We should add a tool to view the previous versions of portals, with the ability to click on a...
When I try to open an EML document in the Editor that has not yet been indexed, I get a Not Found error. But it is more accurate to say...
## Steps to reproduce 1. Make a new dataset with at least one file 2. Save the dataset 3. Edit the dataset and change the file name, don't change ANYTHING...
We've been encountering persistent issues with handling of dataset submission errors. The `DataPackage` collection is a central component of this process, but in the 7+ years since its creation, it's...
The App Model is not creating a valid ORCID search URL, which causes all orcid searches via LookupModel.orcidSearch to fail. The app model sets up the url like so: ```js...
Add a tool for exploring all versions of a dataset. The tool should use the versionTracker class to build a version history of the metadata object by traversing the sysMeta.
**Describe the feature you'd like** Currently a resource map object can be indexed successfully only when all components in the resource map have been indexed. Any missing solr doc of...