Closed hanfel-dovned closed 8 months ago
For now, sort
should just be store
organized by timestamp minus hidden
.
We will need to get this somewhat live before messing too much with sorting algorithms.
The backend no longer serves hidden entries to the frontend.
Right now
boosts
andhidden
aren't factored into the way the feed is served to the frontend. This wouldn't be hard to do on its own, but actually,sort
is probably the actual data structure that should be served. What does this sorting algorithm look like?