AY1920S1-CS2113T-F14-4 / main

SpinBox is module management application for NUS students
2 stars 4 forks source link

Add Exception for Schedulable #204

Closed TCK1997 closed 4 years ago

TCK1997 commented 4 years ago

Add checkValidEndDate method for Schedulable. Update Schedulable children constructor to check if end date is valid. Update SetDateCommand to ensure SetDate do not remove task if command fails. Update tests with invalid end dates. Closes #165