OWASP / threat-dragon

An open source threat modeling tool from OWASP
https://owasp.org/www-project-threat-dragon/
Apache License 2.0
919 stars 248 forks source link

View multiple diagrams #458

Open jgadsden opened 2 years ago

jgadsden commented 2 years ago

Describe what problem your feature request solves Some projects have more than one diagram, but only one can be viewed at any one time

Describe the solution you'd like provide ability to view multiple diagrams at the same time

Additional context User request "Can I open multiple diagrams in their own windows so that I can see them side by side? We have up to 4 diagrams"

jgadsden commented 1 year ago

We are unlikely to implement this - it requires a restructuring of the application that we do not have the contributors for.

A workaround is to open multiple tabs (if using the web application) viewing the same project. This workaround will not work with the desktop application though.

exoosh commented 3 months ago

I was just about to type up a feature request ticket for this, but I guess no need.

Anyway, I was wondering if it'd be possible to expose the backend locally when running the desktop app. As I understand it this is Electron and thus just an embellished browser engine with node.js and some extras, right? Can't the app expose the backend part so that instead of the browser built into the desktop app I could use "any" browser installed on the same system and therefore use the tab workaround you mention?

Just thinking out loud. I am not acquainted enough with Electron beyond the absolute basics.

jgadsden commented 3 months ago

If there is interest in this feature then it certainly can be reopened @exoosh