Data Browser - Saved User Data

From Fusion Registry Wiki
Revision as of 03:13, 30 October 2024 by Vmurrell (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

The Fusion Data Browser makes use of the web browser's local storage in order to store state, such as recently visited datasets, saved queries and charts, and series baskets. As the information is stored in the data browser's local storage, there is no requirement for the user to log in, however, they can only access their stored state if they are using the same computer and web browser that they saved the information against.

Save Charts

When a Chart is saved, the actual data is not stored, it is the knowledge of which series filters were applied to build the chart and the chart settings such as labels and layout. This information is used to rebuild the chart when a saved chart is rebuilt. The data to rebuild the chart is re-fetched from the server, this means if the underlying data is updated on the server, the data in the chart will reflect this when it is rebuilt.

Saved Queries

When a series query is saved, the underlying query is stored, not the series themselves. When the saved query is re-loaded, the series that match the filter criteria are re-fetched from the server, so if any new series have been loaded that match the query criteria or any previous series removed, then the result may differ from when the query was initially saved.

Series Basket

The Series Basket enables a user to store one or more series from multiple datasets, the stored information is the series shortcodes, so that when the basket is loaded, the series are re-populated from the server.

Bulk Deletion

Is is possible to remove all saved (local) Queries, Charts and Series Baskets. The example below shows how to do this in Chrome.

FDB-Recent-Activity-clear.png


Note: this will delete all saved Queries, Charts and Series Baskets.