Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Send project overtime time limit emails to project owner #7455

Closed
2 tasks
hotzenklotz opened this issue Nov 23, 2023 · 1 comment · Fixed by #7561
Closed
2 tasks

Send project overtime time limit emails to project owner #7455

hotzenklotz opened this issue Nov 23, 2023 · 1 comment · Fixed by #7561

Comments

@hotzenklotz
Copy link
Member

Detailed Description

Each project can define a time limit for working on an annotation to keep some sort of checks and balances. In case of breaching the time limit, it seems that email notifications are only send to the annotator but not the project owner.
On other words, if you are a slow annotator you might be informed by the system but any project manager will be none the wiser.

Informing the project owner about these irregularities makes sense to me.

See

user <- userService.findOneCached(annotation._user)(GlobalAccessContext)

Context

  • Specific to long-running jobs (set jobsEnabled=true in application.conf)
  • Specific to webknossos.org (set isDemoInstance=true in application.conf)
@hotzenklotz
Copy link
Member Author

Mhm, just realized that there is a overtimeMailingList (part of the organization) that is notified. By default this is empty when creating a new orga. There is also no way to set this in the UI. :-(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants