maxkoshevoi / NureTimetable

Xamarin Forms application for viewing timetable of groups, teachers and rooms of the Kharkiv National University of Radio Electronics
https://play.google.com/store/apps/details?id=com.whitebox.nuretimetable
41 stars 5 forks source link

Add notification if some changes are detected in timetable for nearest N days #18

Open maxkoshevoi opened 4 years ago

maxkoshevoi commented 4 years ago

If after update something changes in timetable, user will be notified

Proposed N = 7

ghost commented 4 years ago

Of course, there should be a notification, and also so that when passing to the application after this notification, you can immediately click the button and update the schedule. (according to the type of plate "Recommended to update").

maxkoshevoi commented 4 years ago

@Felkree this notification can only be sent AFTER update (how else can I compare old and new timetable). So for now, you'll need to trigger update by yourself, and after update is finished, notification will appear

ghost commented 4 years ago

@maxkoshevoi Ok. So autoupdate + notification will be the best change.

maxkoshevoi commented 4 years ago

@Felkree yes, but notification by itself will be useful too. You won't need to check timetable for changes after update this way