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

share_event is in the scoreboard CHECK constraint (5 pts) but no service awards it. Wire event-service to the bot's !share path so members get credit for amplifying events.

Acceptance criteria

  • [ ] When Signal bot forwards an event link, it pings event-service /api/events/<id>/shared
  • [ ] Event-service awards share_event to the sharing user (idempotent per source_id=share:<event_id>:<user_id>)
  • [ ] Endpoint authenticated with BOT_API_KEY

Technical hints

  • Look at apps/signal-bot/src/src/integrations/event-client.ts for existing event API calls
  • Idempotency idiomatic for scoreboard — already enforced by idx_point_events_source unique index

--- *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