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

[feat] 내가 등록한 코스 -> 코스 상세 페이지 이동 기능 구현 #231

Merged
merged 2 commits into from
Sep 1, 2024

Conversation

jihyunniiii
Copy link
Contributor

Related issue 🛠

Work Description ✏️

  • 내가 등록한 코스에서 아이템 클릭 시 코스 상세 페이지로 이동할 수 있는 기능을 구현합니다.

Screenshot 📸

Screen_recording_20240831_103359.mp4

Uncompleted Tasks 😅

  • N/A

To Reviewers 📢

스택 관리는 스택 관리 이슈에서 한 번에 진행할게요.

Copy link
Contributor

@t1nm1ksun t1nm1ksun left a comment

Choose a reason for hiding this comment

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

이제 스택만 조지면 되겠다 ㅎㅎ

Comment on lines 17 to 21
sealed interface MyCourseSideEffect : UiSideEffect {
data class NavigateToEnroll(val courseId: Int) : MyCourseSideEffect
data class NavigateToCourseDetail(val courseId: Int) : MyCourseSideEffect
data object PopBackStack : MyCourseSideEffect
}
Copy link
Contributor

Choose a reason for hiding this comment

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

첨엔 아니었자나...ㅠㅠ

@jihyunniiii jihyunniiii merged commit f61da3a into develop Sep 1, 2024
1 check passed
@jihyunniiii jihyunniiii deleted the feat-my-course-to-course-detail branch September 1, 2024 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[feat] 내가 등록한 코스 -> 코스 상세 페이지 이동 기능 구현
2 participants