You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the vdaf.type field is changed in the new task form, we need to both clear any nested parameters that don't apply to the new VDAF, and set default values of VDAF parameters to mirror the default values of their controls. Currently, if you change the "Function" selector to "sum" and don't touch the "Measurement Range" selector, the request will only include a type within the vdaf nested object. Moreover, the API error (below) is not surfaced as a validation error in the UI.
Furthermore, if you change the function to "histogram", enter some histogram buckets, and then change the function to "sum", the histogram buckets will still be sent to the server in the request.
The text was updated successfully, but these errors were encountered:
When the
vdaf.type
field is changed in the new task form, we need to both clear any nested parameters that don't apply to the new VDAF, and set default values of VDAF parameters to mirror the default values of their controls. Currently, if you change the "Function" selector to "sum" and don't touch the "Measurement Range" selector, the request will only include atype
within thevdaf
nested object. Moreover, the API error (below) is not surfaced as a validation error in the UI.Furthermore, if you change the function to "histogram", enter some histogram buckets, and then change the function to "sum", the histogram buckets will still be sent to the server in the request.
The text was updated successfully, but these errors were encountered: