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

[Edit] enum DrinkJsonType case별로 맞지 않은 return 값을 갖고 있어 수정 #161 #164

Merged
merged 1 commit into from
Mar 21, 2024

Conversation

bdrsky2010
Copy link
Contributor

개요 (이슈 번호 및 요약)

변경 사항 (작업 내용)

  • DrinkUploadViewModel.swift
  • 각 case에 적합하지 맞지않는 return 값을 갖고 있어 수정.
private enum DrinkJsonType: CaseIterable {
	case beer, wine, traditional, whiskey
	
	var jsonName: String {
		switch self {
		case .beer:
			return "BeerTest"
		case .traditional:
			return "TraditionalTest"
		case .whiskey:
			return "WhiskeyTest"
		case .wine:
			return "WineTest"
		}
	}
}

@bdrsky2010 bdrsky2010 added the 데이터 데이터 관련 작업 수행 label Mar 18, 2024
@bdrsky2010 bdrsky2010 added this to the Firebase milestone Mar 18, 2024
@bdrsky2010 bdrsky2010 requested review from Phangg and withseon March 18, 2024 12:52
@bdrsky2010 bdrsky2010 self-assigned this Mar 18, 2024
@Phangg
Copy link
Member

Phangg commented Mar 18, 2024

공유를 같이 못했었네요..!ㅜ
PR 확인이요-!

@withseon
Copy link
Contributor

확인했습니다 - !

@bdrsky2010 bdrsky2010 merged commit d55624c into develop Mar 21, 2024
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.

3 participants