Skip to content

refactor: Keyring/KeyringBundle 폴더 구조 리팩토링#73

Merged
giljihun merged 3 commits intodevelopfrom
feature/-공통-키링-스케일-통합-관리-시스템-구축
Feb 10, 2026

Hidden character warning

The head ref may contain hidden characters: "feature/-\uacf5\ud1b5-\ud0a4\ub9c1-\uc2a4\ucf00\uc77c-\ud1b5\ud569-\uad00\ub9ac-\uc2dc\uc2a4\ud15c-\uad6c\ucd95"
Merged

refactor: Keyring/KeyringBundle 폴더 구조 리팩토링#73
giljihun merged 3 commits intodevelopfrom
feature/-공통-키링-스케일-통합-관리-시스템-구축

Conversation

@giljihun
Copy link
Member

🎯 PR 내용

키링스케일 시스템 구축 전에, Core/ 쪽에 분산되어있는 Scene 구조를 리팩토링했습니다.

하는김에 폴더 구조 가볍게 수정

  • Core/Components에 있던 Keyring, KeyringBundle을 Core 레벨로 승격
  • Scene 폴더 내부를 씬 종류별로 하위 폴더 분리
## Structure
  Core/Keyring/
  ├── Components/
  ├── Scene/
     ├── CellScene/
     ├── DetailScene/
     └── KeyringScene/
  └── View/

KeyringBundle도 Core/로 승격했습니다.

🔗 관련 이슈

✅ 체크리스트

  • 빌드 성공
  • 테스트 완료
  • Self-review 완료

- Components/Keyring → Core/Keyring으로 승급
- Components/KeyringBundle → Core/KeyringBundle로 승급
- Scene 파일들을 하위 폴더로 분리 (KeyringScene, DetailScene, CellScene)
- 불필요한 빈 파일 및 중복 파일 정리
@giljihun giljihun requested a review from jini-coding February 10, 2026 08:56
@giljihun giljihun self-assigned this Feb 10, 2026
@giljihun giljihun linked an issue Feb 10, 2026 that may be closed by this pull request
@giljihun giljihun merged commit 4e24d44 into develop Feb 10, 2026
@giljihun giljihun deleted the feature/-공통-키링-스케일-통합-관리-시스템-구축 branch February 10, 2026 08:57
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.

Refactor: Keyring/KeyringBundle 폴더 구조 리팩토링

1 participant