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

Usecase 구조 #194

Merged
merged 4 commits into from
Nov 27, 2023
Merged

Usecase 구조 #194

merged 4 commits into from
Nov 27, 2023

Conversation

youlalala
Copy link
Member

@youlalala youlalala commented Nov 27, 2023

Issue

Overview

  • 불필요한 usecase 삭제
  • 변경된 music upload 로직 추가 (uuid 를 가져와서 함께 넘겨 줘야함)
  • usecase 패키지 구조

@youlalala youlalala added this to the 🔧 etc milestone Nov 27, 2023
@youlalala youlalala self-assigned this Nov 27, 2023
@youlalala youlalala linked an issue Nov 27, 2023 that may be closed by this pull request
Copy link

github-actions bot commented Nov 27, 2023

Test Results

4 tests   4 ✔️  1s ⏱️
1 suites  0 💤
1 files    0

Results for commit 8fc6400.

♻️ This comment has been updated with latest results.

Copy link
Member

@HamBP HamBP left a comment

Choose a reason for hiding this comment

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

고생했어용~

) {

operator fun invoke(
imageUrl: String, audioUrl: String, title: String, genre: String
Copy link
Member

@HamBP HamBP Nov 27, 2023

Choose a reason for hiding this comment

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

invoke(music: Music)
나라면 파라미터는 하나만 받을 것 같아!

Copy link
Member Author

Choose a reason for hiding this comment

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

이건 지금 존재하는 music model에 포함되지 않은 데이터 종류가 3개 있어서(id, audioUrl, genre)이렇게 받았어..!

Copy link
Collaborator

@2taezeat 2taezeat left a comment

Choose a reason for hiding this comment

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

고생하셨습니다~

@youlalala youlalala merged commit 8c20172 into develop Nov 27, 2023
2 checks passed
@youlalala youlalala deleted the android/feature/187 branch November 29, 2023 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UseCase 구조
3 participants