Edvinas01 / meme-grid

A grid for memes
MIT License
9 stars 9 forks source link

Sort memes by day #8

Closed ugnelis closed 6 years ago

ugnelis commented 6 years ago

In my opinion, it would be nice to memes sorting feature. That also would decrease chance to see same meme many times.

Cheers!

Edvinas01 commented 6 years ago

Memes are sorted by ids. Each new meme gets an new id which is higher than the previous one. Idea is that you'll only be seeing around 100 or so latest memes. So you'll never see duplicates.

Also there is a unique constraint on meme url, so you shouldn't be seeing dupes.

ugnelis commented 6 years ago

@Edvinas01 oh I see. Thank you