Open aranca2504 opened 6 months ago
These are important questions, thanks for asking!
I think it's best if I explain how the extension works and what the extension does with data in more detail: The extension is a javascript bundle that is once downloaded when installed into vscode. After that point, it is a complete offline extension and doesn't use any cache, storage or network connectivity. The extension runs inside a sandbox environment and vscode is handling the file access. The locally running extension receives the file and displays it.
This extension has a second mode, where it can run as a webpage: niivue.github.io/niivue-vscode/ For that case the data handling is identical. When the page is opened, a javascript bundle with the app is loaded. Then, the app does all the processing offline by itself. Data access is via the file handler of the browser. No storing or sending of any data. The webpage is a progressive web app, and can be used offline after installing (this is currently only supported by google chrome)
Logging: The extension does no logging at all, but the underlying base niivue library does a tiny amount of hardware logging. This is written as javascript log: I don't think vscode does store it, but I'm not sure about that.
If anything is unclear, or you think could be improved, please don't hesitate to tell me ;)
Maybe it would be good to add a Data Privacy explanation with the most important points to the Extension Manual.
All cudos for performance and the base capabilities of the viewer library go to Chris Rorden and his team working on the Niivue base.
Thanks for answering! Everything clear now. And absolutely, adding a Data Privacy section to the manual is a great idea. Thanks again!
Yo! I'm using the image viewer and I'm impressed by its performance. Congratulations on creating such an excellent viewer! Given that we handle sensitive patient data, I'd be grateful if you could answer these questions:
Thank you very much in advance! Arnau