-
Notifications
You must be signed in to change notification settings - Fork 2
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
add the capacity to create categorical or opaque (length-only) histograms through the react ui #438
Comments
I created a task with divviup-api 0.0.22, and the task creation form had a field labeled "Selects the number of histogram buckets or counters". The client configuration snippet on the resulting task details pages includes |
Yeah that’s been out of date for a bit; I’m not entirely sure when that copy change happened but we don’t support anything other than continuous integer named buckets currently |
Currently it's possible to create opaque histograms via the API or CLI, but then if you try to examine such a task in the console, you get some JS exceptions. For example: https://app.staging.divviup.org/accounts/9ff34ecb-0091-48bd-ad6e-ab4d234e0669/tasks/4oEbGyWs9r_K8jDckauhPxf3gKbJM5r8907wfw-vJbg The task at that URL's parameters:
When this feature is implemented, we should make sure that this incorrect behavior is addressed. |
refs #410, in that new dap allows for additional histogram types
this should only be possible if both aggregators are dap-05+, otherwise the current interface is unchanged
The text was updated successfully, but these errors were encountered: