Skip to content

Commit

Permalink
slight rephrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
hotzenklotz committed Jul 6, 2023
1 parent 2686bde commit e5b0764
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions frontend/javascripts/admin/statistic/open_tasks_report_view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,12 @@ class OpenTasksReportView extends React.PureComponent<{}, State> {
<div className="container">
<h3>Available Task Assignments</h3>
<Typography.Paragraph type="secondary">
This list provides an overview of all users and any potential projects and task
assignments that they may qualify for. Task availibity for each user is determined by
criteria such as assigned user experiences, team memberships, the number of pending task
instances, etc. Each task is only assigned to a user once.
Select a team to show an overview of its users and the number of available task assigments
they qualify for. Task availability for each user is determined by assigned experiences,
team memberships, the number of pending task instances, etc. For tasks with multiple
instances, each user will get at most one. Note that individual tasks may be listed as
available to multiple users here, but each will only be handed to the first user to
request it.
<a
href="https://docs.webknossos.org/webknossos/tasks.html"
target="_blank"
Expand Down

0 comments on commit e5b0764

Please sign in to comment.