hhroc / yellr-android

YellR Android App
GNU General Public License v2.0
2 stars 5 forks source link

Change now assignment notifications are displayed #196

Open thequbit opened 9 years ago

thequbit commented 9 years ago

Notifications for new assignments should only be displayed twice:

1. The first time the assignment is seen after hitting the JSON endpoint
2. If there are less than 24 hours until the assignment expires.

I think we should achieve this by using a running list of assignments seen, and only display the notification if one of the above to cases is met.

thequbit commented 9 years ago

Debjit, do you think you could work on this issue next?

Additionally, if someone responds to an assignment, it should not pop up again.

thequbit commented 9 years ago

Also, this same ticket needs to be opened on ios. I'll do that this afternoon/evening.