Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 23 additions & 1 deletion se.ecms.planning.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
},
"status": {
"optional": true,
"enum": ["todo", "started", "done"]
"enumReference": "core://assignment-statuses"
}
},
"meta": [
Expand Down Expand Up @@ -305,6 +305,28 @@
"flash": {},
"editorial-info": {}
}
},
{
"name": "Assignment statuses",
"description": "Statuses used to describe what stage the work with an assignment has reached.",
"declare": "core://assignment-statuses",
"values": {
"todo": {
"description": "Pending task"
},
"en-route": {
"description": "Used when we want to communicate that a journalist/photographer is on the way"
},
"started": {
"description": "Work has started / photographer is at the scene"
},
"finished": {
"description": "Work has finished, but we still might be waiting for deliverables to arrive or be approved"
},
"done": {
"description": "Everything is done, no more deliverables forthcoming for the assignment"
}
}
}
]
}