farbodsz / TimetableApp

The modern way to manage your school life.
Apache License 2.0
2 stars 2 forks source link

Reminders #68

Open farbodsz opened 8 years ago

farbodsz commented 8 years ago

Just like how assignments can be added, which show up on the "Things to-do" page, it would be great if other notes can be added, which I'm thinking could be referred to Todo in code.

I'm thinking Todo could be a subclass of Assignment, so that it could be displayed easily in AssignmentsActivity.

farbodsz commented 8 years ago

Todo could have an optional classId, with options for an optional reminder/notification.

farbodsz commented 7 years ago

Perhaps it would make more sense to call it a "reminder".