Skip to content

DictionaryFeature 모듈 분리

pinocchio22 edited this page May 27, 2026 · 3 revisions
  1. MLSCore - Navigation 폴더 생성 후 DicionaryTabControllerable / DictionaryTabRegistry 추가했는데 위치가 여기가 맞나?? 아니면 아예 다른방법으로 바꿔야하나??
  2. MLSDesignSysytem - PageTabbarCell 추가
  3. DictionaryListCell / DictionaryNotificationCell 의 위치 정의 필요. 아마 Bookmark 모듈에서도 사용될텐데?? 일단은 Dict 모듈 - presentation 에 위치
  4. ImageLoader.shared.loadImage(stringURL: item.imageUrl) { image in 이 completion closure가 @MainActor 보장이 없음. ImageLoader completion 자체를 @MainActor @escaping (UIImage?) -> Void 로 수정
  5. bookmark 관련 코드 수정 필요
  6. korFont -> mlsKorFont 추론 불가능으로 인하여 임시 수정
  7. TapButtonCell을 designSystem 모듈로 이전: 공통뷰 이렇게 계속 designSystem에 모으는게 맞는지 고민?

Clone this wiki locally