Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support filtering notification types #2885

Open
mattcen opened this issue Jun 14, 2024 · 4 comments
Open

Support filtering notification types #2885

mattcen opened this issue Jun 14, 2024 · 4 comments
Labels
c: feature Request for new feature

Comments

@mattcen
Copy link

mattcen commented Jun 14, 2024

Allow users to choose which types of notifications they do or do not wish to receive.

My specific use-case is to filter out admin-specific notifications, such as admin.sign_up and admin.report.

Obviously the correct way to do this is add some toggles to the (currently "under construction") notification settings page, but I don't speak Vue and don't have capacity to learn enough right this minute, but figured at least I can get started on describing what needs to be done. It'll involve something like this to create a toggle/checkbox, but I've not yet dug into exactly where settings need to be defined and how to use them.

Anyway, this is a start, and maybe I'll dig into this a bit more when I have more time on my hands.

@mattcen mattcen added the s: pending triage Pending Triage label Jun 14, 2024
Copy link

stackblitz bot commented Jun 14, 2024

Solve in StackBlitz Codeflow Start a new pull request in StackBlitz Codeflow.

@shuuji3 shuuji3 added c: feature Request for new feature and removed s: pending triage Pending Triage labels Jun 14, 2024
@ayoayco
Copy link
Member

ayoayco commented Aug 8, 2024

Hi @mattcen! We don't have a setting like this, but we currently have a way to filter in the notifications page. 'Sign-Up' and 'Report' are specifically for admins. Is this good enough in the mean time? -- you can also bookmark the following links if you like:

  1. Sign-up: https://elk.zone/notifications/admin.sign_up
  2. Reports: https://elk.zone/notifications/admin.report

Maybe an improvement can be made to only receive incoming notifications depending on the selection there.

Screenshot from 2024-08-08 20-32-08

@mattcen
Copy link
Author

mattcen commented Aug 8, 2024

Heya! I did find that menu, but unfortunately it doesn't fit my needs; I specifically want to see all notifications excluding reports and signups from my notifications (I'm on hiatus as a moderator).

Thanks for replying regardless!

@ayoayco
Copy link
Member

ayoayco commented Aug 8, 2024

Ah that's what you mean by filtering! :)

Let's keep this open then, I think it's workable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: feature Request for new feature
Projects
None yet
Development

No branches or pull requests

3 participants