work on non editable approval workflow steps view

This commit is contained in:
Joao Correia
2025-01-21 20:42:03 +00:00
parent 48187fc7f2
commit 73e2e95449
8 changed files with 155 additions and 42 deletions

View File

@@ -18,7 +18,8 @@
"Prof. X",
"Prof. Y",
"Prof. Z"
]
],
"assigneesType": "teacher"
},
{
"stepType": "approval-by",
@@ -29,7 +30,8 @@
"Prof. X",
"Prof. Y",
"Prof. Z"
]
],
"assigneesType": "teacher"
},
{
"stepType": "approval-by",
@@ -39,7 +41,8 @@
"Prof. X",
"Prof. Y",
"Prof. Z"
]
],
"assigneesType": "teacher"
},
{
"stepType": "approval-by",
@@ -49,17 +52,19 @@
"Prof. X",
"Prof. Y",
"Prof. Z"
]
],
"assigneesType": "teacher"
},
{
"stepType": "approval-by",
"stepNumber": 5,
"completed": false,
"assignees": [
"Prof. X",
"Prof. Y",
"Prof. Z"
]
"Dir. X",
"Dir. Y",
"Dir. Z"
],
"assigneesType": "corporate"
}
]
}