Concordium / concordium-governance-committee-voting

This repository holds the components required to facilitate elections for the Concordium governance committee
Apache License 2.0
3 stars 8 forks source link

[Guardian app] Add documentation explaining how to clean up after uninstalling the application #85

Closed soerenbf closed 7 months ago

soerenbf commented 7 months ago

Task description As part of the ceremony performed by guardians through the guardian application, sensitive data is stored on disk on the host machine. This is not automatically removed (at least for macOS and linux) upon uninstallation, thus we should provide documentation on how to do this.

This documentation should be accessible where the user reads about the use of the guardian application.

Is dependant on the implementation of #45

Platform-specific data location

The location used for storing application data is the bundle ID of the application: com.concordium.guardian.., e.g. com.concordium.com.testnet.1234.0. This is prefixed by a platform-specific location:

Documentation: https://tauri.app/v1/api/js/path/#appdatadir

soerenbf commented 7 months ago

This is a preliminary solution to #83