mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[GH-ISSUE #302] [Feature]: Editable Notification Text #188
Labels
No labels
A1
automated
automated
bug
bug
Closed due to inactivity
contrib
dependencies
dependencies
duplicate
enhancement
feedback
hold
invalid
Notes
P1S
pull-request
security
security
ThumbsUp
user-report
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bambuddy#188
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 @VREmma on GitHub (Feb 8, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/302
Originally assigned to: @maziggy on GitHub.
Problem or Use Case
I'd like to be able to send pinging notifications (specifically on Discord notifications) to certain groups for certain messages.. Basically, in my workflow, I handle most errors, but anybody in the household can clear a build plate... I'd like to be able to ping the different groups in Discord messages, depending on the message type. Maybe even having custom Content... It would also be nice to be able to attach an image of the build plate at the end of jobs to the message (it looks possible with the httpx python and some simple code from the discord webhook guide at https://birdie0.github.io/discord-webhooks-guide/tools/python.html#sending-attachments )
Proposed Solution
I don't know if file based templates, or SQL based templates would be best. I also don't know what template system would be best for it (for example jinga2 or something already built in).
Alternatives Considered
Right now I just have notifications turned on for every message in that channel.. which is kinda annoying.
Feature Category
Notifications
Priority
Nice to have
Mockups or Examples
No response
Contribution
Checklist
@maziggy commented on GitHub (Feb 8, 2026):
Can you please exactly specify what you need? I'm not that familiar with Discord.
@Locxion commented on GitHub (Feb 9, 2026):
The attachment of Images (mid job or on finished jobs) is also mentioned in #306
Tagging an User or a Group with the @User/Group could be helpfull to alert specific Group/User on a Notification
@Locxion commented on GitHub (Feb 9, 2026):
Tagging or Mention (how its in discord terms) doesnt work in embeds
you need to have the UserId or the RoleId configured that you want to mention
At
github.com/maziggy/bambuddy@f094c16012/backend/app/services/notification_service.py (L347-L374)it should look something like this
or to mention a role
also to mention a user/role the webhook have to have the permission
allowed_mentions@github-actions[bot] commented on GitHub (Mar 3, 2026):
This issue has been marked as stale due to inactivity. It will be closed in 7 days if there is no further activity.