quickhac / qhac-android

A port of QuickHAC to Android.
2 stars 1 forks source link

Add Low Grade Alerts #14

Open patil215 opened 10 years ago

patil215 commented 10 years ago

Add alerts for if a grade in a class drops below a certain value.

xsznix commented 10 years ago

Wouldn't this be redundant with grade change notifications, though? Maybe add an indicator on the notification itself, so compared to an unmarked notification,

90 in AP Procrastination, cycle 6

the low grade alert would read:

WARNING! 70 in AP Procrastination, cycle 6

patil215 commented 10 years ago

Many users don't want to be constantly reminded of their grades by being notified whenever they change, but do want to be notified if a grade drops below a certain level.

This would be pretty trivial to implement; all it requires is an additional radiobutton in the settings menu so that the user can choose between two options: -Notify me when any grade changes -Notify me when a grade drops below a set amount

This would simply involve an additional check in the background grade parsing method.