enigmaiitd / CampusHack

Library Portal to show currently issued books from IITD Library
1 stars 0 forks source link

UI things #3

Open arpit-saxena opened 5 years ago

arpit-saxena commented 5 years ago

We'll need the following things in the user interface :

arpit-saxena commented 5 years ago
  • [ ] Ask the user when they would like to be notified about the due date. Options could be 1 day or 2 days before due date, at some time. Maybe allow snoozing too to remind at a particular time. (There might even be a reminder library for Android, we could use it)

https://developer.android.com/topic/libraries/architecture/workmanager/basics#java This is a good solution for the issue. We might even add more options to sync such as device being idle / charging / battery not low

PS: So, ok the issue is not how to implement, but to add it to UI to ask the user. Just thought it'd be goo d to have this here

tmibvishal commented 5 years ago

option to sync right now will be done through pull to refresh the recycler view "abhiandroid image"

arpit-saxena commented 5 years ago

Related: #7