Line 11: |
Line 11: |
| * ''User''<br> | | * ''User''<br> |
| ** '''user.total'''<br>Total number of existing objects. | | ** '''user.total'''<br>Total number of existing objects. |
| + | ** '''user.passive'''<br>Number of unique users who are authenticated and subscribed to server events. |
| + | ** '''user.active'''<br>Number of unique users who are authenticated, subscribed to server events and hit at least one object (stats ''created'', ''updated'', ''deleted'' or ''viewed'' changed at least once). |
| + | ** '''user.effective'''<br>Number of unique users who are authenticated, subscribed to server events and made at least one object correction (stats ''created'', ''updated'' or ''deleted''). |
| + | |
| ** '''user.created'''<br>Number of created objects. | | ** '''user.created'''<br>Number of created objects. |
| + | ** '''user.updated'''<br>Number of updated objects. |
| ** '''user.deleted'''<br>Number of deleted objects. | | ** '''user.deleted'''<br>Number of deleted objects. |
− | ** '''user.active'''<br>Number of unique users that take part in regular server interactions, i.e., authenticated and subscribed to server events. | + | ** '''user.viewed'''<br>Number of views. |
− | ** '''user.effective'''<br>Number of ''active'' users that hit at least one object.
| |
− | ** '''user.hits'''<br>Number of direct object accesses.
| |
| | | |
| * ''Context''<br> | | * ''Context''<br> |
Line 22: |
Line 25: |
| ** '''context.content'''<br>Number of content among ''context.total''. | | ** '''context.content'''<br>Number of content among ''context.total''. |
| ** '''context.projects'''<br>Number of projects among ''context.total''. | | ** '''context.projects'''<br>Number of projects among ''context.total''. |
| + | ** '''context.active'''<br>Number of unique contexts involved, directly or indirectly, in users' interactions. |
| ** '''context.created'''<br>Number of created objects. | | ** '''context.created'''<br>Number of created objects. |
| + | ** '''context.updated'''<br>Number of updated objects. |
| ** '''context.deleted'''<br>Number of deleted objects. | | ** '''context.deleted'''<br>Number of deleted objects. |
− | ** '''context.active'''<br>Number of unique contexts involved, directly or indirectly, in users' interactions. | + | ** '''context.viewed'''<br>Number of views. |
− | ** '''context.hits'''<br>Number of direct object accesses.
| + | ** '''context.released'''<br>Number of newly uploaded ''Implementations'' with new versions. |
− | ** '''context.updated'''<br>Number of newly uploaded ''Implementations'' with new versions. | |
| ** '''context.failed'''<br>Number of newly uploaded fail ''Reports''. | | ** '''context.failed'''<br>Number of newly uploaded fail ''Reports''. |
| ** '''context.downloaded'''<br>Number of ''Implementation'' downloads. | | ** '''context.downloaded'''<br>Number of ''Implementation'' downloads. |
Line 35: |
Line 39: |
| ** '''review.artifacts'''<br>How many ''Artifact'' reviews among ''context.total''. | | ** '''review.artifacts'''<br>How many ''Artifact'' reviews among ''context.total''. |
| ** '''review.created'''<br>Number of created objects. | | ** '''review.created'''<br>Number of created objects. |
| + | ** '''review.updated'''<br>Number of updated objects. |
| ** '''review.deleted'''<br>Number of deleted objects. | | ** '''review.deleted'''<br>Number of deleted objects. |
− | ** '''review.hits'''<br>Number of direct object accesses. | + | ** '''review.viewed'''<br>Number of views. |
| ** '''review.commented'''<br>Number of new comments. | | ** '''review.commented'''<br>Number of new comments. |
| | | |
Line 46: |
Line 51: |
| ** '''feedback.solutions'''<br>Objects among ''feedback.total'' that have ''Solutions'' assigned. | | ** '''feedback.solutions'''<br>Objects among ''feedback.total'' that have ''Solutions'' assigned. |
| ** '''feedback.created'''<br>Number of created objects. | | ** '''feedback.created'''<br>Number of created objects. |
| + | ** '''feedback.updated'''<br>Number of updated objects. |
| ** '''feedback.deleted'''<br>Number of deleted objects. | | ** '''feedback.deleted'''<br>Number of deleted objects. |
− | ** '''feedback.hits'''<br>Number of direct object accesses. | + | ** '''feedback.viewed'''<br>Number of views. |
| ** '''feedback.solved'''<br>Number of assigned ''Solutions''. | | ** '''feedback.solved'''<br>Number of assigned ''Solutions''. |
| ** '''feedback.rejected'''<br>Number of rejected ''Solutions''. | | ** '''feedback.rejected'''<br>Number of rejected ''Solutions''. |
Line 55: |
Line 61: |
| ** '''solution.total'''<br>Total number of existing objects. | | ** '''solution.total'''<br>Total number of existing objects. |
| ** '''solution.created'''<br>Number of created objects. | | ** '''solution.created'''<br>Number of created objects. |
| + | ** '''solution.updated'''<br>Number of updated objects. |
| ** '''solution.deleted'''<br>Number of deleted objects. | | ** '''solution.deleted'''<br>Number of deleted objects. |
− | ** '''solution.hits'''<br>Number of direct object accesses. | + | ** '''solution.viewed'''<br>Number of views. |
| ** '''solution.commented'''<br>Number of new comments. | | ** '''solution.commented'''<br>Number of new comments. |
| | | |
Line 62: |
Line 69: |
| ** '''artifact.total'''<br>Total number of existing objects. | | ** '''artifact.total'''<br>Total number of existing objects. |
| ** '''artifact.created'''<br>Number of created objects. | | ** '''artifact.created'''<br>Number of created objects. |
| + | ** '''artifact.updated'''<br>Number of updated objects. |
| ** '''artifact.deleted'''<br>Number of deleted objects. | | ** '''artifact.deleted'''<br>Number of deleted objects. |
− | ** '''artifact.hits'''<br>Number of direct object accesses. | + | ** '''artifact.viewed'''<br>Number of views. |
| ** '''artifact.downloaded'''<br>Number of downloads. | | ** '''artifact.downloaded'''<br>Number of downloads. |
| | | |