Bug #219
closedneed ResultSet handling UI
0%
Description
Need to redesign the resultset handling UI. Should take an XML document
representing the resultset, and create the data stroage mechanism for it. It
should then be able to display the resultset in either a tabbed pane, or a
window. Initially, the "My Data Packages" tab will be populated by a query for
all packages owned by the current user. Being able to rip tabs off as Windows
seems useful. There should be a UI widget for calling up (and refining) query
using the query composition dialog box. Various actions on resultset records
should call the Data Package module to handle opening, viewing, and changing.
Consider whether the resultset columns should be configurable or not (probably).
Related issues
Updated by Matt Jones over 23 years ago
- Bug 127 has been marked as a duplicate of this bug. ***
Updated by Matt Jones over 23 years ago
- Bug 120 has been marked as a duplicate of this bug. ***
Updated by Matt Jones over 23 years ago
- Bug 167 has been marked as a duplicate of this bug. ***
Updated by Matt Jones over 23 years ago
- Bug 153 has been marked as a duplicate of this bug. ***
Updated by Matt Jones over 23 years ago
Feature implememented using the ResultPanel and ResultFrame classes.
ResultPanel displays a configurable set of columns of metadata about each
dataset returned. ResultFrame is a window that contains a ResultPanel. Still
need to add "Refresh" and "Revise query..." UI widgets to trigger rerunning the
query and opening the query in the QueryDialog, respectively.
Updated by Matt Jones over 23 years ago
Refresh and Revise buttons now work properly. Queries are reloaded into the
query dialog when revise is hit, or simply rerun when refresh is clicked. The
resultpane is complete.