Skip to content

chore: firebase 연동 파일 위치 변경#49

Merged
DongEun02 merged 1 commit into
devfrom
feature/config
Jan 25, 2026
Merged

chore: firebase 연동 파일 위치 변경#49
DongEun02 merged 1 commit into
devfrom
feature/config

Conversation

@DongEun02
Copy link
Copy Markdown
Contributor

@DongEun02 DongEun02 commented Jan 25, 2026

1) 작업한 이슈번호

2) 변경 요약 (What & Why)

  • 무엇을 변경했는지: 파일 위치 변경
  • 변경했는지(문제/목표):

3) 스크린샷/동영상 (UI 변경 시)

전/후 비교, 반응형(모바일/데스크톱) 캡쳐

  • Before:
  • After:

4) 상세 변경사항

  • 라우팅/페이지:
  • 컴포넌트:
  • 상태관리:
  • API 호출:
  • 스타일:
  • 기타:

5) 참고사항

Summary by CodeRabbit

Release Notes

  • Refactor
    • 내부 모듈 구조가 재정렬되었습니다. 파일 위치가 변경되었지만 앱의 기능이나 사용자 경험에는 영향이 없습니다.

✏️ Tip: You can customize this high-level summary in your review settings.

@DongEun02 DongEun02 merged commit 5809b2e into dev Jan 25, 2026
1 check was pending
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Jan 25, 2026

Caution

Review failed

The pull request is closed.

📝 Walkthrough

Walkthrough

모듈 임포트 경로를 일관되게 재구성했습니다. useAuthUser를 hooks로 이동, 서비스들을 lib에서 services 디렉토리로 재배치, 상대 경로 임포트를 @/lib/firebase 별칭으로 통합했습니다. 런타임 동작이나 로직은 변경되지 않았습니다.

Changes

결집 / 파일 변경 요약
홈 페이지 및 컴포넌트
app/(with-sidebar)/(home)/page.tsx, components/home/BottomSection.tsx, components/home/CheckList.tsx, components/home/ProfileSection.tsx
useAuthUser 경로 업데이트 (lib/auth/useAuthUser → hooks/useAuthUser); Todo, Profile 서비스 경로 이동 (lib/home/... → services/home/...)
계획 관리 페이지 및 컴포넌트
app/(with-sidebar)/plans/page.tsx, components/plans/PlanSection.tsx
planManageService 경로 통합 (lib/planManageService → services/plans/planManageService.service)
TIL 페이지 및 컴포넌트
app/(with-sidebar)/tils/page.tsx, components/tils/TilCard.tsx
useAuthUser 및 fetchTilList 경로 업데이트 (lib → hooks, lib/tils → services/tils)
서비스 모듈 (db 임포트 통합)
services/home/profileService.service.ts, services/home/todoService.service.ts, services/plans/planManageService.service.ts
Firebase db 임포트를 상대 경로에서 별칭 기반으로 변경 (firebase, ../firebase, ./firebase → @/lib/firebase)

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

Possibly related PRs

  • devflow#44: 계획 관리 모듈 및 컴포넌트 임포트 경로 변경이 PR #44의 planManageService 관련 심볼과 동일 파일을 대상으로 합니다.
  • devflow#43: TIL 페이지와 컴포넌트의 useAuthUser, fetchTilList 임포트 업데이트가 PR #43에서 도입된 동일 파일 및 심볼을 직접 수정합니다.
  • devflow#39: 계획 페이지(app/(with-sidebar)/plans/page.tsx) 임포트 경로 업데이트가 PR #39의 동일 파일을 대상으로 합니다.

Poem

🐰 임포트 경로, 반짝이는 길
lib에서 services로 춤을 춘다네
@/ 별칭이 반겨주고
구조는 정돈, 로직은 그대로
정리된 집을 본 토끼도 웃음짓네 ✨

✨ Finishing touches
  • 📝 Generate docstrings

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 and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant