[Backend & Frontend] Create API Contract
In order for more efficient integration
TODO
Discuss with frontend team
Result (WIP)
#86 (closed) = Using id of study plan, update notes
#84 (closed) = Using id of study plan courses, update status for each study plan course -> might need batch update API
-
Using id of student/lecturer, get instance of course class ->
CourseClassMeetings
-> kode, nama, tanggal, jam -
Using id of
CourseClassMeetings
, get berita acara perkuliahan
#75 (closed) = Using id of CourseClassMeetings
, return all class participant + attendance
- Update:
- Date time class (start and end)
- Date time attendance (start and end)
- Class link
- Topic
- Notes
-
#85 (closed) = Using id of
CourseClassDetailed
, set participant attendance -> batch update API
#87 (closed) -> create new CourseClassDefaultSchedule with body includes courseClassId and list of {day, start, end}
#88 (closed) -> Using id of CourseClass to get all related CourseClassDefaultSchedule (list of {day, start, end})