PubInv / PubInv/krake

Firmware, Add read-only Priority Alarm Queue view

Open
#609 0 comments 0 reactions 1 assignee View on GitHub

@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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.