Skip to content

[fix] 백경극예술연구회 정보 수정 - #1971

Merged
seongwon030 merged 1 commit into
develop-fefrom
fix/#1970-baekgyeong-club-room-MOA-1077
Aug 31, 2026
Merged

[fix] 백경극예술연구회 정보 수정#1971
seongwon030 merged 1 commit into
develop-fefrom
fix/#1970-baekgyeong-club-room-MOA-1077

Conversation

@seongwon030

@seongwon030 seongwon030 commented Aug 31, 2026

Copy link
Copy Markdown
Member

#️⃣연관된 이슈

closes #1970

📝작업 내용

백경극예술연구회의 동아리방 호실이 실제와 다르게 표시되어 수정했습니다.

  • frontend/src/constants/clubLocation.tsdetailLocation301호302호로 수정 (1줄)

변경 이유 — 한울관(E31) 301호로 표시되고 있으나 실제 동아리방은 302호입니다.

영향 범위 — 학생용 화면 2곳입니다.

  • 동아리 상세 페이지 프로필 카드 (ClubProfileCard.tsx:133)
  • 동아리 상세 페이지 지도 하단 위치 텍스트 (ClubDetailPage.tsx:211)

좌표(lat/lng)와 building(한울관 E31)은 같은 건물 내 호실 변경이라 그대로 뒀습니다. 지도 핀 위치는 변하지 않습니다. 관리자 화면·API·백엔드에는 영향이 없습니다(동아리방 위치는 프론트엔드 상수라 서버 저장 값이 없습니다).

검증 방법 — 백경극예술연구회 상세 페이지에서 프로필 카드와 지도 하단 위치 텍스트가 모두 한울관(E31) 302호로 표시되는지 확인.

🫡 참고사항

  • 동아리방 위치는 현재 프론트엔드 하드코딩 상수이고, 동아리 이름 문자열로 매칭합니다(ClubDetailPage.tsx:150). 그래서 값을 고치려면 배포가 필요하고, 동아리 이름이 바뀌면 매칭이 끊겨 지도 섹션이 조용히 사라집니다.
  • 백엔드 Club 엔티티에 위치 필드를 추가하고 관리자 설정 UI로 빼는 작업, 그리고 이름 매칭을 clubId 매칭으로 바꾸는 작업은 별도 이슈로 진행할 예정입니다.

Summary by CodeRabbit

  • 버그 수정
    • ‘백경극예술연구회’ 동아리의 상세 위치를 301호에서 302호로 수정했습니다.

@seongwon030 seongwon030 self-assigned this Aug 31, 2026
@vercel

vercel Bot commented Aug 31, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
moadong Ready Ready Preview Aug 31, 2026 8:09am

@github-actions github-actions Bot added the 💻 FE Frontend label Aug 31, 2026
@coderabbitai

coderabbitai Bot commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 6b3cdc04-65bc-47e4-9075-721b8cc071f1

📥 Commits

Reviewing files that changed from the base of the PR and between d48ef75 and 8ac06f5.

📒 Files selected for processing (1)
  • frontend/src/constants/clubLocation.ts

Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review.


Walkthrough

백경극예술연구회의 동아리방 호실 표시값을 301호에서 302호로 변경했습니다. 건물과 좌표 값은 변경하지 않았습니다.

Changes

동아리방 위치 수정

Layer / File(s) Summary
동아리방 호실 상수 수정
frontend/src/constants/clubLocation.ts
백경극예술연구회의 detailLocation 값을 302호로 변경했습니다.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to 8ac06

This localized change corrects the club room displayed in two student-facing locations without changing map coordinates or backend behavior. No actionable merge-blocking risk remains after normal checks and review.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Linked Issues check ✅ Passed 직접 연결된 이슈 [#1970]의 요구사항을 충족합니다. frontend/src/constants/clubLocation.ts에서 백경극예술연구회의 detailLocation301호에서 302호로 변경했고, 좌표와 건물 정보는 유지했습니다.
Out of Scope Changes check ✅ Passed 변경 사항은 연결된 이슈 [#1970]의 범위에 포함됩니다. 관련 상수의 호실 값만 수정했으며, 관리자 화면·API·백엔드 등 범위를 벗어난 변경은 없습니다.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 1…
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed 제목은 수정 대상 동아리와 정보 수정 목적을 정확히 나타냅니다. 변경 내용은 동아리방 호실 수정이므로 제목의 범위도 변경 사항과 일치합니다.
Full details: Docstring Coverage

Explanation

No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 1 files.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/#1970-baekgyeong-club-room-MOA-1077

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.

@seongwon030 seongwon030 changed the title [fix] MOA-1077 백경극예술연구회 동아리방 호실 정보 수정 [fix] 백경극예술연구회 정보 수정 Aug 31, 2026
@seongwon030 seongwon030 removed the 💻 FE Frontend label Aug 31, 2026
@github-actions

Copy link
Copy Markdown

✅ UI 변경사항 없음

구분 링크
📖 Storybook https://67904e61c16daa99a63b44a7-iorkyrahll.chromatic.com/

전체 172개 스토리 · 64개 컴포넌트

@github-actions github-actions Bot added the 💻 FE Frontend label Aug 31, 2026
@seongwon030
seongwon030 merged commit 245aa5f into develop-fe Aug 31, 2026
8 checks passed
@seongwon030
seongwon030 deleted the fix/#1970-baekgyeong-club-room-MOA-1077 branch August 31, 2026 08:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

💻 FE Frontend

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant