Show workspace path in document sidebar ❤️❤️
This is to address the problem we've seen repeatedly but most painfully in a recent project containing lots of long videos that were split into segments so they'd be under 500Mb in size. When a user searched this project and got a hit for a segment, they would be unable to determine where in the workspace that document lives and therefore where they could find the other segments of the same video.
Proposal: If a user has a document open and that document is part of a workspace that that user has access to, the file's path in the workspace should be displayed in the sidebar alongside the dataset location(s). There may be multiple paths for a single workspace and multiple workspaces, so it may be necessary to truncate and expand if the list ges too long. As with dataset location it should be possible to click on any part of the path to get to that location (e.g. enclosing folder).
This feature is likely to have a performance impact, so needs some consideration. Maybe the queries could run and the data lazy load after the document? Or if it's too painful to run automatically could we have a "Show in workspaces" button that executes the queries for that document?
Related #394