thaliproject / postcardapp

A sample app to demonstrate how to build Thali applications
MIT License
22 stars 5 forks source link

Sync only changes means cards are not always ordered by time #86

Closed deadlyfingers closed 8 years ago

deadlyfingers commented 8 years ago

If a phone starts syncing then 'new' cards are pushed to the top of the list. This is normally a good thing but strictly speaking these 'new' cards will not be sorted by time. This is a UX concern and it maybe me being fussy?

yaronyg commented 8 years ago

I don't think it's unreasonable to have a time stamp on each card and order by the time stamp.

deadlyfingers commented 8 years ago

Also as we are using human readable times using moment js the dates would need to be updated in the list at least every minute. Although when scrolling the list the values will refresh as the model calculates a new value.