ajeeq / uitmscheduler

This app can collect list of course requested by user and provide the details of each course such as campus/faculty name, course name, group, start time, end time, day, mode, status, and room/class.
https://play.google.com/store/apps/details?id=com.ajeeq.uitmscheduler
2 stars 1 forks source link

If the icress is under maintenance, should display appropriate message #8

Closed ajeeq closed 1 year ago

ajeeq commented 2 years ago

image

The pseudocode should be like this:

If no campus and faculty
     Display icress is under maintenance
Else
     Continue as usual
ajeeq commented 1 year ago

Fixed as in this commit by adding SnackBar toast. Need to display more appropriate message in SnackBar eg: "Error occured while fetching data from iCRESS". image