hhroc / yellr-server

Server for yellr project
GNU Affero General Public License v3.0
6 stars 5 forks source link

Display a marker that shows where the user 'left off' in the post list #226

Open thequbit opened 9 years ago

thequbit commented 9 years ago

Once we start getting a lot of posts, I think it's going to be imperitive that will supply the users of the moderator interface some additional tools to assit in filtering and tracking posts.

I think having some kind of marker to let them know that "this is the last post you saw the last time you logged in" makes sense.

Nolski commented 9 years ago

This is really interesting. I'm pretty sure that i could put a scroll notifier on every few posts and fire an ajax call to update according to the login session. We will probably want to be careful with how often we update. The complexity of this might be a bit annoying too since we will need to make multiple calls to the server when the user first loads the page to get the post offset and then call for the posts.

228 should help with this.