-
Notifications
You must be signed in to change notification settings - Fork 8
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: LiveData에서 UiState로 변경전에 Legacy로 변경 * refactor: LiveData에서 StateFlow로 변경 * refactor: 리포지터리 플로우로 변경 * refactor: combine으로 데이터를 입력을 받도록 변경 * refactor: Flow 래핑한 Repository를 다시 래핑해제 * refactor: loadTicket에서 TicketCode까지 받아오는 기능 제거 * refaactor: 티켓 입장 및 테스트 케이스 변경 * refactor: 로그인 화면 플로우로 변경 * refactor: LiveData를 위한 규칙 제거 * refactor: 중복되는 viewModelScope 제거 * refactor: 내부 함수 private 적용 * refactor: 파타미터 네이밍을 명시적으로 변경 * refactor: 리베이스 후 생긴 버그 수정 * test: 테스트 given절 네이밍 수정 * test: given절 용도에 맞는 함수로 변경 * test: 로그인 화면 테스트코드 수정
- Loading branch information
Showing
6 changed files
with
213 additions
and
164 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
Oops, something went wrong.