-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[최종] 개발 사항 배포 #347
Merged
Merged
[최종] 개발 사항 배포 #347
Conversation
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
[리팩토링] AlarmSetting 화면 UseCase 리팩토링
[리펙토링] BusRouteUsecase 화면 UseCase 리펙토링
[리펙토링] MovingStatusUsecse 화면 UseCase 리펙토링
[리팩토링] 홈화면 UseCase리팩토링
1. 참고로, HomeView의 addSubviews 내에 refresh Button을 한 번 더 추가해준 이유는 순서조정때문이다. RefreshButtonView 내에 layout을 설정하기 위해서는 반드시 addSubView를 해주어야하는데, 선행되므로 뷰 밑에 쌓이게 된다. 따라서 최상위로 올려주기 위해 다시 추가해 주었다. 어차피 뷰는 레퍼런스타입이기에 중복하여 추가하면 순서만 바뀐다.
제거해도 뷰엔 별 차이 없음. 아마 상단 시계 있는 쪽 색상 지정하려고 한것같은데, 없애도 별차이없음. 다크모드때도 마찬가지.
[테스트] RequestFactoryTests 작성
…ests [테스트] BusRouteViewModelTests 작성
…delTests [테스트] MovingStatusViewModelTests 작성
[테스트] PersistenceStorage 작성 완료
[테스트] TokenManager 테스트
[테스트] StationViewModel 테스트
[테스트] SearchViewModel 테스트
…delTests [테스트] AlarmSettingViewModel 테스트
[테스트] NetworkService 테스트
[버그] 승차 알람 섹션 헤더가 보이지 않는 문제 해결
[버그] 정거장 화면 진입시 특정 정거장에서 앱이 죽는 현상 해결
feat: #345 마을버스, 다른 버스들 대응
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
그동안 BBus를 사랑해주신 여러분 감사합니다 🥲
작업 내용
시연 방법
기타 (고민과 해결, 리뷰 포인트 등)