Skip to content

[fix] 일반 사용자 산 상세조회 비공개 산 필터링 누락 #294

Description

@howooyeon

📖 작업 개요

  • 일반 사용자 산 상세조회 API에서 비공개 산이 필터링되지 않는 문제 수정 — ID를 알면 비공개 산도 조회 가능한 상태

🧩 작업 내용

  • MountainService.findMountainById에 isPublic 검증 추가
  • 비공개 산 상세조회 시 적절한 에러 응답 반환
  • 관리자 API(AdminMountainService)는 기존대로 비공개 산 조회 가능하도록 유지

📱 관련 화면 / 기능

  • 지도
  • 등산 기록
  • 코스 추천
  • 커뮤니티
  • 기타: 산 상세 조회

💬 기타 사항

  • 목록 조회(searchByKeyword, findByIsPublicTrue)는 isPublic=true 필터링이 적용되어 있음
  • 상세조회만 findById를 사용하여 비공개 산 접근이 가능한 상태

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions