We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
어제와 달라진 게 없어보이지만, 코드는 수정되었답니다 ^_^
🔗 추천 플레이리스트 화면에 객체 배열로 리스트 출력 PR
playlists.txt
구조) id,플레이리스트 제목,플레이리스트 큐레이터,노래들,태그 ex) 1,꼭 들어야 하는 9월의 신곡 케이팝,보니,질주(2 Baddies)-NCT 127/After Like-아이브/Attention-뉴진스,타이틀곡/신곡
=> 1. 기본적으로 데이터 요소들은 콤마(,)를 기준으로 나눈다. => 2. 노래들의 경우, 각 노래는 슬래시(/)로 나눠준다. => 3. 노래들의 경우, 각각의 노래의 제목과 가수명을 대시(-)로 나눠준다.
The text was updated successfully, but these errors were encountered:
오늘은 작업 진행한 게 없나요?
Sorry, something went wrong.
@wholemann 오늘자 작업 내역 추가하였습니다 :)
bohyunkang
No branches or pull requests
📄 오늘 할 일
1. 추천 플레이리스트 확인 기능 구현
📝 작업 로그
오늘의 작업 화면
🔗 추천 플레이리스트 화면에 객체 배열로 리스트 출력 PR
1.
playlists.txt
파일 구조 잡기=> 1. 기본적으로 데이터 요소들은 콤마(,)를 기준으로 나눈다.
=> 2. 노래들의 경우, 각 노래는 슬래시(/)로 나눠준다.
=> 3. 노래들의 경우, 각각의 노래의 제목과 가수명을 대시(-)로 나눠준다.
2. 백그라운드 사진 폰 화면에 뉴진스 앨범아트로 합성
Before & After
3. PlayList, Music, Tag 클래스 생성 및 파일을 활용한 영속성 추가
The text was updated successfully, but these errors were encountered: