-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* refactor: Category Repository 함수들의 인자 변경 - Category 타입 인스턴스 전체가 아닌 필요한 내용만 받기로 변경 * feat: Category 타입 변경 - 순수 id가 필요, 따라서 Identifiable이 아닌 id 사용 * refactor: CategoryUseCase 함수 인자 변경 - 레포지토리와 마찬가지로 필요한 값만 받도록 변경, Category 타입에 대한 의존성을 없앰 * refactor: TimeInterval 대신 Int 사용 * refactor: CategorySettingItem을 Category 타입을 받아서 생성 * feat: CategoryViewModel 생성 * feat: 타이머 뷰 컨트롤러와 카테고리 관리 뷰 연결 * feat: 카테고리 추가 버튼 탭 시 하단 시트 present 구현 * refactor: 카테고리 생성 후 생성된 카테고리 ID 반환하도록 수정 * feat: 카테고리 읽어오기 기능 추가 * feat: 새로운 카테고리 추가 기능 구현 feat: 새로운 카테고리 추가 기능 구현 * feat: categoryTitleTextVie의 텍스트 변경할 수 있는 함수 추가 * feat: 카테고리 생성 / 추가를 구분하는 enum 작성 * feat: 카테고리 수정 기능 구현
- Loading branch information
1 parent
22cee70
commit 442013c
Showing
11 changed files
with
384 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -101,4 +101,3 @@ private extension CategoryListCollectionViewCell { | |
#Preview { | ||
CategoryListCollectionViewCell() | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.