modules/slots/slots library

Classes

CourseToSlot
Maps a MoodleCourse to a Slot.
Reservation
A reservation for a Slot.
ReservationDateTimeConverter
Converts a DateTime to a string in the format 'yyyy-MM-dd' and vice versa.
Slot
A reservable slot in the school's timetable.
SlotAggregate
An aggregate of a Slot with its User supervisors and MoodleCourse.
SlotsDatasource
Datasource mapping the slots endpoints.
SlotsModule
Implements the slot reservation feature.
SlotsRepository
Holds all slots the current user can reserve.
SlotWidget
A widget that displays a SlotAggregate.

Enums

SlotTimeUnit
A time unit as defined in lb_planner_plugin
Weekday
The weekday of a Slot.

Extensions

SlotAggregateX on Iterable<Slot>
Aggregates a list of Slots with their User supervisors and MoodleCourses.
SlotX on Slot
Aggregates a Slot with its User supervisors and MoodleCourse.