mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-04-28 05:36:46 +00:00
Merge pull request #58 from SchrodingersGat/app-docs
Add app privacy statement
This commit is contained in:
commit
c5c07eed41
8
docs/app/app.md
Normal file
8
docs/app/app.md
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
title: InvenTree Mobile App
|
||||||
|
---
|
||||||
|
|
||||||
|
## InvenTree Mobile App
|
||||||
|
|
||||||
|
!!! note "Work In Progress"
|
||||||
|
InvenTree app documentation will be available soon.
|
47
docs/app/privacy.md
Normal file
47
docs/app/privacy.md
Normal file
@ -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 information which could be used to personally identify 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.
|
@ -90,6 +90,9 @@ nav:
|
|||||||
- Themes: extend/themes.md
|
- Themes: extend/themes.md
|
||||||
- Third-Party: extend/integrate.md
|
- Third-Party: extend/integrate.md
|
||||||
- Future Features: extend/future.md
|
- Future Features: extend/future.md
|
||||||
|
- App:
|
||||||
|
- App: app/app.md
|
||||||
|
- Privacy: app/privacy.md
|
||||||
|
|
||||||
# Plugins
|
# Plugins
|
||||||
plugins:
|
plugins:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user