Bug #1655
openDIALOGS: Implement New UI for Sources Dialog (was "integrate ecogrid registry into kepler ecogrid client")
0%
Description
Currently EcoGrid access in Kepler works but the EcoGrid node that is queried is
a single configurable parameter. This needs to be changed to dynamically access
the EcoGrid registry and get the list of nodes to be queried from the registry.
Then the kepler ecogrid query would be launched against these nodes, possibly
with the ability for the user to configure which nodes to search.
When searching multiple nodes, the results from each node need to be integrated.
The code for integrating the resultsets needs to accomodate different namespaces
(e.g., EML and Darwin Core) in the result set. The EcoGrid web interface will
also need this capability, so we can hopefully use the same resultset
integration code in both applications.
The current registry provides minimal metadata about each node, but eventually
we expect to have rich metadata (such as supported query namespaces, load,
coverage, etc). Once this metadata is available, the kepler client can be
smarter about which nodes are searched, possibly suggesting an appropriate
subset of nodes from the list.
Related issues
Updated by Chad Berkley almost 20 years ago
Mostly done. need grid GUI. rod will work with laura on this.
Updated by Chad Berkley almost 20 years ago
- Bug 1695 has been marked as a duplicate of this bug. ***
Updated by Matt Jones about 19 years ago
Need to rework registry dialogs according to Laura's redesign. Base
functionality works as far as I know.
Updated by Matthew Brooke about 19 years ago
search panel now now uses same visual component as actor search panel. dialog
still to redo
Updated by Matthew Brooke about 19 years ago
The "sources" button on the search panel under the "Components" tab (the tab
formerly known as "Actors") will also bring up this same sources dialog, albeit
with different entries showing in the list of available nodes; only nodes that
have components (actors, directors) available will show up.
Conversely, when launched from the data search tab, only the nodes that have
data will show up.