Skip to content

Multiple group_code #13

@slavomir-sidor

Description

@slavomir-sidor

Steps required to reproduce the problem

  1. Standard requests for CNS services allow company request multiple groups,
  2. CNS Client allows you to configure and require just one group_code, and must be set.
    3.Makes NotificationServiceInterface unusable in one application with multiple groups
  3. Even When I override the service, the bundle configuration interface, do not allow me to add, any other group configuration,

Expected Result

I expect group_code to be an array and operation send(NotificationInterface $notification) on NotificationServiceInterface , to be extended with second parameter $group, which is specified in config as array and would be value only from this config variable otherwise exception will be thrown, send(NotificationInterface $notification, string $group).
Second parameter will service know, thru which group notification will be sent.

Actual Result

  • not implementable

May we discuss solution and create a pull request, thanks a lot!
Slavomir

Metadata

Metadata

Assignees

No one assigned

    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