Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expand JS API CKAN data loader to accept multiple filters before requesting #70

Open
NightJar opened this issue Jan 7, 2019 · 0 comments

Comments

@NightJar
Copy link
Contributor

NightJar commented Jan 7, 2019

As part of the work in #69 @ScopeyNZ has introduced a simple "vanilla" JS (read: framework agnostic) wrapper for requesting data from a CKAN API given a few configuration options.

At current it appears to not support the addition of multiple filters before launching the request - which is a problem in the front-end for an end-user wishing to add multiple filters for a resource they're attempting to inspect.

In order to supply the ability for an end-user to search/filter and fulfill requisites for #4, #5, & #8 this will need to be expanded to allow for multiple filters. It will also in part tidy off #1 by providing front end authors a more complete API to build their own interfaces with (in a customisation case).

The resulting JS API should be easy to consume, and also support searching all fields with a single value (or a single value for multiple fields).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants