diff --git a/src/installing-from-source.rst b/src/installing-from-source.rst index f023712..7e1a0d3 100644 --- a/src/installing-from-source.rst +++ b/src/installing-from-source.rst @@ -28,9 +28,9 @@ Checking dependencies You need: - `Git `_ -- `Python 3.7 to 3.9 `_, check with :code:`python3 -V` (required to build the core components) -- `Poetry `_, check with :code:`poetry -V` (can be installed like this: :code:`python3 -m pip install poetry`) -- `Node 12 or higher `_, check with :code:`node -v` and :code:`npm -v` (required to build the web UI) +- `Python 3.7 to 3.9 `_, check with :code:`python --version` (required to build the core components) +- `Poetry `_, check with :code:`poetry --version` (can be installed like this: :code:`python3 -m pip install poetry`) +- `Node 12 or higher `_, (recommended to download the LTS version), check with :code:`node --version` and :code:`npm --version` (required to build the web UI) - `Rust nightly `_ (nightly can be installed using :code:`rustup`), check with :code:`rustc -V` and :code:`cargo -V` (for building aw-server-rust) **For Windows users:** diff --git a/src/intended-use-of-activitywatch.rst b/src/intended-use-of-activitywatch.rst new file mode 100644 index 0000000..c67121f --- /dev/null +++ b/src/intended-use-of-activitywatch.rst @@ -0,0 +1,37 @@ +Intended Use of ActivityWatch +============================= + +Here we hope to clarify the founder's designed usage of ActivityWatch. + +.. contents:: + +Vision and Usage of ActivityWatch +--------------------------------- + +The `vision `_ of ActivityWatch has always been for the betterment of the user. +May it be for personal, business, or solely research. + + +Monitoring of Unaware Individuals Using ActivityWatch +----------------------------------------------------- + +In line with ActivityWatch's vision, the users of ActivityWatch should have full consent when they utilize this software. + +Data privacy is a right to each individual, and the use of this program to monitor people without their knowledge will go against the design of ActivityWatch. + + +Employee Monitoring Using ActivityWatch +--------------------------------------- + +The monitoring of employees to check their activities can cause harm to workers and is inline with illegal employee surveillance. + +To accomodate a monitoring feature for enterprises, the ActivityWatch team is currently planning implementations for a new feature (presently called Report) for the program. + + +Report Feature +-------------- + +The ` proposed plans `_ for the Report feature would be a whitelisting system. Users can whitelist activities they deemed private to report, +preventing personal data from being leaked. + +It would also relay the employers with only work-related activities. \ No newline at end of file