Is your feature request related to a problem? Please describe.
Every time you go into graph it is building a new version from scratch because there is no memory of the last time you or another agent may have been in there. The power of the graph is the ability to see the relationships and by moving objects around you can gain context over the data being visualized. However, you loose that as soon as you navigate away.
Describe the solution you'd like
Several different options, with varying degrees of complexity:
- live draft saving, as you update the graph is stores the current arrangement in either a browser side or server side cache (server preferred, as I often use different browsers on different workstations or VMs). (a reset button would be needed to restore it to default)
- A "save" button that would commit it to the case, versioning, overwrite protection, etc. on the case. However, once you feel comfortable with the layout you want to share it with others and store it to the case as a final artifact of the case.
- A "Google Docs" like live view, real-time publishing the changes through the backend and updating other graphs on other agent screens live. Or, at least like with the other features showing an "update available" in the masthead.
Describe alternatives you've considered
Exporting everything to a different platform to visualize it.
Additional context
N/A
Is your feature request related to a problem? Please describe.
Every time you go into graph it is building a new version from scratch because there is no memory of the last time you or another agent may have been in there. The power of the graph is the ability to see the relationships and by moving objects around you can gain context over the data being visualized. However, you loose that as soon as you navigate away.
Describe the solution you'd like
Several different options, with varying degrees of complexity:
Describe alternatives you've considered
Exporting everything to a different platform to visualize it.
Additional context
N/A