Paradaux
IssuesPAR-95Planned
0

Notify firm when an employee joins

Notify online firm members in-game when a new employee joins the firm (employment offer accepted / hire confirmed).

Built on the firm notification system (PAR-94) — call notifyFirm(firmId, "business.notify.employee.joined", "player", name) after a successful join.

Technical notes — the join happens in FirmRequestServiceImpl (offer accept) / FirmStaffServiceImpl. There's already a partial broadcast to online staff in RequestCommands.offer (the offer, not the accept); this is about the accept completing. Fire the notification once the employee row is created. Skip notifying the new hire themselves via notifyFirmExcept.

Comments

No comments yet.

Activity

  • paradaux description: Description updatedJun 7, 2026, 9:02 PM
  • paradaux changed status to Status → PlannedJun 7, 2026, 9:02 PM
  • ParadauxIO linked a commit — Commit 08b8cbb — Add firm notification service + incoming-transfer notices (PAR-94, PAR-56)Jun 7, 2026, 2:49 PM
  • ParadauxIO linked a commit — Commit 08b8cbb — Add firm notification service + incoming-transfer notices (PAR-94, PAR-56)Jun 5, 2026, 11:14 AM
  • tesks created the issueJun 5, 2026, 11:09 AM