- 환경/라우터 모듈에 approval_flow_v2 토글을 추가하고 FeatureFlags 초기화를 연결 (.env*, lib/core/**) - ApiClient 빌더·ApiRoutes 확장과 ApprovalRepositoryRemote 리팩터링으로 include·액션 시그니처를 정합화 - ApprovalFlow·ApprovalDraft 엔티티/레포/유즈케이스를 도입해 서버 초안과 단계 액션(승인·회수·재상신)을 지원 - Approval 컨트롤러·히스토리·템플릿 페이지와 공유 위젯을 재작성해 감사 로그·회수 UX·템플릿 CRUD를 반영 - Inbound/Outbound/Rental 컨트롤러·페이지에 결재 섹션을 삽입하고 대시보드 pending 카드 요약을 갱신 - SuperportDialog·FormField 등 공통 위젯을 보강하고 승인 위젯 가이드를 추가해 UI 가이드를 정리 - 결재/재고 테스트 픽스처와 단위·위젯·통합 테스트를 확장하고 flutter_test_config로 스테이징 호스트를 허용 - Approval Flow 레포트/플랜 문서를 업데이트하고 ApprovalFlow_System_Integration_and_ChangePlan.md를 추가 - 실행: flutter analyze, flutter test
135 lines
2.8 KiB
JSON
135 lines
2.8 KiB
JSON
{
|
|
"id": 52011,
|
|
"approval_no": "APP-202511120045",
|
|
"transaction": {
|
|
"id": 93010,
|
|
"transaction_no": "OUT-20251112-0003"
|
|
},
|
|
"status": {
|
|
"id": 6,
|
|
"name": "회수",
|
|
"color": "#8B5CF6",
|
|
"is_blocking_next": true,
|
|
"is_terminal": false
|
|
},
|
|
"current_step": null,
|
|
"requester": {
|
|
"id": 88,
|
|
"employee_id": "E20250088",
|
|
"employee_no": "E20250088",
|
|
"name": "오요청"
|
|
},
|
|
"requested_at": "2025-09-20T01:10:00Z",
|
|
"decided_at": "2025-09-20T01:22:30Z",
|
|
"note": "출고 회수 테스트",
|
|
"is_active": true,
|
|
"is_deleted": false,
|
|
"steps": [
|
|
{
|
|
"id": 73011,
|
|
"step_order": 1,
|
|
"status": {
|
|
"id": 1,
|
|
"name": "대기",
|
|
"is_blocking_next": true,
|
|
"is_terminal": false
|
|
},
|
|
"approver": {
|
|
"id": 110,
|
|
"employee_id": "E20250110",
|
|
"employee_no": "E20250110",
|
|
"name": "문검토"
|
|
},
|
|
"assigned_at": "2025-09-20T01:11:00Z",
|
|
"decided_at": null,
|
|
"note": null
|
|
},
|
|
{
|
|
"id": 73012,
|
|
"step_order": 2,
|
|
"status": {
|
|
"id": 1,
|
|
"name": "대기",
|
|
"is_blocking_next": true,
|
|
"is_terminal": false
|
|
},
|
|
"approver": {
|
|
"id": 210,
|
|
"employee_id": "E20250210",
|
|
"employee_no": "E20250210",
|
|
"name": "강팀장"
|
|
},
|
|
"assigned_at": "2025-09-20T01:11:00Z",
|
|
"decided_at": null,
|
|
"note": null
|
|
}
|
|
],
|
|
"histories": [
|
|
{
|
|
"id": 94011,
|
|
"action": {
|
|
"id": 1,
|
|
"name": "상신"
|
|
},
|
|
"from_status": null,
|
|
"to_status": {
|
|
"id": 1,
|
|
"name": "대기",
|
|
"is_blocking_next": true,
|
|
"is_terminal": false
|
|
},
|
|
"approver": {
|
|
"id": 88,
|
|
"employee_id": "E20250088",
|
|
"employee_no": "E20250088",
|
|
"name": "오요청"
|
|
},
|
|
"action_at": "2025-09-20T01:10:00Z",
|
|
"note": null
|
|
},
|
|
{
|
|
"id": 94012,
|
|
"action": {
|
|
"id": 5,
|
|
"name": "회수"
|
|
},
|
|
"from_status": {
|
|
"id": 2,
|
|
"name": "진행중",
|
|
"is_blocking_next": true,
|
|
"is_terminal": false
|
|
},
|
|
"to_status": {
|
|
"id": 6,
|
|
"name": "회수",
|
|
"is_blocking_next": true,
|
|
"is_terminal": false
|
|
},
|
|
"approver": {
|
|
"id": 88,
|
|
"employee_id": "E20250088",
|
|
"employee_no": "E20250088",
|
|
"name": "오요청"
|
|
},
|
|
"action_at": "2025-09-20T01:22:30Z",
|
|
"note": "승인 지연으로 회수"
|
|
}
|
|
],
|
|
"created_at": "2025-09-20T01:10:00Z",
|
|
"updated_at": "2025-09-20T01:22:30Z",
|
|
"visibility": {
|
|
"allowed_roles": [
|
|
"requester"
|
|
],
|
|
"restricted_roles": [
|
|
"pending_approver",
|
|
"external"
|
|
]
|
|
},
|
|
"permissions": {
|
|
"can_recall": false,
|
|
"can_resubmit": true,
|
|
"can_comment": true
|
|
}
|
|
}
|