Work on workflows table
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
[
|
||||
{
|
||||
"id": "kajhfakscbka-asacaca-acawesae",
|
||||
"name": "name-1",
|
||||
"name": "English Exam 1st Quarter 2025",
|
||||
"modules": [
|
||||
"reading",
|
||||
"writing"
|
||||
],
|
||||
"status": "pending",
|
||||
"approvers": "prof-1",
|
||||
"steps": [
|
||||
{
|
||||
"stepType": "form-intake",
|
||||
@@ -67,5 +66,79 @@
|
||||
"assigneesType": "corporate"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "aaaaaakscbka-asacaca-acawesae",
|
||||
"name": "English Exam 2nd Quarter 2025",
|
||||
"modules": [
|
||||
"reading",
|
||||
"writing",
|
||||
"level",
|
||||
"speaking",
|
||||
"listening"
|
||||
],
|
||||
"status": "approved",
|
||||
"steps": [
|
||||
{
|
||||
"stepType": "form-intake",
|
||||
"stepNumber": 1,
|
||||
"completed": true,
|
||||
"completedBy": "Prof. X",
|
||||
"assignees": [
|
||||
"Prof. X",
|
||||
"Prof. Y",
|
||||
"Prof. Z"
|
||||
],
|
||||
"assigneesType": "teacher"
|
||||
},
|
||||
{
|
||||
"stepType": "approval-by",
|
||||
"stepNumber": 2,
|
||||
"completed": true,
|
||||
"completedBy": "Prof. Y",
|
||||
"assignees": [
|
||||
"Prof. X",
|
||||
"Prof. Y",
|
||||
"Prof. Z"
|
||||
],
|
||||
"assigneesType": "teacher"
|
||||
},
|
||||
{
|
||||
"stepType": "approval-by",
|
||||
"stepNumber": 3,
|
||||
"completed": true,
|
||||
"completedBy": "Prof. Y",
|
||||
"assignees": [
|
||||
"Prof. X",
|
||||
"Prof. Y",
|
||||
"Prof. Z"
|
||||
],
|
||||
"assigneesType": "teacher"
|
||||
},
|
||||
{
|
||||
"stepType": "approval-by",
|
||||
"stepNumber": 4,
|
||||
"completed": true,
|
||||
"completedBy": "Prof. Y",
|
||||
"assignees": [
|
||||
"Prof. X",
|
||||
"Prof. Y",
|
||||
"Prof. Z"
|
||||
],
|
||||
"assigneesType": "teacher"
|
||||
},
|
||||
{
|
||||
"stepType": "approval-by",
|
||||
"stepNumber": 5,
|
||||
"completed": true,
|
||||
"completedBy": "Prof. Y",
|
||||
"assignees": [
|
||||
"Dir. X",
|
||||
"Dir. Y",
|
||||
"Dir. Z"
|
||||
],
|
||||
"assigneesType": "corporate"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user