-
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
create user defined forms app #882
Conversation
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.
A number of changes with some potentially painful renaming requests, but hopefully nothing too terrible! Looks like a great start!
Let me know if you need help w/ any of the changes or if any will be prohibitively time consuming.
@munnsmunns - would you mind resolving any threads above that have been handled in the changes? |
# Conflicts: # hawc/apps/common/filterset.py # hawc/apps/summary/forms.py # hawc/apps/summary/models.py # hawc/apps/summary/serializers.py # tests/data/api/api-visual-bioassay-aggregation.json # tests/data/api/api-visual-crossview.json # tests/data/api/api-visual-embedded-tableau.json # tests/data/api/api-visual-exploratory-heatmap.json # tests/data/api/api-visual-rob-barchart.json # tests/data/api/api-visual-rob-heatmap.json # tests/data/api/api-visual-tagtree.json
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.
changes look good, seems totally sensible to me
Creates the basic structure for creating custom forms for the form library.
ENABLE_DYNAMIC_FORMS
to access the new app)