rsanchez-wsu / RaiderPlanner

The best study planner since the Gantt Diagram
GNU General Public License v3.0
5 stars 83 forks source link

Clean/Fix Notifications Check #31

Open Matt2233 opened 7 years ago

Matt2233 commented 7 years ago

Currently there is part of the code that is suppose to check for different notifications (upcoming exams and assignments) and then warn the user in different intervals (one week and then two days prior) of the ones that are coming up. This part of the code is actually still incomplete and is currently commented out. This part of the code can be found in "StudyPlannerController.java".

For the entire notifications process to work, a few things need to be fixed, while others can simply be updated:

(Updated 9/14)

rsanchez-wsu commented 7 years ago

@Matt2233 This is very good. Please document in #14 what settings the user should need to have access to in the application-level preferences and what the sensible defaults should be. As the idea for this issue fleshes out and the details emerge, we can continue to update #14 to make sure that everything needed for this is properly accounted for.