diff --git a/README.md b/README.md index e7d4f89b..2e0b1ae5 100644 --- a/README.md +++ b/README.md @@ -192,6 +192,27 @@ Email [info@worklenz.com](mailto:info@worklenz.com) to disclose any security vul This project is licensed under the [MIT License](LICENSE). +## Analytics + +Worklenz uses Google Analytics to understand how the application is being used. This helps us improve the application and make better decisions about future development. + +### What We Track +- Anonymous usage statistics +- Page views and navigation patterns +- Feature usage +- Browser and device information + +### Privacy +- Analytics is opt-in only +- No personal information is collected +- Users can opt-out at any time +- Data is stored according to Google's privacy policy + +### How to Opt-Out +If you've previously opted in and want to opt-out: +1. Clear your browser's local storage for the Worklenz domain +2. Or click the "Decline" button in the analytics notice if it appears + ## Screenshots

diff --git a/worklenz-frontend/README.md b/worklenz-frontend/README.md index 02c573fc..46c4a267 100644 --- a/worklenz-frontend/README.md +++ b/worklenz-frontend/README.md @@ -8,6 +8,7 @@ Worklenz is a project management application built with React, TypeScript, and A - [Project Structure](#project-structure) - [Contributing](#contributing) - [Learn More](#learn-more) +- [License](#license) ## Getting Started @@ -93,3 +94,7 @@ To learn more about the technologies used in this project: - [TypeScript Documentation](https://www.typescriptlang.org/docs/) - [Ant Design Documentation](https://ant.design/docs/react/introduce) - [Vite Documentation](https://vitejs.dev/guide/) + +## License + +Worklenz is open source and released under the [GNU Affero General Public License Version 3 (AGPLv3)](LICENSE). diff --git a/worklenz-frontend/index.html b/worklenz-frontend/index.html index 86abad6e..b95b837b 100644 --- a/worklenz-frontend/index.html +++ b/worklenz-frontend/index.html @@ -14,6 +14,81 @@ Worklenz + +