hamedpro / freeflow-core

🩵⚡️next generation of decentralised collaboration
3 stars 1 forks source link

reputation system #31

Open hamedpro opened 1 year ago

hamedpro commented 1 year ago

think of a way to distinguish users from each other by their activity. just like what stackoverflow does. so others can value their modifications as much it must be valued

hamedpro commented 1 year ago

so there must be upvote and downvote buttons for each unit just like StackOverflow. decisions about each value of each upvote must be made here. also maybe it be better to have some kind of limits on certain activities if user reputation is under x -> it also helps us avoid the bots and ... from effecting votes and reputations and ...

hamedpro commented 1 year ago

now idea of reputation system seems clear to me. just like recommendation system this is a layer in cache calculation which sorts discoverable things of a user. its just like giving each thing a number representing how helpful and important that is. as you know any unit or message and even any user is just a thing under the hood. so in this system its possible for a question to be far more important than a user. this calculations are done entirely in client side and using just the user's discoverable transactions.

hamedpro commented 1 year ago

we must have these 2 :