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

[ADVAPP-1099]: Refactor Notifications to remove Channel traits and allow via to be customized like in traditional Laravel applications #1259

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

danharrin
Copy link
Contributor

@danharrin danharrin commented Jan 22, 2025

Signed-off-by: Dan Harrin [email protected]

Ticket(s) or GitHub Issue

Technical Description

Refactors notifications to use the traditional Laravel mechanisms for sending. Uses custom channels to implement wrapper logic around the standard notification class and traits. Database-only notifications do not have the Queueable trait anymore so do not get queued.

Any deployment steps required?

No

Are any Feature Flags and/or Data Migrations that can eventually be removed Added?

No


Before contributing and submitting this PR, make sure you have Read, agree, and are compliant with the contributing guidelines.

@danharrin danharrin added the Change Type | Chore Cleanup and refactors that improve performance or the codebase that do not largely affect logic. label Jan 22, 2025
danharrin and others added 2 commits January 23, 2025 17:29
…low via to be customized like in traditional Laravel applications

Signed-off-by: Dan Harrin <[email protected]>
@danharrin danharrin marked this pull request as ready for review January 24, 2025 16:41
@danharrin danharrin requested a review from a team as a code owner January 24, 2025 16:41
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Change Type | Chore Cleanup and refactors that improve performance or the codebase that do not largely affect logic.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant