mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #1087] Filter messages by tag #762
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#762
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @eopo on GitHub (Apr 14, 2024).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1087
💡 Idea
Currently, tagging messages with text tags does not do anything different, than just including the tags in the message body.
A user would greatly benefit from being able to filter messages by tag, ideally by just clicking on a tag on an existing message.
In a use case of server monitoring with the server name, data center name or similar as tags, a user could filter messages by server and therefore easily find out, if a server is back up after sending an error or if a high temperature alert is recurring.
Styling tags in a button fashion could improve the usability by implying, that tapping them does something.
💻 Target components
All clients
@wunter8 commented on GitHub (Apr 14, 2024):
Do you know about this? https://docs.ntfy.sh/subscribe/api/#filter-messages
@eopo commented on GitHub (Apr 14, 2024):
Yeah, but unfortunately at least the iOS-App and the Web App don't support it. That's why I mentioned clients as target components.
@wunter8 commented on GitHub (Apr 14, 2024):
The project creator decided not to implement this in the past: https://github.com/binwiederhier/ntfy/issues/703
I'm not sure if anything has changed