activity-browser
activity-browser copied to clipboard
Refactor treeview classes
Issue
Treeview classes for Methods and ISIC activities should be updated:
- [ ] Refactor to have proper superclass, lot of functionality is double between Method/ISIC classes
- [ ] Redo filter/search from Methods class to be in pandas DF like implemented for ISIC tree, then see if can be moved to superclass
- [ ] See if cell overflow tooltips can be created similar to #1130
Relevant PRs:
- #485
- #1047
@marc-vdm @mrvisscher Please don't start this independently, we want to add the same functionality for exploring LCA results. Let's do this once, and properly.