Dismiss or remember new notifications #489

Open
opened 2025-03-01 12:55:14 +00:00 by fricklerhandwerk · 0 comments
fricklerhandwerk commented 2025-03-01 12:55:14 +00:00 (Migrated from github.com)

As a package maintainer subscribed to notification, I want to dismiss viewed notifications so they don't clutter the overview, and remember them as action items so I don't forget them.

Acceptance criteria

There's a workflow to change the state of notifications and view them in the respective collection:

flowchart
  new --> |remember| todo
  todo --> |dismiss| done --> |remember| todo
  new -->|dismiss| done
As a package maintainer subscribed to notification, I want to dismiss viewed notifications so they don't clutter the overview, and remember them as action items so I don't forget them. ## Acceptance criteria There's a workflow to change the state of notifications and view them in the respective collection: ```mermaid flowchart new --> |remember| todo todo --> |dismiss| done --> |remember| todo new -->|dismiss| done ```
Sign in to join this conversation.
No description provided.