Brian E. Granger
Brian E. Granger
## Description In the current API, there is an informal (not strongly typed) relationship between the MIME-type and the data value `T`. In another new issue #146 I have introduced...
## Description The current dataset API looks something like this: ``` type URL_ = string; type MimeType_ = string; type Cost = number; type DataValue = [Cost, T]; type Dataset...
## Description After building and working with this initial version @saulshanabrook and I talked more about the underlying data model. We have a few observations about the nesting of datasets:...
We have been having conversations with different users and orgs about what the data registry would need to provide to be useful to them. Opening an issue to track this.
As a user I want to see which dataset is active/selected. Right now, there are two ways a use can see this, which can lead to confusion and additonal complexity:...
The data registry alone is not useful until converters for various MIME types have been added. **What MIME types should we support in this repo?** To get this started, can...
As a user, I want to be able to remove datasets from the registry that I am no longer using, but not delete the actual data. At a minimum, we...
The heading of the datasets explorer is set differently from other similar headings: Other headings in the L panel use all caps and `--jp-ui-font-size0`:
The data registry appears to use a right panel following an "inspector" pattern, but currently the right panel is empty: At the same time, @blink1073 is working on a generic...
This is going to be hard to describe in screenshots, but I will try. First hover...when you move your mouse cursor up and down over the dataset browser, a vertical...