Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Squashed commit of the following: develop
commit 00662a0 Author: hyerin <[email protected]> Date: Fri Jul 7 10:37:40 2023 +0900 fix: 사용하지않는 dependency 삭제 commit e8e220c Author: hyerin <[email protected]> Date: Fri Jul 7 10:15:01 2023 +0900 fix: 오탈자 수정 commit 70c615f Author: hyerin <[email protected]> Date: Fri Jul 7 09:51:44 2023 +0900 Feature/sign in UI (#61) * feat: SignIn Feature 생성 * Squashed commit of the following: commit bf476f7 Author: chansooo <[email protected]> Date: Wed Jun 14 14:56:44 2023 +0900 Hotfix/lint (#50) * fix: lint 실행 로직 변경 * fix: lint 규칙 프로젝트 맞게 수정 * refactor: lint 맞게 DesignSystem/Project.swift 수정 * refactor: lint 맞게 StudyPreview.swift 수정 * refactor: lint 맞게 파일 이름 변경 * refactor: lint 맞게 indent 변경 * fix: lint 범위 해당 Target과 dependency까지로 변경 commit 4d9d967 Author: chansooo <[email protected]> Date: Wed Jun 14 07:09:02 2023 +0900 Design system/profile view (#49) * add: 아이콘 추가 * feat: `MOITProfileView` 구현 * feat: `MOITProfileViewDemoApp` 구현 --------- Co-authored-by: chansooooo <[email protected]> commit a0ef57d Author: SongSeoYoung <[email protected]> Date: Tue Jun 13 23:11:33 2023 +0900 Design system/bottom sheet (#38) * add: BottomSheetViewController 파일 생성 * feat: 초대링크 공유하기 UI * feat: bottom sheet * add: case 추가 * add: Share 모듈 생성, 코드분리 * chore: 네이밍 수정 Share -> MOITShare * fix: 린트 수정 * chore: 폴더명 수정 * fix: 코드리뷰 반영 * fix: 빌드오류 수정 commit 8f05b4a Author: SongSeoYoung <[email protected]> Date: Tue Jun 13 22:58:40 2023 +0900 Feature/web view layer (#8) * feat: web view 프로젝트 기본 설정 * feat: MOITWeb RIB 구조, 데모앱 설정 * feat: WKWebView 초기 설정 * feat: loading & demo app * chore: 코드정리 * fix: detach안되는 이슈 수정 * chore: 폴더 위치 변경 commit acb398b Author: chansooo <[email protected]> Date: Tue Jun 13 15:44:26 2023 +0900 Design system - StudyPreview (#41) * feat: StudyPreview 구현중 * feat: 스와이프 -> 삭제 버튼 애니메이션 구현 * add: secondary color set 추가 * remove: 필요 없는 파일 삭제 * feat: optinal인 view addItem 쉽게 할 수 있는 메소드 구현 * refactor: 스와이프, 탭 부드럽게 변경 * fix: StudyPreview UI 변경 * feat: 버튼 누를 수 있는 뷰 추가 * fix: StudyPreviewDemoViewController 수정 * refactor: StudyPreview UI Center 맞게 수정 * refactor: panGesture 로직 변경 * refactor: final 추가 * redactor: `layoutIfNeeded` 삭제 --------- Co-authored-by: chansooooo <[email protected]> * design: 로그인 화면 UI 구현 * feat: ViewController 이벤트 Interactor 전달 * feat: impl, interface 분리 및 데모앱 연결 * feat: Dependency 추가 * feat: 카카오 로그인 앱 실행 허용 목록 설정 * feat: Dependency 추가 * feat: Kakao SDK 초기화 * feat: SDK 추가 * feat: dependency 추가 * fix: file 구조 변경 * fix: deploymentTargetversion 16으로 변경 * Squashed commit of the following: commit 7da14c6 Author: chansooo <[email protected]> Date: Fri Jun 30 00:04:13 2023 +0900 Feature/sign up (#59) * feat: DesignSystemType case chip 추가 * feat: NavigationBar 구현 * feat: Navigationdemo 구현 * fix: NavigationDemoViewController 이름 변경 * fix: NavigationBar titleLabel 중앙 정렬 수정 * feat: NavigationColorType 구현 두가지 case로 나눠서 각각 tintcolor와 backgroundcolor 설정할 수 있도록 함 * feat: 버튼 tintcolor 변경 위해 렌더링 모드 변경 * add: `MOITTabPager` 생성 * add: `MOITTabPager` 생성 * remove: dummy file 삭제 * feat: MOITChipType 구현 * feat: MOITChip 구현 * feat: MOITChipDemoViewController 구현 * feat: DemoViewController 연결 * feat: PagerType 구현 * feat: TapPager 구현 * feat: SegmentPager 구현 * feat: PagerDemoViewController 추가 * fix: unavailable 추가 * feat: DemoApp Chip 폴더 추가 * fix: enum case AssociatedValue 사용하지 않는 부분 삭제 * feat: StudyPreview 구현중 * feat: 스와이프 -> 삭제 버튼 애니메이션 구현 * add: secondary color set 추가 * remove: 필요 없는 파일 삭제 * feat: optinal인 view addItem 쉽게 할 수 있는 메소드 구현 * refactor: 스와이프, 탭 부드럽게 변경 * fix: StudyPreview UI 변경 * feat: 버튼 누를 수 있는 뷰 추가 * fix: StudyPreviewDemoViewController 수정 * refactor: StudyPreview UI Center 맞게 수정 * refactor: panGesture 로직 변경 * refactor: final 추가 * redactor: `layoutIfNeeded` 삭제 * feat: SignUp 기본 세팅 * feat: Utils Target 추가 * feat: SignUp 접근 제한자 변경 * feat: Utils 타겟에 pinlayout, flexlayout 추가 * feat: BaseViewController 상속받을 경우 navigateBar 설정 편리하게 구현 * feat: StudyPreview configure 함수 구현 * feat: ProfileView image 없이 생성, configureImage 함수 추가 * refactor: 린트 맞게 코드 수정 * fix: navigationBar와 flexRootView 겹치지 않게 수정 * feat: scrollView 자동 설정 * feat: 탭 시 키보드 사라지도록 구현 * feat: SignUpViewController 구현 * feat: 다음 버튼 추가 * refactor: `MOITProfileView` 이미지 로드 로직 변경 * feat: NavigationBar logo 추가 * feat: ViewControllable extension 추가 * feat: StudyList shortcut 추가 * feat: dependency 수정 * feat: SignUp 관련 UseCase 추가 * feat: SignUpRepository 임시 추가 * fix: `MOITProfileView` border 추가 * fix: SignUpDemoApp RIBs 기반으로 생성하도록 수정 * fix: DemoApp Dependency 설정할 수 있도록 수정 * fix: DemoApp Dependency 설정 * feat: SignUpDependency 추가 * chore: 주석 삭제 및 코드 스타일 수정 * feat: SignUp 비즈니스 로직 수정 * fix: interactor.activate 추가 * profileselect * fix: baseView flexLayout 사용에 맞게 수정 * fix: `ProfileImageType` 참조할 수 있도록 수정 * feat: uikit 관련 extension 추가 * fix: bottomsheetViewController 탭 contentView 외부에서 작동하도록 수정 * fix: MOITProfileView tap 작동방식 변경 * feat: ProfileSelectView 구현 * feat: ProfileSelectViewController 구현 * feat: ProfileSelectInteractor 구현 * fix: ProfileSelect RIBlet 생성 시 현재 이미지 인덱스 전달 * fix: SignUpDemoApp 수정 * feat: SignUpInteractor 로직 구현 * feat: SignUpRouter 구현 * feat: SignUpViewController 프로필 이미지 업데이트 구현 * fix: imageIndex 정보 함께 넘기도록 수정 * fix: 이미지 인덱스 파라미터 추가 * chore: 주석 삭제 * fix: baseViewController에 removeObserver 추가 * chore: print문 삭제 --------- Co-authored-by: hyerin <[email protected]> Co-authored-by: chansooooo <[email protected]> commit 8bdabbd Author: hyerin <[email protected]> Date: Thu Jun 29 22:26:02 2023 +0900 Fix/network layer fix (#55) * feat: Response 모델 선언 * feat: Common Error 추가 * feat: NetworkImpl 수정 * feat: 옵셔널 대응 commit 74b0f88 Author: hyerin <[email protected]> Date: Tue Jun 27 10:09:22 2023 +0900 Feature/adjust line height (#58) * feat: font 타입 별 line height return 해주는 메서드 구현 * feat: ParagraphStyle 적용하는 UILabel Extension 구현 commit e256b51 Author: hyerin <[email protected]> Date: Mon Jun 26 11:38:29 2023 +0900 Fix/design system fix (#56) * fix: Chip Configure 메서드 및 Convenience init 추가 * fix: MOITTextField title 없는 경우 대응 * fix: List에 MOITProfileView 적용 * fix: List StudyOrder 및 Fine Formatter 적용 * fix: Lint 수정 commit bf476f7 Author: chansooo <[email protected]> Date: Wed Jun 14 14:56:44 2023 +0900 Hotfix/lint (#50) * fix: lint 실행 로직 변경 * fix: lint 규칙 프로젝트 맞게 수정 * refactor: lint 맞게 DesignSystem/Project.swift 수정 * refactor: lint 맞게 StudyPreview.swift 수정 * refactor: lint 맞게 파일 이름 변경 * refactor: lint 맞게 indent 변경 * fix: lint 범위 해당 Target과 dependency까지로 변경 commit 4d9d967 Author: chansooo <[email protected]> Date: Wed Jun 14 07:09:02 2023 +0900 Design system/profile view (#49) * add: 아이콘 추가 * feat: `MOITProfileView` 구현 * feat: `MOITProfileViewDemoApp` 구현 --------- Co-authored-by: chansooooo <[email protected]> commit a0ef57d Author: SongSeoYoung <[email protected]> Date: Tue Jun 13 23:11:33 2023 +0900 Design system/bottom sheet (#38) * add: BottomSheetViewController 파일 생성 * feat: 초대링크 공유하기 UI * feat: bottom sheet * add: case 추가 * add: Share 모듈 생성, 코드분리 * chore: 네이밍 수정 Share -> MOITShare * fix: 린트 수정 * chore: 폴더명 수정 * fix: 코드리뷰 반영 * fix: 빌드오류 수정 commit 8f05b4a Author: SongSeoYoung <[email protected]> Date: Tue Jun 13 22:58:40 2023 +0900 Feature/web view layer (#8) * feat: web view 프로젝트 기본 설정 * feat: MOITWeb RIB 구조, 데모앱 설정 * feat: WKWebView 초기 설정 * feat: loading & demo app * chore: 코드정리 * fix: detach안되는 이슈 수정 * chore: 폴더 위치 변경 commit acb398b Author: chansooo <[email protected]> Date: Tue Jun 13 15:44:26 2023 +0900 Design system - StudyPreview (#41) * feat: StudyPreview 구현중 * feat: 스와이프 -> 삭제 버튼 애니메이션 구현 * add: secondary color set 추가 * remove: 필요 없는 파일 삭제 * feat: optinal인 view addItem 쉽게 할 수 있는 메소드 구현 * refactor: 스와이프, 탭 부드럽게 변경 * fix: StudyPreview UI 변경 * feat: 버튼 누를 수 있는 뷰 추가 * fix: StudyPreviewDemoViewController 수정 * refactor: StudyPreview UI Center 맞게 수정 * refactor: panGesture 로직 변경 * refactor: final 추가 * redactor: `layoutIfNeeded` 삭제 --------- Co-authored-by: chansooooo <[email protected]> * design: image, color asset 추가 * fix: DesignSystem 수정사항 반영(profile image type) * design: SignIn UI 작업 중 * design: asset 변경 및 추가 * design: SignIn View UI 구현 commit e87d7ea Author: hyerin <[email protected]> Date: Fri Jul 7 09:50:38 2023 +0900 Feature/input participate code (#60) * feat: dependency 설정 * feat: Feature 생성 * feat: InputParticipateCode UI 작업 * feat: 접근제어자 수정 * feat: Demoapp 수정 * feat: InputParticipateCode Interface, Implement 분리 * Squashed commit of the following: develop commit 7da14c6 Author: chansooo <[email protected]> Date: Fri Jun 30 00:04:13 2023 +0900 Feature/sign up (#59) * feat: DesignSystemType case chip 추가 * feat: NavigationBar 구현 * feat: Navigationdemo 구현 * fix: NavigationDemoViewController 이름 변경 * fix: NavigationBar titleLabel 중앙 정렬 수정 * feat: NavigationColorType 구현 두가지 case로 나눠서 각각 tintcolor와 backgroundcolor 설정할 수 있도록 함 * feat: 버튼 tintcolor 변경 위해 렌더링 모드 변경 * add: `MOITTabPager` 생성 * add: `MOITTabPager` 생성 * remove: dummy file 삭제 * feat: MOITChipType 구현 * feat: MOITChip 구현 * feat: MOITChipDemoViewController 구현 * feat: DemoViewController 연결 * feat: PagerType 구현 * feat: TapPager 구현 * feat: SegmentPager 구현 * feat: PagerDemoViewController 추가 * fix: unavailable 추가 * feat: DemoApp Chip 폴더 추가 * fix: enum case AssociatedValue 사용하지 않는 부분 삭제 * feat: StudyPreview 구현중 * feat: 스와이프 -> 삭제 버튼 애니메이션 구현 * add: secondary color set 추가 * remove: 필요 없는 파일 삭제 * feat: optinal인 view addItem 쉽게 할 수 있는 메소드 구현 * refactor: 스와이프, 탭 부드럽게 변경 * fix: StudyPreview UI 변경 * feat: 버튼 누를 수 있는 뷰 추가 * fix: StudyPreviewDemoViewController 수정 * refactor: StudyPreview UI Center 맞게 수정 * refactor: panGesture 로직 변경 * refactor: final 추가 * redactor: `layoutIfNeeded` 삭제 * feat: SignUp 기본 세팅 * feat: Utils Target 추가 * feat: SignUp 접근 제한자 변경 * feat: Utils 타겟에 pinlayout, flexlayout 추가 * feat: BaseViewController 상속받을 경우 navigateBar 설정 편리하게 구현 * feat: StudyPreview configure 함수 구현 * feat: ProfileView image 없이 생성, configureImage 함수 추가 * refactor: 린트 맞게 코드 수정 * fix: navigationBar와 flexRootView 겹치지 않게 수정 * feat: scrollView 자동 설정 * feat: 탭 시 키보드 사라지도록 구현 * feat: SignUpViewController 구현 * feat: 다음 버튼 추가 * refactor: `MOITProfileView` 이미지 로드 로직 변경 * feat: NavigationBar logo 추가 * feat: ViewControllable extension 추가 * feat: StudyList shortcut 추가 * feat: dependency 수정 * feat: SignUp 관련 UseCase 추가 * feat: SignUpRepository 임시 추가 * fix: `MOITProfileView` border 추가 * fix: SignUpDemoApp RIBs 기반으로 생성하도록 수정 * fix: DemoApp Dependency 설정할 수 있도록 수정 * fix: DemoApp Dependency 설정 * feat: SignUpDependency 추가 * chore: 주석 삭제 및 코드 스타일 수정 * feat: SignUp 비즈니스 로직 수정 * fix: interactor.activate 추가 * profileselect * fix: baseView flexLayout 사용에 맞게 수정 * fix: `ProfileImageType` 참조할 수 있도록 수정 * feat: uikit 관련 extension 추가 * fix: bottomsheetViewController 탭 contentView 외부에서 작동하도록 수정 * fix: MOITProfileView tap 작동방식 변경 * feat: ProfileSelectView 구현 * feat: ProfileSelectViewController 구현 * feat: ProfileSelectInteractor 구현 * fix: ProfileSelect RIBlet 생성 시 현재 이미지 인덱스 전달 * fix: SignUpDemoApp 수정 * feat: SignUpInteractor 로직 구현 * feat: SignUpRouter 구현 * feat: SignUpViewController 프로필 이미지 업데이트 구현 * fix: imageIndex 정보 함께 넘기도록 수정 * fix: 이미지 인덱스 파라미터 추가 * chore: 주석 삭제 * fix: baseViewController에 removeObserver 추가 * chore: print문 삭제 --------- Co-authored-by: hyerin <[email protected]> Co-authored-by: chansooooo <[email protected]> commit 8bdabbd Author: hyerin <[email protected]> Date: Thu Jun 29 22:26:02 2023 +0900 Fix/network layer fix (#55) * feat: Response 모델 선언 * feat: Common Error 추가 * feat: NetworkImpl 수정 * feat: 옵셔널 대응 commit 74b0f88 Author: hyerin <[email protected]> Date: Tue Jun 27 10:09:22 2023 +0900 Feature/adjust line height (#58) * feat: font 타입 별 line height return 해주는 메서드 구현 * feat: ParagraphStyle 적용하는 UILabel Extension 구현 commit e256b51 Author: hyerin <[email protected]> Date: Mon Jun 26 11:38:29 2023 +0900 Fix/design system fix (#56) * fix: Chip Configure 메서드 및 Convenience init 추가 * fix: MOITTextField title 없는 경우 대응 * fix: List에 MOITProfileView 적용 * fix: List StudyOrder 및 Fine Formatter 적용 * fix: Lint 수정 * fix: UILabel Extension 메서드 Util로 위치 이동 * fix: TODO 삭제 * fix: ProfileImage init 메서드 변경 * feat: TextField title 옵셔널 타입 변경 반영 및 becomeFirstResponder 메서드 수정 feat: TextField title 옵셔널 타입 변경 반영 및 becomeFirstResponder 메서드 수정 * fix: UiDevice Extension 메서드 위치 변경 * fix: file 구조 수정 * fix: UIDevice Extension 접근제어자 public으로 변경 * feat: Dependency 수정 및 PresentableListener 메서드 추가 * fix: deployment target 16.0으로 수정 * feat: NetworkLayer 수정 * feat: Dependency 수정 * feat: MOITParticipate Data 레이어 작업 * feat: MOITParticipate Domain 레이어 작업 중 * fix: Multipart Endpoint baseURL 추가 * feat: MOITParticipate UserInterface 레이어 작업 중 * feat: 데모앱 수정 * feat: Repository에서 Endpoint아닌 Request 받도록 수정 * fix: MOITList init 메서드 적용 commit 7bc6f49 Author: hyerin <[email protected]> Date: Thu Jul 6 13:51:21 2023 +0900 fix: MOITList init 파라미터 수정 commit 7da14c6 Author: chansooo <[email protected]> Date: Fri Jun 30 00:04:13 2023 +0900 Feature/sign up (#59) * feat: DesignSystemType case chip 추가 * feat: NavigationBar 구현 * feat: Navigationdemo 구현 * fix: NavigationDemoViewController 이름 변경 * fix: NavigationBar titleLabel 중앙 정렬 수정 * feat: NavigationColorType 구현 두가지 case로 나눠서 각각 tintcolor와 backgroundcolor 설정할 수 있도록 함 * feat: 버튼 tintcolor 변경 위해 렌더링 모드 변경 * add: `MOITTabPager` 생성 * add: `MOITTabPager` 생성 * remove: dummy file 삭제 * feat: MOITChipType 구현 * feat: MOITChip 구현 * feat: MOITChipDemoViewController 구현 * feat: DemoViewController 연결 * feat: PagerType 구현 * feat: TapPager 구현 * feat: SegmentPager 구현 * feat: PagerDemoViewController 추가 * fix: unavailable 추가 * feat: DemoApp Chip 폴더 추가 * fix: enum case AssociatedValue 사용하지 않는 부분 삭제 * feat: StudyPreview 구현중 * feat: 스와이프 -> 삭제 버튼 애니메이션 구현 * add: secondary color set 추가 * remove: 필요 없는 파일 삭제 * feat: optinal인 view addItem 쉽게 할 수 있는 메소드 구현 * refactor: 스와이프, 탭 부드럽게 변경 * fix: StudyPreview UI 변경 * feat: 버튼 누를 수 있는 뷰 추가 * fix: StudyPreviewDemoViewController 수정 * refactor: StudyPreview UI Center 맞게 수정 * refactor: panGesture 로직 변경 * refactor: final 추가 * redactor: `layoutIfNeeded` 삭제 * feat: SignUp 기본 세팅 * feat: Utils Target 추가 * feat: SignUp 접근 제한자 변경 * feat: Utils 타겟에 pinlayout, flexlayout 추가 * feat: BaseViewController 상속받을 경우 navigateBar 설정 편리하게 구현 * feat: StudyPreview configure 함수 구현 * feat: ProfileView image 없이 생성, configureImage 함수 추가 * refactor: 린트 맞게 코드 수정 * fix: navigationBar와 flexRootView 겹치지 않게 수정 * feat: scrollView 자동 설정 * feat: 탭 시 키보드 사라지도록 구현 * feat: SignUpViewController 구현 * feat: 다음 버튼 추가 * refactor: `MOITProfileView` 이미지 로드 로직 변경 * feat: NavigationBar logo 추가 * feat: ViewControllable extension 추가 * feat: StudyList shortcut 추가 * feat: dependency 수정 * feat: SignUp 관련 UseCase 추가 * feat: SignUpRepository 임시 추가 * fix: `MOITProfileView` border 추가 * fix: SignUpDemoApp RIBs 기반으로 생성하도록 수정 * fix: DemoApp Dependency 설정할 수 있도록 수정 * fix: DemoApp Dependency 설정 * feat: SignUpDependency 추가 * chore: 주석 삭제 및 코드 스타일 수정 * feat: SignUp 비즈니스 로직 수정 * fix: interactor.activate 추가 * profileselect * fix: baseView flexLayout 사용에 맞게 수정 * fix: `ProfileImageType` 참조할 수 있도록 수정 * feat: uikit 관련 extension 추가 * fix: bottomsheetViewController 탭 contentView 외부에서 작동하도록 수정 * fix: MOITProfileView tap 작동방식 변경 * feat: ProfileSelectView 구현 * feat: ProfileSelectViewController 구현 * feat: ProfileSelectInteractor 구현 * fix: ProfileSelect RIBlet 생성 시 현재 이미지 인덱스 전달 * fix: SignUpDemoApp 수정 * feat: SignUpInteractor 로직 구현 * feat: SignUpRouter 구현 * feat: SignUpViewController 프로필 이미지 업데이트 구현 * fix: imageIndex 정보 함께 넘기도록 수정 * fix: 이미지 인덱스 파라미터 추가 * chore: 주석 삭제 * fix: baseViewController에 removeObserver 추가 * chore: print문 삭제 --------- Co-authored-by: hyerin <[email protected]> Co-authored-by: chansooooo <[email protected]> commit 8bdabbd Author: hyerin <[email protected]> Date: Thu Jun 29 22:26:02 2023 +0900 Fix/network layer fix (#55) * feat: Response 모델 선언 * feat: Common Error 추가 * feat: NetworkImpl 수정 * feat: 옵셔널 대응 commit 74b0f88 Author: hyerin <[email protected]> Date: Tue Jun 27 10:09:22 2023 +0900 Feature/adjust line height (#58) * feat: font 타입 별 line height return 해주는 메서드 구현 * feat: ParagraphStyle 적용하는 UILabel Extension 구현 commit e256b51 Author: hyerin <[email protected]> Date: Mon Jun 26 11:38:29 2023 +0900 Fix/design system fix (#56) * fix: Chip Configure 메서드 및 Convenience init 추가 * fix: MOITTextField title 없는 경우 대응 * fix: List에 MOITProfileView 적용 * fix: List StudyOrder 및 Fine Formatter 적용 * fix: Lint 수정
- Loading branch information