ORNL / DataFed

A Federated Scientific Data Management System
https://ornl.github.io/DataFed/
Other
18 stars 14 forks source link

Support saving searches with schema support #695

Closed dvstans closed 3 years ago

dvstans commented 3 years ago

This is part of schema support work. Save searches to data tree.

dvstans commented 3 years ago

Part of issue #651

dvstans commented 3 years ago

The implementation for this feature must consider support for editing saved queries - and the UI required to do so. One complexity is that the items in the original search selection may have moved or been deleted. In this case: 1) the query must not cause adverse behavior when run, and 2) editing the query must allow the selection to be viewed/updated (preferably validating old selection against current state).

dvstans commented 3 years ago

This issue is considered complete; however, search scopes cannot be edited. Will open a new issue for this specifically.