hhroc / yellr-android

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

Inform the user what assignments they've already responded to #160

Closed thequbit closed 9 years ago

thequbit commented 9 years ago

A suggestion came in that it would be great if the user, on the mobile app, could see which assignments they've already responded to.

I think this could be done really simply by just keeping track of the assignment ID's on the android device, and when rendering them in the assignment list, have some kind of icon informing the user they've responded to the assignment. Or perhaps a 'you responded on ' text.

A point of discussion is to whether or not we clear out this list if a new CUID is generated.

thequbit commented 9 years ago

Closed in #169