Skip to content

Commit

Permalink
Merge pull request #537 from 014967/feature/new_attendancetype
Browse files Browse the repository at this point in the history
새로운 출석 점수 반영
  • Loading branch information
014967 authored Sep 1, 2024
2 parents 4d8bd03 + bc69bfb commit 9d13272
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/java/com/mashup/ui/mypage/AttendanceType.kt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ enum class AttendanceType(@DrawableRes val resourceId: Int) {
MASHUP_SUBLEADER(R.drawable.img_mashupsubleader),
TECH_BLOG_WRITE(R.drawable.img_techblogwrite),
MASHUP_CONTENTS_WRITE(R.drawable.img_mashupcontentswrite),
ADD_SCORE_DURING_SEMINAR_ACTIVITY_0_5(R.drawable.img_presentation),
ADD_SCORE_DURING_SEMINAR_ACTIVITY_1(R.drawable.img_presentation),
DEFAULT(R.drawable.img_default_score);

companion object {
Expand Down

0 comments on commit 9d13272

Please sign in to comment.