mitar / exposer

Expose all social posts in one place.
Other
4 stars 7 forks source link

When adding new posts in real-time, add them ordered by time #12

Closed mitar closed 11 years ago

mitar commented 11 years ago

Currently, we are assuming that new posts are really newer than all others. But because some posts are coming late to our system it might happen that in reality they are older than something we already displayed. This is a bit strange. Should we still display it on the top (so that people can see it) or find proper spot among all displayed posts?

mitar commented 11 years ago

Done with using jQuery isotope.