Firmware, Add read-only Priority Alarm Queue view
Open
@nk25719 is already working on this.
Since Sep 3, 2026.
enhancement
- Dominant language
- C++
- Stars
- 8
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Description
Add a view that allows users to navigate through alarms received by Krake. This first version is for viewing only and must not modify alarm states.
Display for each alarm
- Alarm message
- Severity level
- Time received
- Current status, if available
Required behavior
- Users can open the Priority Alarm Queue.
- Users can scroll through alarms in time order.
- Users can open an alarm to view its details.
- Viewing the queue must not acknowledge, clear, delete, or reorder alarms.
- Define what happens when the queue reaches its storage limit.
Acceptance criteria
- Alarms are shown in a consistent chronological order.
- Severity and received time are visible.
- Navigation does not interrupt active alarm handling.
- Opening an alarm does not change its state.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.