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.
12/7 #90 #142 #156
작업한 내용
MusicSession 객체를 클린 아키텍처를 지향하여 분리하였습니다.
덤 : 서버와 일기 리스트 뷰를 연결했습니다.
덤 : 서버와 일기 상세 뷰를 연결했습니다.
고민한 점 및 어려웠던 점
MusicContentsView의 재생/일시정지 상태에 따라 UI를 업데이트해야 할 듯 합니다.
한곡반복은 어떻게 해야 할지 고민했습니다.