Update glossary (#20954)

* Update glossary

+ term Watcher
+ term Calculated value
+ term Weighted item list

* Update README.md

* Update docs/glossary/README.md

Co-authored-by: Maya Berdygylyjova <MayaBerd@users.noreply.github.com>

* Update docs/glossary/README.md

Co-authored-by: Maya Berdygylyjova <MayaBerd@users.noreply.github.com>

* Update README.md

---------

Co-authored-by: Maya Berdygylyjova <MayaBerd@users.noreply.github.com>
This commit is contained in:
corinnaguenther
2025-11-06 13:34:08 +01:00
committed by GitHub
parent 4392527ee4
commit d2fcef8c9b
+12
View File
@@ -93,6 +93,10 @@ A board in OpenProject is a view that allows you to see your work packages as ca
## C
### Calculated value
A Calculated value is a [project attribute](#project-attribute) in OpenProject and available as an [Enterprise add-on](#enterprise-add-on). It enables automatic computations based on formulas using numeric project attributes. This is very helpful for project scoring and evaluation. [Read more about calculated values in our system admin guide](../system-admin-guide/projects/project-attributes/#calculated-value-project-attribute-enterprise-add-on).
### CAPTCHA
A CAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart) is a security mechanism used on websites to determine whether the user is a human or a bot. OpenProject offers [reCAPTCHA](../system-admin-guide/authentication/recaptcha/) and [Cloudflare Turnstile](../system-admin-guide/authentication/recaptcha/#cloudflare-turnstile-configuration) that system administrators can configure for their instance.
@@ -495,6 +499,14 @@ Versions in OpenProject are defined as an attribute for [work packages](#work-pa
## W
### Watcher
In OpenProject, a watcher is a [user](#user) who receives [notifications](#notifications) about updates or changes to a specific [work package](#work-package), even if they are not the assignee or the accountable. Watching a work package helps users stay informed about its progress, comments, or status changes without actively participating in the task. Users can choose to watch a work package themselves or be added as watchers by other project members with sufficient permissions.
### Weighted item list
In OpenProject, a Weighted item list can be used both as a [custom field](#custom-field) and as a [project attribute](#project-attribute) and is available as an [Enterprise add-on](#enterprise-add-on). It allows adding items as a hierarchy, together with underlying numerical values. This can be helpful for project evaluation, but also used for other purposes.
### Widget
A widget in OpenProject is defined as a small and customizable element that provides relevant information at a glance. Use widgets on your [My page](#my-page) dashboard or on the [project overview](#project-overview). [See all available project overview widgets](../user-guide/project-overview/#available-project-overview-widgets) and read [how to add a widget to the project overview](../user-guide/project-overview/#widgets).