Sidepanel Wigdet Context Aware at the Project Level
What is the feature you'd like to have? As a follow up to #7353, I'd like to be able to create a sidebar widget that is context aware to which file/folder is currently selected in the project view - when the selected file changes then the sidebar widget updates. Not for sure what is needed allow for the sidepanel widget to context aware...
Is your feature request related to a problem? The challenge I'm trying to solve is capturing the relationships of files in a project quickly via a sidepanel widget at the project level
Are any alternative solutions acceptable? Folders sort of work, but not really due to the potential complexity of the relationships.
Additional Information: I'm looking to create a plugin that would generate a flow chart of sorts based upon the file selected. With the recent container/archive support (containers make me thing of docker 🙃 ), I'd like to make a chart showing the relationships between the files. Yes, this can be done using folders but I don't want to rely on folders for that. I also envision being able to link files together in additional ways outside of what some of the metadata already captures by building on top of the the project metadata feature to capture these relationships (think zip -> encrypted file -> decrypted file or X exe sideloads Y dll) and then using the flowchart feature in a sidepanel widget to quickly show those relationships.
Long term goal would be to add a more robust note taking feature at the bndb level that I can access at the project level via the above plugin idea that I can then say "Generate report for this set of files".