-
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
Icf cpheapm73 79 add observations #1149
base: main
Are you sure you want to change the base?
Conversation
serializer_class = serializers.GuidelineProfileSerializer | ||
filename = "guideline_profiles" | ||
|
||
def get_queryset(self, guideline=None) -> QuerySet: |
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.
Exports guideline profiles for an experiment
/> | ||
<label class="custom-control-label"> </label> | ||
<span class="fa fa-spin fa-spinner float-right htmx-indicator"></span> | ||
{% elif status == "tested_status" %} |
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.
Currently if a user isn't logged in, they can view (but not edit) observations, so they don't see the input checkbox
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.
Just like #1118, I think this needs to be applied to animalv2
instead of animal
.
To do that, I think this PR may need to be closed and reworked and then submitted as new PR that should be merged into the bioassay-v2 branch, not the main branch.
I think a lot of the code in the hawc.apps.animal will need to be modified and adapted to hawc.apps.animalv2. Hopefully that won't be too painful?
Updates from tickets 73, 74, 79 for displaying toxrefdb observations
https://jira.epa.gov/browse/CPHEAPM-19
https://jira.epa.gov/browse/CPHEAPM-79