-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Refactor] LectureEvaluationTab string 하드 코딩 제거 #125
Labels
Comments
위와 같은 형식으로 수정해도 괜찮을까요??? 추가로 |
// TODO api v2 리팩토링 필요
@Stable
enum class ExamLevel(val value: String) {
EASY("쉬움"),
NORMAL("보통"),
DIFFICULT("어려움"),
}
// TODO api v2 리팩토링 필요
@Stable
enum class ExamInfo(val value: String) {
FAMILY_TREE("족보"),
TEXTBOOK("교재"),
PPT("PPT"),
WRITING("필기"),
APPLY("응용"),
PRACTICE("실습"),
HOMEWORK("과제"),
}
@Stable
enum class ExamType(val value: String) {
MID_EXAM("중간고사"),
FINAL_EXAM("기말고사"),
NOTE_EXAM("쪽지"),
ETC_EXAM("기타"),
} 이 값들은 서버에 직접 보내는 값이라서 고치면 안돼요~! (api v2로 이사가야해요 ...) |
BEEEAM-J
added a commit
that referenced
this issue
Jan 31, 2024
jinukeu
added a commit
that referenced
this issue
Feb 1, 2024
…e-hardcoding refactor/#125 : LectureEvaluationTab 하드코딩 제거
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
⚒️ Refactor
리팩토링할 내용에 대해 설명해주세요.
LectureEvaluationTab
string
하드 코딩 제거 필요비고
The text was updated successfully, but these errors were encountered: