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

Decouple channel and notification #43113

Closed
wants to merge 12 commits into from
Closed

Decouple channel and notification #43113

wants to merge 12 commits into from

Conversation

qnkhuat
Copy link
Contributor

@qnkhuat qnkhuat commented May 24, 2024

No description provided.

@qnkhuat qnkhuat requested a review from camsaul as a code owner May 24, 2024 10:35
@metabase-bot metabase-bot bot added the .Team/BackendComponents also known as BEC label May 24, 2024
Copy link

replay-io bot commented May 24, 2024

Status Complete ↗︎
Commit b5c37d3
Results
⚠️ 2 Flaky
2574 Passed

[metabase.util.malli.schema :as ms]
[toucan2.core :as t2]))

(channel/register! :channel/slack)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

did you mean :channel/email here?

(case (keyword condition-type)
:meets (trs "reached its goal")
:below (trs "gone below its goal")
:rows (trs "results")))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would prefer the whole subject generated in that one case, translation will be easier and of better quality.

@qnkhuat
Copy link
Contributor Author

qnkhuat commented Jun 18, 2024

We introduced channel in #43924.

Notification can be done later.

@qnkhuat qnkhuat closed this Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
.Team/BackendComponents also known as BEC
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants