ERNICommunity / erni-moods-android

Android ERNI moods app (Hack Sessions)
0 stars 0 forks source link

How to handle multiple moods? #11

Closed guslong closed 10 years ago

guslong commented 10 years ago

We don't want to fill up the map with moods leaving a trail of moods by the users... but we might want to keep all the moods in the backend so we can do the mood history. So, rather than deleting the user moods in the backend, we should have a setting that displays only the last mood by that user on the map.

elgrangrifon45 commented 10 years ago

https://github.com/ERNICommunity/erni-moods-backend

If you look at the current version of the backend, you'll see that they have added a timestamp to the moods. I integrated the functionality yesterday. We can use the timestamp.

elgrangrifon45 commented 10 years ago

Added functionality to sort the moods-list by date and username and then delete the objects older than the most recent.