feat(FE-170,174,175): implement approval steps in RecordingForm and remove unused form step status

This commit is contained in:
rstubryan
2025-11-12 23:12:22 +07:00
parent e2249cf73a
commit 47262adaf1
3 changed files with 326 additions and 84 deletions
+15
View File
@@ -10,3 +10,18 @@ export const PROJECT_FLOCK_APPROVAL_LINE: ApprovalLine = [
step_name: 'Aktif',
},
] as const;
export const RECORDING_APPROVAL_LINE: ApprovalLine = [
{
step_number: 1,
step_name: 'Grading-Telur',
},
{
step_number: 2,
step_name: 'Pengajuan',
},
{
step_number: 3,
step_name: 'Disetujui',
},
] as const;