SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 900ecd6c authored by Jorran de Wit's avatar Jorran de Wit
Browse files

Update work log types

parent 3b68b5a3
No related branches found
No related tags found
No related merge requests found
......@@ -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'),
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment