Skip to content

Commit

Permalink
clarify notifications scope usage by adapters (#2676)
Browse files Browse the repository at this point in the history
  • Loading branch information
foxriver76 authored Apr 15, 2024
1 parent d754df2 commit 79fe972
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -376,8 +376,9 @@ The js-controller defines in its io-package the system scope together with all d
```

#### How to define own scopes?
Each adapter can define its own "scopes" for own notifications with its own categories which then will be available in the system.
Please contact the core development group if you plan to add an own scope so that scope names can be checked to stay unique.
Each adapter can define its own "scopes" for own notifications with its own categories which then will be available in the system.
You can use the name of your adapter as a scope, e.g. `hm-rpc` to avoid conflicts with other scopes.
If you plan on using a general purpose scope, please contact the core development group so that scope names can be checked to stay unique.
The same applies if you see the need to enhance the system scope by additional categories.
Let's discuss the requirements that they can also be added officially into upcoming js-controller versions.

Expand Down

0 comments on commit 79fe972

Please sign in to comment.