Updated the UCD

This commit is contained in:
Francesco Mangiacrapa 2023-02-20 10:51:06 +01:00
parent 905e12d067
commit 56ca60f177
1 changed files with 4 additions and 26 deletions

View File

@ -442,37 +442,15 @@
"display_on_phase": []
},
{
"id": "submit_for_review",
"title": "Submit for Review",
"id": "publish",
"title": "Publish the Project",
"call_STEPS": [
"SUBMIT-FOR-REVIEW"
"PUBLISH"
],
"description": "Submit the Project (for review)",
"description": "Publish the Project",
"display_on_phase": [
"DRAFT"
]
},
{
"id": "reject",
"title": "Reject",
"call_STEPS": [
"REJECT-DRAFT"
],
"description": "Reject the Project",
"display_on_phase": [
"Pending Approval"
]
},
{
"id": "approve",
"title": "Approve",
"call_STEPS": [
"APPROVE-SUBMITTED"
],
"description": "Approve the Project",
"display_on_phase": [
"Pending Approval"
]
}
]
}