A user should be able to view the events from the past. #242
Labels
enhancement
New functionality that we agreed on to add in the future.
feature: timetable / calendar
Includes anything regarding lessons (timetable) and events (calendar).
Description
Currently, it's only possible to view the calendar events from today or of the future. But sometimes it's helpful to view the events from the past. Possible use cases are:
Implementation
The implementation should be straightforward because we just need to change this query to
isLessThanOrEqualTo
:sharezone-app/app/lib/util/api/timetableGateway.dart
Line 99 in 4c28345
The text was updated successfully, but these errors were encountered: