arj03 / ssb-browser-demo

A secure scuttlebutt client interface running in the browser
Other
58 stars 11 forks source link

Timeline improvements #32

Open arj03 opened 3 years ago

arj03 commented 3 years ago

So loose ideas:

KyleMaas commented 3 years ago

How would grouping of people work?

arj03 commented 3 years ago

Maybe something like one of these:

arj03 commented 3 years ago

A much easier thing than the group might be to have a direct follow filter like the threads filter.

KyleMaas commented 3 years ago

That much, I could accomplish. See #50.

KyleMaas commented 3 years ago

From here:

https://github.com/fraction/oasis/blob/d6737020110655b1b2a0c0903ea2746d02dc1966/src/models.js#L1294

It looks like they're determining popularity by quantity (and value, positive or negative) of votes within a recent time period?

arj03 commented 3 years ago

@KyleMaas yes. I did an experiment once where the user would be able to fiddle with the variables: how much weight is votes / posts from friends compared to others. I think for now it would be best with a simple algorithm like the one in oasis :)