-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from AdultOfNineteen/bug/issue-6
[BUG] 노트 작성 문제 수정
- Loading branch information
Showing
15 changed files
with
198 additions
and
181 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
core/common/src/main/java/com/teamwiney/core/common/model/WineSmell.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
package com.teamwiney.core.common.model | ||
|
||
enum class WineSmell(val type: String, val value: String, val korName: String) { | ||
FRUIT("FRUIT", "FRUIT", "과일향"), | ||
BERRY("FRUIT", "BERRY", "베리류"), | ||
LEMONANDLIME("FRUIT", "LEMONANDLIME", "레몬/라임"), | ||
APPLEPEAR("FRUIT", "APPLEPEAR", "사과/배"), | ||
PEACHPLUM("FRUIT", "PEACHPLUM", "복숭아/자두"), | ||
TROPICALFRUIT("FRUIT", "TROPICALFRUIT", "열대과일"), | ||
FLOWER("NATURAL", "FLOWER", "꽃향"), | ||
GRASSWOOD("NATURAL", "GRASSWOOD", "풀/나무"), | ||
HERB("NATURAL", "HERB", "허브향"), | ||
OAK("OAK", "OAK", "오크향"), | ||
SPICE("OAK", "SPICE", "향신료"), | ||
NUTS("OAK", "NUTS", "견과류"), | ||
VANILLA("OAK", "VANILLA", "바닐라"), | ||
CHOCOLATE("OAK", "CHOCOLATE", "초콜릿"), | ||
FLINT("OTHER", "FLINT", "부싯돌"), | ||
BREAD("OTHER", "BREAD", "빵"), | ||
RUBBER("OTHER", "RUBBER", "고무"), | ||
EARTHASH("OTHER", "EARTASH", "흙/재"), | ||
MEDICINE("OTHER", "MEDICNE", "약품") | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.