Uneconly is cross-platform schedule app for SPbSUE university meant to make accessing, sharing and remembering schedule simple and accessible from any device
Currently Uneconly is in early release stage with many features to come later. You can view upcoming tasks in Uneconly project
Other options to view schedule:
Schedule page | Select your group page |
---|---|
As mentioned above, there is fully functioning Uneconly Telegram bot where you can access your schedule
Github repository (Bot and Backend for Uneconly App): https://github.com/smart7even/schedule-bot
Generate test coverage report
flutter test --coverage
genhtml coverage/lcov.info -o coverage/html
Open test coverage report
open coverage/html/index.html