-
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.
fix: 투표 진행 화면에서 투표 진행 횟수 이슈를 수정해요 (#150)
* fix: UserDefaultsManager Codable Type 저장하도록 구조 정리 - UserDefaultsWrapper VoteOption Case 추가 - SignUpIntroduceViewReactor backgroundColor 수정 - Tuist Storage Module VoteDomain 의존성 추가 - VotePresentationAssembly VoteProcessViewController injection주입 코드 수정 - VoteProcessViewReactor 비즈니스 로직 코드 리펙토링 * fix: VoteProcessViewController TableViewSelected 클릭시 화면전환 로직 이슈 수정 - VoteProcessViewReactor voteCount State 값 추가 - VoteBeginViewController 추가 - VoteBeginViewController UI Cofigure * fix: 투표 조회 API UseCase, Repository Common 모듈로 폴더 변경 - VoteProcessViewReactor 비즈니스 로직 리펙토링 - VoteMainViewReactor 투표 조회 API 로직 추가 - VoteHomeViewController 투표 화면 및 친구 초대 화면 전환 로직 추가 - GlobalState VoteResponseEntity Parameter 추가 - VoteEndpoint 투표 조회 Path 제거 - CommonEndPoint 투표 조회 Path 추가 * feat: NotificationViewReactor fetchVoteOptionUseCase 의존성 주입 코드 추가 - NotificationPresentationAssembly NotificationViewReactor FetchVoteOptionUseCase 추가 * fix: 만료된 토큰으로 API 요청시 AccessToken 재발급 API 로직 구현 - WSNetworkMonitor Response Body 값 출력하도록 리펙토링 - 로그인시 AccessToken, RefreshToken 값 받도록 Entity 추가 * fix: NotificationViewReactor 투표지 조회 API 추가 - NotificationEndPoint updateNotification HTTP Method patch로 수정 - SceneDelegate 투표지 조회에 따라 화면 전환 로직 분기 처리 - WSNetworkService timeout Property 추가 * feat: VoteBeginViewController Profile 조회 API 추가 - Profile조회 API Common Modular 추가 - UserDefaultsManger grade, classNumber 제거 - ProfileRepositoryProtocol fetchUserProfileItems Method 제거 - ProfileDomain UserProfileEntity, UseCase 제거 * fix: Tuist CFBundleDisplayName Wespot으로 수정 - CFBundleShortVersionString 1.2.0으로 수정
- Loading branch information
1 parent
9d8caf9
commit 115d462
Showing
50 changed files
with
665 additions
and
413 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
|
||
import Foundation | ||
import AllFeature | ||
import AllDomain | ||
import CommonDomain | ||
|
||
import Swinject | ||
|
||
|
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
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
Oops, something went wrong.