As a user,
I want to receive notifications when new text messages appear in any connected server,
so that I can stay informed even when I am not actively viewing the conversation.
Acceptance Criteria
A notification is triggered when a new message is received in any connected server
On Windows:
A notification sound is played
The application icon is highlighted (orange/yellow) in the taskbar
On Linux:
A system notification is shown
The application icon is highlighted similarly (where supported)
Notifications include:
Server name
Channel name
Message preview (if allowed)
Users can:
Disable all notifications globally
Enable/disable notifications per server
Enable/disable notifications per channel
Notification preferences are persisted across sessions
Notifications respect user presence/status (if applicable, e.g., do not disturb)
Definition of Done
Notifications work reliably across supported platforms (Windows & Linux)
User preferences are saved and correctly applied
Visual and sound cues behave as expected
Feature is tested for multiple servers and channels simultaneously
No duplicate or missing notifications occur
### User Story
> As a user,
> I want to receive notifications when new text messages appear in any connected server,
> so that I can stay informed even when I am not actively viewing the conversation.
---
### Acceptance Criteria
* A notification is triggered when a new message is received in any connected server
* On Windows:
* A notification sound is played
* The application icon is highlighted (orange/yellow) in the taskbar
* On Linux:
* A system notification is shown
* The application icon is highlighted similarly (where supported)
* Notifications include:
* Server name
* Channel name
* Message preview (if allowed)
* Users can:
* Disable all notifications globally
* Enable/disable notifications per server
* Enable/disable notifications per channel
* Notification preferences are persisted across sessions
* Notifications respect user presence/status (if applicable, e.g., do not disturb)
---
### Definition of Done
* Notifications work reliably across supported platforms (Windows & Linux)
* User preferences are saved and correctly applied
* Visual and sound cues behave as expected
* Feature is tested for multiple servers and channels simultaneously
* No duplicate or missing notifications occur
myxelium
added this to the Zoracord 1:1 project 2026-03-23 14:55:00 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
User Story
Acceptance Criteria
A notification is triggered when a new message is received in any connected server
On Windows:
On Linux:
Notifications include:
Users can:
Notification preferences are persisted across sessions
Notifications respect user presence/status (if applicable, e.g., do not disturb)
Definition of Done