Skip to content

refactor: 파일 구조 리팩토링#86

Merged
JH713 merged 4 commits intodevelopfrom
dev/85-refactor-파일-구조-리팩토링/#85
Mar 9, 2024

Hidden character warning

The head ref may contain hidden characters: "dev/85-refactor-\ud30c\uc77c-\uad6c\uc870-\ub9ac\ud329\ud1a0\ub9c1/#85"
Merged

refactor: 파일 구조 리팩토링#86
JH713 merged 4 commits intodevelopfrom
dev/85-refactor-파일-구조-리팩토링/#85

Conversation

@noeyiz
Copy link
Collaborator

@noeyiz noeyiz commented Mar 8, 2024

📌 개요

  • ColorName 파일을 삭제하고 파일 구조를 변경합니다.

💻 작업 내용

  • ColorName 파일을 삭제하고, FolderButton의 색상을 .gray로 지정했습니다.
  • 변경된 파일 구조는 다음과 같습니다 :
.
├── AppDelegate.swift
├── Base
│   ├── BaseViewController.swift
│   └── BottomSheetViewController.swift
├── BoxList
│   ├── AddBookmark
│   │   ├── AddBookmarkView.swift
│   │   └── AddBookmarkViewController.swift
│   ├── BoxListCell.swift
│   ├── BoxListCellViewModel.swift
│   ├── BoxListSectionViewModel.swift
│   ├── BoxListView.swift
│   ├── BoxListViewController.swift
│   ├── BoxListViewModel.swift
│   ├── Edit
│   │   ├── EditCell.swift
│   │   ├── EditView.swift
│   │   └── EditViewController.swift
│   ├── EditBookmark
│   │   ├── EditBookmarkView.swift
│   │   └── EditBookmarkViewController.swift
│   ├── EditFolder
│   │   ├── EditFolderView.swift
│   │   └── EditFolderViewController.swift
│   └── FolderButton.swift
├── CustomLaunchScreen
│   ├── CustomLaunchScreenView.swift
│   └── CustomLaunchScreenViewController.swift
├── Extension
│   ├── UIColor+Extension.swift
│   └── UIView+Extension.swift
├── Favorite
│   ├── FavoriteView.swift
│   └── FavoriteViewController.swift
├── Main
│   └── MainTabBarController.swift
├── Model
│   ├── Bookmark.swift
│   ├── EditItem.swift
│   ├── Folder.swift
│   ├── HomeTabType.swift
│   ├── MyPageItem.swift
│   ├── Theme.swift
│   └── VersionInfo.swift
├── MyPage
│   ├── HomeTab
│   │   ├── HomeTabSelectorCell.swift
│   │   ├── HomeTabSelectorView.swift
│   │   ├── HomeTabSelectorViewController.swift
│   │   └── HomeTabSelectorViewModel.swift
│   ├── MyPageCellViewModel.swift
│   ├── MyPageItemCell.swift
│   ├── MyPageSectionViewModel.swift
│   ├── MyPageView.swift
│   ├── MyPageViewController.swift
│   ├── MyPageViewModel.swift
│   ├── Profile
│   │   ├── ProfileView.swift
│   │   └── ProfileViewController.swift
│   └── Theme
│       ├── ThemeCell.swift
│       ├── ThemeView.swift
│       ├── ThemeViewController.swift
│       └── ThemeViewModel.swift
├── SceneDelegate.swift
├── Shared
│   ├── AppStateManager.swift
│   ├── CoreDataManager.swift
│   ├── UserDefaultsManager.swift
│   └── WebViewPreloader.swift
├── Versioning
│   ├── VersionCheckCode.swift
│   └── VersioningHandler.swift
└── Web
    ├── WebView.swift
    └── WebViewController.swift

@noeyiz noeyiz requested review from JH713, chanhihi and jonnwon March 8, 2024 04:31
@noeyiz noeyiz self-assigned this Mar 8, 2024
@noeyiz noeyiz linked an issue Mar 8, 2024 that may be closed by this pull request
Copy link
Collaborator

@JH713 JH713 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

확인했습니다! 구조 깔끔하게 잘 정리된 것 같습니다 👍

@JH713 JH713 merged commit 59298b7 into develop Mar 9, 2024
@noeyiz noeyiz deleted the dev/85-refactor-파일-구조-리팩토링/#85 branch April 4, 2024 11:46
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: 파일 구조 리팩토링

2 participants