BE
beleavemebe/itis-timetable
App for the students of ITIS to view their timetables in a convenient way
ITIS Timetable
Application for ITIS students to view their timetables in a convenient way.
Original timetable content lies in the google spreadsheet.
To parse it, I wrote a designated Spring Boot application — a convenient REST API that I utilize in this app. This way user always has the latest timetable version
while still being able to view it offline thanks to the cache in the local database.
Key features
- Timetable content caching
- Automatic synchronization of local timetable data with the remote state
- Unwanted subjects can be hidden from the schedule
- Simple and user-friendly UI
- Dark theme
Main screen
Main screen of the application displays daily schedule for the group picked by user. Horizontal scrolling allows to view schedule for each day of the timetable.
Group selection screen
Subject info screen
Primary subject selection screen
Here the user can select their elective course or, as in this case, their english group, so that it appears in the schedule.





