Skip to content

Conversation

@ckkim817
Copy link
Member

💡 Issue

📄 Description

  • 어드민 메인 대시보드 조회 API 구현하고, API 연결용 임시 MOCK API들을 추가했습니다. 해당 임시 API들은 추후 삭제할 예정입니다.

@ckkim817 ckkim817 requested a review from Copilot September 11, 2025 14:36
@ckkim817 ckkim817 self-assigned this Sep 11, 2025
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR implements an admin main dashboard API and adds temporary mock APIs for API integration testing. The dashboard displays the count of pending spots for admin monitoring purposes.

  • Implements admin dashboard API to retrieve pending spot counts
  • Adds repository method to count spots by status
  • Creates temporary mock APIs for spots listing and detail views

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
SpotRepository.java Adds count method for spots by status
AdminService.java New service implementing dashboard logic
DashboardResponse.java Response DTO for dashboard data
AdminController.java Adds dashboard endpoint and mock APIs

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@ckkim817 ckkim817 merged commit 218bc1d into develop Sep 11, 2025
1 check passed
@ckkim817 ckkim817 deleted the feat/#120 branch September 11, 2025 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEAT] 어드민 메인 대시보드 조회 API 구현 및 API 연결용 임시 MOCK API 추가

2 participants