metacatui
metacatui copied to clipboard
MetacatUI: A client-side web interface for DataONE data repositories
Configure nginx to behave like Apache for [metacatui-specific config detailed on this page](https://nceas.github.io/metacatui/install/apache); i.e.: 1. serve index.html instead of a 404 for the MetacatUI directory 2. Allow encoded slashes in...
This PR includes an update of the underlying [fomantic UI library](https://fomantic-ui.com/) to the latest version, and refactors how `searchSelectView` and its extensions work behind the scenes to build dropdowns with...
In the query builder, a different value input is displayed depending on the filter type and the metadata field selected. For example, if `authoritativeMN` is selected, then the input for...
Hi @robyngit - one of the tasks for #2375 was to make the QGreenland portal DataONE accessible. I've added the config for the same. Adding @mbjones as a reviewer to...
Our attempt to use a relative path for `config.js` was unsuccessful - see #2454 The only viable alternative at this stage is to edit this line in `index.html` when installign...
In preparation for extending the file hierarchy table to be used in the editor, we should start with some cleanup of the existing code. This will make it easier to...
To accommodate the planned structure in [Kubernetes deployments](https://github.com/NCEAS/metacatui/issues/2368), we need to change the `appConfigPath` in `index.html` from an absolute path to a relative one. The [current path](https://github.com/NCEAS/metacatui/blob/795d778d72e9e386c9cb0430dd38efdbf16f15ef/src/index.html#L7C5-L7C45), `var appConfigPath =...
**Describe the bug** We had a report from one of our users of an inconsistent behavior on the metrics shown on the search page vs metrics on the dataset view....
**Describe the bug** In looking at the public portals in ESS-DIVE, I noticed that there was no recent metrics (downloads, views citations) on the portal summary page. However, these metrics...
Invalid Characters Allowed in Metadata Saved by Metacat UI Editor cause catastrophic dataset error
**Description** The Metacat UI Editor allowed invalid characters to be saved in metadata. When the Metacat indexer tried to process the metadata file, the following error was encountered: ``` metacat-index...