binwiederhier / ntfy

Send push notifications to your phone or desktop using PUT/POST
https://ntfy.sh
Apache License 2.0
18.15k stars 710 forks source link

Filter messages by tag #1087

Open eopo opened 6 months ago

eopo commented 6 months ago

:bulb: 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.

:computer: Target components All clients

wunter8 commented 6 months ago

Do you know about this? https://docs.ntfy.sh/subscribe/api/#filter-messages

eopo commented 6 months ago

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 6 months ago

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