-
Notifications
You must be signed in to change notification settings - Fork 28
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
Add new endpoints to set a process / state as notified/not notified for all user #6660
Labels
Enhancement
New feature
Comments
quinarygio
added a commit
that referenced
this issue
Jun 25, 2024
…or all user (#6660) Signed-off-by: Giovanni Ferrari <[email protected]>
quinarygio
added a commit
that referenced
this issue
Jun 25, 2024
…or all user (#6660) Signed-off-by: Giovanni Ferrari <[email protected]>
quinarygio
added a commit
that referenced
this issue
Jun 26, 2024
…or all user (#6660) Signed-off-by: Giovanni Ferrari <[email protected]>
quinarygio
added a commit
that referenced
this issue
Jun 27, 2024
…or all user (#6660) Signed-off-by: Giovanni Ferrari <[email protected]>
quinarygio
added a commit
that referenced
this issue
Jun 28, 2024
…or all user (#6660) Signed-off-by: Giovanni Ferrari <[email protected]>
freddidierRTE
pushed a commit
that referenced
this issue
Jun 28, 2024
…or all user (#6660) Signed-off-by: Giovanni Ferrari <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need to be able to create a new process/state having no user receiving the process/state by default
To do that the idea is to provide an endpoint to set ProcessStatesNotNotified for all users with one request
The end point will be from the service point
The body shall contains the processId and the state to modify
The modification will address only the existing user settings , it a user has no settings, no settings is to be created
Should be tested via karate tests
Add a command line in cli to access this endpoint , the endpoint shall be access via nginx (port 2002)
The same is to be done for ProcessesStatesNotifiedByEmail
End point : /notificationConfiguration/processStateNotifiedByMail
cli :
opfab users notif-config set-not-notified-mail ...
opfab users notif-config set-notified-mail
The text was updated successfully, but these errors were encountered: