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

Hotfix/#483 마이페이지에서 좋아요한 노래 아이템 클릭시 노래 듣기로 이동 #484

Merged
merged 2 commits into from
Sep 28, 2023

Conversation

ukkodeveloper
Copy link
Collaborator

📝작업 내용

  • 마이페이지에서 좋아요한 노래 아이템 클릭시 노래 듣기로 이동
  • 카테고리는 ALL입니다.

💬리뷰 참고사항

급하게 반영할 사항이라 merge 하겠습니다. 수정된 부분은 극히 적어요!

#️⃣연관된 이슈

close #483

@ukkodeveloper ukkodeveloper added the [ 🌞 FE ] 프론트엔드 크루들의 빛나는 개발 이야기 하나둘셋 호! label Sep 28, 2023
@ukkodeveloper ukkodeveloper self-assigned this Sep 28, 2023
@ukkodeveloper ukkodeveloper merged commit dd71358 into main Sep 28, 2023
@ukkodeveloper ukkodeveloper deleted the feat/#483 branch September 28, 2023 06:31
@@ -209,11 +211,15 @@ const LikePartItem = ({ songId, albumCoverUrl, title, singer, start, end }: Like
showToast('클립보드에 영상링크가 복사되었습니다.');
};

const goToListenSong = () => {
navigate(`/songs/${songId}/ALL`);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💬 무조건 ALL인가요? 😰

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💬 마이페이지에서 받아오는 api에서는 장르가 없군요..
ALL로 가면 백엔드에서 장르 섞어서 주도록 하나용?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

우선 급하게 진행된 것이라, 백엔드 요청 사항으로 ALL로 해달라고 하셨습니다.
나중에 고도화 진행하면, 장르도 필요 없을 것 같아요!
마이페이지에 있는 노래 목록으로 듣기 스와이프가 진행되어야하지 않을까요?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

마이페이지에 있는 노래 목록으로 듣기 스와이프가 진행되어야하지 않을까요?

별도의 페이지와 api가 있어야겠네요!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[ 🌞 FE ] 프론트엔드 크루들의 빛나는 개발 이야기 하나둘셋 호!
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[FEAT] 마이페이지에서 목록 클릭 시 노래 듣기 페이지로 이동
2 participants