From 900ecd6cb2db2d0740f4271ac03ceff9d333e411 Mon Sep 17 00:00:00 2001 From: Jorran de Wit <jorrandewit@outlook.com> Date: Mon, 16 Oct 2017 21:45:08 +0200 Subject: [PATCH] Update work log types --- production/constants.py | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/production/constants.py b/production/constants.py index 8c7f309dc..4ccf1bdae 100644 --- a/production/constants.py +++ b/production/constants.py @@ -49,9 +49,17 @@ PROOFS_STATUSES = ( ) PRODUCTION_OFFICERS_WORK_LOG_TYPES = ( - ('Production: Production Officer tasks', 'Production Officer tasks'), + ('Production: Proofs have been produced', 'Proofs have been produced'), + ('Production: Corrections implemented', 'Corrections implemented'), + ('Production: Cited people have been notified/invited to SciPost', + 'Cited people have been notified/invited to SciPost'), ) PRODUCTION_ALL_WORK_LOG_TYPES = ( ('Production: Supervisory tasks', 'Supervisory tasks'), - ('Production: Production Officer tasks', 'Production Officer tasks'), + ('Production: Paper has been published', 'Paper has been published'), + ('Maintaince: Metadata has been updated', 'Metadata has been updated'), + ('Production: Proofs have been produced', 'Proofs have been produced'), + ('Production: Corrections implemented', 'Corrections implemented'), + ('Production: Cited people have been notified/invited to SciPost', + 'Cited people have been notified/invited to SciPost'), ) -- GitLab