Open miori-nd opened 1 month ago
@miori-nd are you ok with me pushing some commits here to get the tests working, or would you like to handle the failures? I'd like to see green before I dig into the changes.
@skearnes Go for it, ty
Tests are passing; I'm going to deploy to staging to test it out.
This is nice! A few comments:
Thanks a mil @skearnes, I will get those problems addressed.
Also, when we go to prod, we should ping @bdeadman to do an announcement that this functionality is changing.
(For showing structures, I recommend RDKit JS. If that doesn't work for some reason, we also have API endpoints for the editor that can do the rendering.)
@skearnes
Addressed issues with the new charts not loading by adding a NULL filter to the SQL for those charts. I'm confident this should fix that issue because the API appeared to be trying to read in None values as Strings and failing
The issues with reactions not loading should also be fixed.
I updated the layout of the page to show the charts in a sidebar. Clicking the Expand button will Expand the view, and it can also be collapsed back to the sidebar view.
And tooltips are now visible on cursor hover, click not needed.
Provides a new experience for viewing datasets.