-
Notifications
You must be signed in to change notification settings - Fork 7
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
Public IBL new publication filter #110
Comments
Thanks for putting this together @iamamutt There are 5000+ sessions with |
Yeah I noticed that too, over 5000 sessions which have datasets with the behavior tag at least. I'm trying to confirm with Mayo or Gaelle to see if this is right. |
As for the filtering, this can be fairly straight forward. Proposed changes to the code block around https://github.com/vathes/ibl-navigator/blob/29cd8b9858b1ca86422978423c8369c2de2956da/backend/iblapi.py#L275
and the filtering can be something like |
@jverswijver or @guzman-raphael Do you happen to know the database user that the public navigator is using? We would like to be able to deploy a test version of the public navigator connecting to schemas with the |
https://github.com/vathes/ibl-navigator/blob/29cd8b9858b1ca86422978423c8369c2de2956da/backend/iblapi.py#L218
TODO:
Add new "Publication" drop down filter with the queries' "tag" attribute as the possible options. The tag will be used to restrict the table to only the sessions corresponding to the selected tag. @jverswijver @guzman-raphael
Copied over sessions to the public IBL database. Currently, tags can only be accessed from the
SessionTag
andTag
tables on the internal IBL database. @ttngu207 @iamamuttTag info
behavior.Tag()
tableRepeated-Site-2022
tagBehavior-2022
tagThe text was updated successfully, but these errors were encountered: