Skip to content

Add channel name to communication channels #41

Description

@yakari007
  • All channels will have the name 'default' if the channel name is not specified

  • And we should make sure that the communication name is slugified. Meaning that if the channel name is Support Channel, we should convert it to support-channel.

  • After we add it to database and generate all the models, you need to update Communicate::sendNotification() method to select the preferred channel to send notification to. I added the variable so that you can test with the tickets. When you create ticket it should send notification to Leo Owner with the preferredChannel = 'support'.

  • If the preferredChannel is not specified you should only select the channels where the channel name is 'default'.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions