From e9d4efda637abc2882af4f499d1b312f33d7f349 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sun, 14 Feb 2021 22:40:17 +1100 Subject: [PATCH 1/2] Add app privacy statement --- docs/app/app.md | 8 ++++++++ docs/app/privacy.md | 47 +++++++++++++++++++++++++++++++++++++++++++++ mkdocs.yml | 3 +++ 3 files changed, 58 insertions(+) create mode 100644 docs/app/app.md create mode 100644 docs/app/privacy.md diff --git a/docs/app/app.md b/docs/app/app.md new file mode 100644 index 0000000..c5013f4 --- /dev/null +++ b/docs/app/app.md @@ -0,0 +1,8 @@ +--- +title: InvenTree Mobile App +--- + +## InvenTree Mobile App + +!!! note "Work In Progress" + InvenTree app documentation will be available soon. \ No newline at end of file diff --git a/docs/app/privacy.md b/docs/app/privacy.md new file mode 100644 index 0000000..93a2783 --- /dev/null +++ b/docs/app/privacy.md @@ -0,0 +1,47 @@ +--- +title: Privacy Statement +--- + +## InvenTree App Privacy Policy + +The InvenTree mobile app requires some extra permissions for complete functionality. Additionally, some user information is stored locally on the device where the app is installed. + +## Data Collection + +### User Profiles + +The InvenTree app requires the user to enter profile data to connect with an InvenTree server: + +- Server address +- Account username +- Account password + +Profile data is stored locally on the device, and can be deleted by the user if they wish. Profile data is only used for connection with an InvenTree server. + +### Camera Permissions + +The InvenTree app requires permission to access the device camera for the following purposes: + +- Scanning barcode data +- Taking pictures with the device camera for upload to connected InvenTree server + +Pictures taken in the InvenTree app are not stored or distributed to any other services. + +## Personal Information + +The InvenTree app does not collect any personal information about the user(s) of the device onto which the app is installed. + +## Error Reporting + +Error and crash reporting is handled using the [sentry.io](https://sentry.io) service. When an unexpected error occurs, the user is presented with an option to automatically upload an error report. This is to assist with improving the code quality of the InvenTree app. + +In addition to the specific details of the error (stack trace data), the following context data are included in the error report: + +- **Phone Model** - Information on particular phone model +- **App Version** - App version information + +Note: No personally identifiable information is included in the error report upload. + +## Third Party Access + +Aside from error reporting using the sentry reporting service, the InvenTree app does not share any information with third parties. diff --git a/mkdocs.yml b/mkdocs.yml index 208146e..22f5428 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -90,6 +90,9 @@ nav: - Themes: extend/themes.md - Third-Party: extend/integrate.md - Future Features: extend/future.md + - App: + - App: app/app.md + - Privacy: app/privacy.md # Plugins plugins: From a5c92b479240675e40e9e2094f94f7953f5de2e4 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sun, 14 Feb 2021 22:42:06 +1100 Subject: [PATCH 2/2] Rewording --- docs/app/privacy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/app/privacy.md b/docs/app/privacy.md index 93a2783..3048f79 100644 --- a/docs/app/privacy.md +++ b/docs/app/privacy.md @@ -29,7 +29,7 @@ Pictures taken in the InvenTree app are not stored or distributed to any other s ## Personal Information -The InvenTree app does not collect any personal information about the user(s) of the device onto which the app is installed. +The InvenTree app does not collect any information which could be used to personally identify the user(s) of the device onto which the app is installed. ## Error Reporting