Skip to content

[Feat] 관리자 산 정보 및 맛집 관리 기능 추가#273

Merged
howooyeon merged 2 commits into
developfrom
feat/#268-admin-mountain
Jul 25, 2026
Merged

[Feat] 관리자 산 정보 및 맛집 관리 기능 추가#273
howooyeon merged 2 commits into
developfrom
feat/#268-admin-mountain

Conversation

@howooyeon

@howooyeon howooyeon commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

🧾 요약

  • 관리자가 산 정보(이름, 주소, 난이도, 이미지 등)와 맛집 정보를 관리할 수 있는 기능 추가

🔗 이슈

✨ 변경 내용

  • Mountain 엔티티에 정보 수정, 이미지 수정, 공개/비공개 메서드 추가
  • Restaurant, RestaurantSection 엔티티에 생성/수정 메서드 추가
  • 관리자 산 정보 수정 API (PUT /api/admin/mountains/{id})
  • 관리자 산 공개/비공개 API (PATCH /api/admin/mountains/{id}/visibility)
  • 맛집 섹션 CRUD API (POST/PUT/DELETE /api/admin/restaurant-sections)
  • 맛집 CRUD API (POST/PUT/DELETE /api/admin/restaurants)

✅ 확인

  • 빌드 OK
  • 테스트 OK

@coderabbitai

coderabbitai Bot commented Jul 25, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro Plus

Run ID: bfcae406-0541-4ccd-b3bd-c0a458b78b10

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/#268-admin-mountain

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@SEMOSAN SEMOSAN deleted a comment from gemini-code-assist Bot Jul 25, 2026
@howooyeon
howooyeon merged commit 218dac8 into develop Jul 25, 2026
3 checks passed
@howooyeon howooyeon self-assigned this Jul 25, 2026
@howooyeon howooyeon added the enhancement New feature or request label Jul 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[feat] 산 정보 관리 기능 (사진, 내용 CRUD)

1 participant