feat: Dashboard API 구현
- DashboardService: summary(), charts(), approvals() 메서드 구현 - DashboardController: 3개 엔드포인트 (summary, charts, approvals) - FormRequest: DashboardChartsRequest, DashboardApprovalsRequest - Swagger: DashboardApi.php 문서 작성 - i18n: dashboard 관련 메시지 키 추가 - 라우트: /api/v1/dashboard/* 엔드포인트 등록 Phase 2 대시보드(3.3) 완료
This commit is contained in:
@@ -25,4 +25,4 @@ public function messages(): array
|
||||
'limit.max' => __('error.validation.max', ['max' => 50]),
|
||||
];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -24,4 +24,4 @@ public function messages(): array
|
||||
'period.in' => __('error.dashboard.invalid_period'),
|
||||
];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user