urbit / Aegean

Productizing Urbit
3 stars 1 forks source link

Feed sorting #5

Closed hanfel-dovned closed 8 months ago

hanfel-dovned commented 8 months ago

Right now boosts and hidden 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?

tiller-tolbus commented 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.

hanfel-dovned commented 8 months ago

The backend no longer serves hidden entries to the frontend.