-
Notifications
You must be signed in to change notification settings - Fork 1
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] Add timeline widget for android #196
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #196 +/- ##
==========================================
- Coverage 39.00% 38.96% -0.04%
==========================================
Files 80 80
Lines 4879 4884 +5
==========================================
Hits 1903 1903
- Misses 2976 2981 +5 ☔ View full report in Codecov by Sentry. |
package org.sparcs.otlplus.api | ||
|
||
object TimetableData { | ||
val lectures: List<Lecture> | ||
get() = listOf( | ||
Lecture( | ||
name = "프로그래밍 기초", | ||
place = "(E11)창의학습관 308", | ||
professor = "김교수", | ||
timeBlocks = listOf( | ||
TimeBlock( | ||
weekday = WeekDays.Mon, | ||
start = LocalTime(9, 0), | ||
end = LocalTime(12, 0), | ||
), | ||
TimeBlock( | ||
weekday = WeekDays.Wed, | ||
start = LocalTime(10, 30), | ||
end = LocalTime(12, 0), | ||
), | ||
), | ||
course = 317 | ||
), | ||
Lecture( | ||
name = "지속가능 사회 인프라 시스템과 환경의 이해", | ||
place = "(E11) 창의학습관 208", | ||
professor = "김교수", | ||
timeBlocks = listOf( | ||
TimeBlock( | ||
weekday = WeekDays.Mon, | ||
start = LocalTime(16, 0), | ||
end = LocalTime(17, 30), | ||
), | ||
TimeBlock( | ||
weekday = WeekDays.Wed, | ||
start = LocalTime(16, 0), | ||
end = LocalTime(17, 30), | ||
), | ||
), | ||
course = 100 | ||
) | ||
) | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@happycastle114 저 이 부분 API 불러오기 하면 되는데 일단 남겨놓겠습니다 담에 동방 가서 마무리할게요
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
넹 한번 저도 확인해볼게요
This reverts commit 1e694b6.
todo: make responsive view & impl timetable and timeline
TODO: change block color
TODO: API
08d7c01
to
06a1c9d
Compare
#195
https://www.figma.com/design/eaej927cmx0jxiF99VmxhV/OTL-App?node-id=4756-3882&node-type=canvas&t=M2l0TnL47ud7RmT5-0