PAR-95
0
Notify firm when an employee joins
Pending ReleaseNormalrianBusinessFeature
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.
Resources
- commit08b8cbb Add firm notification service + incoming-transfer notices (PAR-94, PAR-56)MCCitiesNetwork/Business
Comments
No comments yet.
Activity
- tesks changed status to Status → Pending Release
- tesks changed status to Status → In Progress
- paradaux description: Description updated
- paradaux changed status to Status → Planned
- ParadauxIO linked a commit — Commit 08b8cbb — Add firm notification service + incoming-transfer notices (PAR-94, PAR-56)
- ParadauxIO linked a commit — Commit 08b8cbb — Add firm notification service + incoming-transfer notices (PAR-94, PAR-56)
- tesks created the issue