Skip to content

Refactor Message to Notification #147

@StefanMaron

Description

@StefanMaron

Hi David!

I just realized that I could make far more use of Notifcations and that it often makes sense to use a notification instead of a message.
That way the flow in BC can better for the user, as he does not get interrupted by message so often.

What do you think about the idea to refactor A message into a notification.

This:

Message('Some message to show to the user');

To this:

MyNotification.Message('Some message to show to the user');
MyNotification.Send();

When a label already is in place, that should be used obviously.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions