Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Territory ranking improvements #1889

Open
huumn opened this issue Feb 9, 2025 · 0 comments
Open

Territory ranking improvements #1889

huumn opened this issue Feb 9, 2025 · 0 comments
Labels
enhancement improvements to existing features territories

Comments

@huumn
Copy link
Member

huumn commented Feb 9, 2025

Currently we have global trust scores and personalized trust scores for stackers, but neither of these consider the topic/domain/territory.

Additionally, founders of territories are conflicted - they'll often zap stuff in their territory to support people posting in their territory and not necessarily because they like the post. This can negatively affect their trust scores and ideally it wouldn't.

To improve this, we should

  • modify trust computation to give conflicted and unconfliced global trust scores to territory founders
    • that is a global trust score when they are and aren't zapping things in their territory, so that their effect on homepage ranking is more accurate
  • create independent trust graph for each territory where founder is the seed, and rank posts in the territory based on this graph and not global
    • this will involve adding a subName to the Arc table (where null is for global)
    • this will require giving each Item a weightedVotes for each territory it belongs to (when crossposting is live) and for the frontpage/global (subName = null)
@huumn huumn added enhancement improvements to existing features territories labels Feb 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement improvements to existing features territories
Projects
None yet
Development

No branches or pull requests

1 participant