Skip to content

refactor : MyPage 상태 관리 및 로직 분리 개선#212

Merged
minsu0707 merged 1 commit intodevelopfrom
feature/211-마이페이지-성능-최적화
Jan 20, 2026

Hidden character warning

The head ref may contain hidden characters: "feature/211-\ub9c8\uc774\ud398\uc774\uc9c0-\uc131\ub2a5-\ucd5c\uc801\ud654"
Merged

refactor : MyPage 상태 관리 및 로직 분리 개선#212
minsu0707 merged 1 commit intodevelopfrom
feature/211-마이페이지-성능-최적화

Conversation

@minsu0707
Copy link
Copy Markdown
Member

  • MyPage 컴포넌트의 과도한 상태 관리를 개선
  • 분산되어 있던 Modal 상태를 단일 객체로 통합하고 공통 헬퍼 함수로 관리
  • 시간 계산 및 접수 가능 여부 판단 로직을 useRemainingTime 커스텀 훅으로 분리
  • 파생 데이터 및 시간 계산 관련 state와 useEffect 제거
  • 컴포넌트 책임을 UI 렌더링 중심으로 축소하여 가독성과 유지보수성 향상

@minsu0707 minsu0707 self-assigned this Jan 20, 2026
@minsu0707 minsu0707 linked an issue Jan 20, 2026 that may be closed by this pull request
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Jan 20, 2026

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.

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


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.

@minsu0707 minsu0707 merged commit c34c5c8 into develop Jan 20, 2026
2 checks passed
@minsu0707 minsu0707 deleted the feature/211-마이페이지-성능-최적화 branch January 20, 2026 00:56
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