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

[Feat] #153- 출석 조회하기 API 연결 #157

Merged
merged 19 commits into from
Apr 16, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[Chore] #153- 파일 위치 변경
devxsby committed Apr 15, 2023

Verified

This commit was signed with the committer’s verified signature.
mrgrain Momo Kornher
commit 52907eec4ebcee152137a9128a28e73e63c08010
Original file line number Diff line number Diff line change
@@ -11,13 +11,6 @@ import UIKit
import Core
import DSKit

public enum AttendanceStateType: String, CaseIterable {
case all = "전체"
case attendance = "출석"
case tardy = "지각"
case absent = "결석"
}

/*
(전체: 00회)를 표현하는 단일 영역 뷰입니다.
*/
Original file line number Diff line number Diff line change
@@ -11,11 +11,6 @@ import UIKit
import Core
import DSKit

public enum TodayScheduleType {
case unscheduledDay /// 일정 없는 날
case scheduledDay /// 일정(세미나, 행사) 있는 날
}

/*
출석 조회하기 뷰의 상단 오늘의 일정을 보여주는 뷰 입니다.
*/