-
Notifications
You must be signed in to change notification settings - Fork 16
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
Visual and Data Pivot - read/write API #896
Conversation
… into visual-edit-api
@shapiromatron passing the buck! |
# Conflicts: # hawc/apps/summary/serializers.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great! However, I made some changes upstream in #901 with how we save the Visual settings to save it as a JSON field instead of a string field. Please review that PR first and merge it in if you're ok with it. Assuming it looks good and you're ok with the changes I made here, we can merge this one too.
Ok, changes LGTM @shapiromatron |
Previously, API for Visual and DataPivotQuery were read-only. Now, you can create, update, and delete as well. Validation is not performed on the settings or prefilters, so it is possible to submit visuals that may not work.