Rick Moynihan

Results 110 issues of Rick Moynihan

Large slices might be better downloaded through a separate non graphql route. CubiQL should provide a `download_link` field to our downloads. These can then be cached server side and also...

Following issue #41 which will free up the names `and` and `or` from the schemas we should put `and` and `or` back but use them exclusively throughout the schema where...

Rename fields of dimension/measure search filters to be and_uri and or_uri

Add `free-dimensions` field containing the remaining dimensions which can be locked in an observations query.

Somehow support pagination and 'holes' in 2D grids. For example in PublishMyData's spreadsheet view, we paginate on the rows, not the observations.

We should ensure we always return dimension values sorted, they should be first sorted by `ui:sortPriority` if there is one, and if not by their label in ascending/alphabetical order. We...

We should review the OGI JSONQB api for any functionality we are missing. See here for the [currently supported API](https://github.com/OpenGovIntelligence/json-qb-api-implementation)

Get observations... - grouped by a property of a dimension (e.g the feature collection, on refArea)

Like in a faceted search, we would like to have look ahead on the free dimension/values and get back only those which will contain observations. This will allow us to...

We need to map Linked Data QBs to GraphQL fields. We should describe the approach and alternative options here. One thing that would make this easier would be GraphQL namespaces...