beleavemebe / itis-timetable

App for the students of ITIS to view their timetables in a convenient way

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Main screen light Main screen dark

Group selection screen

Main screen light

Subject info screen

Main screen light

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.

Main screen light

Other destinations

Main screen light

About

App for the students of ITIS to view their timetables in a convenient way

License:MIT License


Languages

Language:Kotlin 100.0%