Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 0.14.1
-
Fix Version/s: 0.16.0
-
Component/s: None
-
Labels:None
Description
CDK-385 added Dataset URIs and limited support for View URIs. The View URI support from CDK-385 is limited in that it only supports equality constraints. Additionally, a Dataset.getUri() method now exists but View.getUri() is absent as there is currently no URI model for many types of Views.
This JIRA is to model out URIs for all the possible types of Views. Once this is done, Datasets.load(URI) would support loading any type of View by URI. View.getUri() would also be added such that an identifying URI could be retrieved from any arbitrary View.
Ryan and I discussed this yesterday in the context of CDK-451. A View URI would give us a simple identifier that we could store ready signals against.
Ryan shared ideas for the URI structure like:
"year=2014&month=gt(1),lte(3)"
or
"color=like(bl*)"