Skip to content
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

[Bug Report] InsertTickerUseCase가 작동하지 않음 #27

Closed
KanuKim97 opened this issue Jun 7, 2023 · 1 comment · Fixed by #25
Closed

[Bug Report] InsertTickerUseCase가 작동하지 않음 #27

KanuKim97 opened this issue Jun 7, 2023 · 1 comment · Fixed by #25
Assignees
Labels
bug Something isn't working Clean architecture Refactoring clean architecture enhancement New feature or request Refactoring Refactoring code

Comments

@KanuKim97
Copy link
Owner

KanuKim97 commented Jun 7, 2023

SelectViewModel의 InsertTickerUseCase가 작동하지 않음

  1. SelectRecyclerView의 getSelectedItem()함수 확인
  2. 확인 결과 선택된 리스트의 항목들이 Empty한 상태로 넘어옴
@KanuKim97 KanuKim97 changed the title [Bug Report] InsertTickerUseCase가 작동하지 않ㅇ므 [Bug Report] InsertTickerUseCase가 작동하지 않음 Jun 7, 2023
@KanuKim97 KanuKim97 added this to the Clean Architecture 전환 milestone Jun 7, 2023
@KanuKim97 KanuKim97 added the bug Something isn't working label Jun 7, 2023
@KanuKim97 KanuKim97 self-assigned this Jun 7, 2023
@KanuKim97 KanuKim97 added enhancement New feature or request Clean architecture Refactoring clean architecture Refactoring Refactoring code labels Jun 7, 2023
@KanuKim97 KanuKim97 linked a pull request Jun 7, 2023 that will close this issue
@KanuKim97 KanuKim97 pinned this issue Jun 9, 2023
KanuKim97 added a commit that referenced this issue Jun 9, 2023
 - JAVA VERSION 1.8 -> VERSION 17
2. fix #27 Issue
3. fix domain, data AndroidManifest.xml
 - delete <application> tag
4. add annotation on DispatcherModule.kt, DispatcherQualifier.kt, AlertDialogModule.kt
5. rename TickerRemoteModule.kt -> BithumbApiModule.kt
6. delete MainDispatcher Each Views
@KanuKim97
Copy link
Owner Author

private val selectedTickerList: List by lazy { selectRecyclerAdapter.getSelectedItems() }를 활용한 해결

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Clean architecture Refactoring clean architecture enhancement New feature or request Refactoring Refactoring code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant