SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 97cffd9b authored by George Katsikas's avatar George Katsikas :goat:
Browse files

add source files requested as prod stream status

parent e3782414
No related branches found
No related tags found
1 merge request!43Polish up new production page
......@@ -4,6 +4,7 @@ __license__ = "AGPL v3"
PRODUCTION_STREAM_INITIATED = "initiated"
PRODUCTION_STREAM_COMPLETED = "completed"
PROOFS_SOURCE_REQUESTED = "source_requested"
PROOFS_TASKED = "tasked"
PROOFS_PRODUCED = "produced"
PROOFS_CHECKED = "checked"
......@@ -15,6 +16,7 @@ PROOFS_PUBLISHED = "published"
PROOFS_CITED = "cited"
PRODUCTION_STREAM_STATUS = (
(PRODUCTION_STREAM_INITIATED, "New Stream started"),
(PROOFS_SOURCE_REQUESTED, "Source files requested"),
(PROOFS_TASKED, "Supervisor tasked officer with proofs production"),
(PROOFS_PRODUCED, "Proofs have been produced"),
(PROOFS_CHECKED, "Proofs have been checked by Supervisor"),
......
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