Skip to content
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

Added mutation services for subscrib/unsubscribe to active/passive no… #190

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

manu-govind
Copy link
Collaborator

@mkrystof - This is promotion of the PoC mutations to graphQL mutations project, These mutations will change eventually to 3-4 generic ones. At this point, these changes are just to reflect the PoC changes done on notifications ktor, so that we have something to show for until the actual notifications ktor is in place and its corresponding graphQl mutations are in place

Copy link

sonarcloud bot commented Sep 16, 2024

* @param dataStreamRoute String
* @param jurisdiction String
* @param daysToRun List<String>
* @param deliveryReference String
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the delivery reference? We may want to give a description here or rename. I think the original intent of the delivery reference was to be a reusable delivery reference. In other words, you setup a delivery for emails to a list of people and could reuse this across different subscriptions. If we haven't done that and this is just the delivery type or something else, we should explain that here and/or rename the variable.

* @param deliveryReference String
*/

@GraphQLDescription("Subscribe Deadline Check")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we give a longer description for these? This is what is shown in the graphql introspection documentation and you can't really figure out what this is or how it works from this description.


@GraphQLDescription("UnSubscribe Deadline Check")
@Suppress("unused")
fun unsubscribeUploadErrorsNotification(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we able to consolidate on one unsubscribe like we have in the design? I thought we'd cover that as part of this work. Similarly, I thought we were going to consolidate the subscribe mutations as well per the new lucidchart design.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants