diff --git a/production/constants.py b/production/constants.py index 8c7f309dc63976aa7c03dca48b7b41fc61380a3f..4ccf1bdaefdfa92e78c14e6269a9e6020ec1e78f 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'), )