Submit a merge request that closes this issue to earn points on merge — bounties stack on the standard +40 merge_pr award. New to the repo? See the Contributing guide, and Local Development & SSO to run the app locally (cp .dev.vars.example .dev.vars && pnpm dev, after rebasing on main) and fully test your change before opening the MR.

Description

Context

!score already returns a member's points. Add a one-liner showing the bot's leaderboard rank within the community to drive engagement ("You're #14 of 312, 280 points behind #13").

Acceptance criteria

  • [ ] !score adds a line: Rank: #N of M (X pts behind next, Y pts ahead of previous)
  • [ ] Edge cases handled: rank 1 (no "behind"), rank last (no "ahead")
  • [ ] Member opted out of leaderboard (leaderboard_visible=0): show only own score, no rank

Technical hints

  • scoreboard exposes /api/leaderboard (already exists) — extend the response or add ?around_user=<id> if needed
  • Modify handleScore in selfhost/messaging-apps/signal-messenger/src/src/bot/command-handler.ts (the switch dispatches !score/!leaderboard there)

--- *Submit a merge request that says Closes #<this issue iid> in the description. On merge to main, the GitLab webhook will auto-award your bounty + the standard merge_pr (40 pts) to your scoreboard account. Email on commit must match your Authentik email.*

Relevant files

No relevant files linked yet.

Hints

No hints yet.

Activity

No points have been awarded for this bounty yet.

Comments

No comments yet. Be the first to weigh in.

↑ Top