mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
feat(FE-Storyless): add approval workflows for project flocks and recordings
This commit is contained in:
@@ -225,3 +225,36 @@ export const RECORDING_FLAG_OPTIONS = [
|
|||||||
{ label: 'Ayam Culling', value: 'Culling' },
|
{ label: 'Ayam Culling', value: 'Culling' },
|
||||||
{ label: 'Ayam Mati', value: 'Mati' },
|
{ label: 'Ayam Mati', value: 'Mati' },
|
||||||
];
|
];
|
||||||
|
|
||||||
|
export const APPROVAL_WORKFLOWS = [
|
||||||
|
{
|
||||||
|
key: 'PROJECT_FLOCKS',
|
||||||
|
steps: [
|
||||||
|
{
|
||||||
|
step_number: 1,
|
||||||
|
step_name: 'Pengajuan',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
step_number: 2,
|
||||||
|
step_name: 'Aktif',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 'RECORDINGS',
|
||||||
|
steps: [
|
||||||
|
{
|
||||||
|
step_number: 1,
|
||||||
|
step_name: 'Grading-Telur',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
step_number: 2,
|
||||||
|
step_name: 'Pengajuan',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
step_number: 3,
|
||||||
|
step_name: 'Disetujui',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user