opencrvs / opencrvs-core

A global solution to civil registration
https://www.opencrvs.org
Other
85 stars 67 forks source link

As a National System Admin I want to configure the SMS message sent to informant #4287

Closed jpye-finch closed 1 year ago

jpye-finch commented 1 year ago

Description

Acceptance criteria

GIVEN I am National System Admin WHEN I toggle off an SMS THEN don't send the SMS!

GIVEN I am National System Admin WHEN I change the language THEN change the copy of the SMS to my selected language

Design

https://www.figma.com/file/O6PevbBv0lApmXWYotR8sf/OpenCRVS-Design-Specifications-v2?node-id=8837%3A63545&t=yqYqZJFcLGb566gc-1

Dev tasks

input SMSNotificationInput { name: String! enabled: Boolean! }

type Query { informantSMSNotifications(): [SMSNotification!] }

type Mutation { toggleInformantSMSNotification(smsNotification: [SMSNotificationInput!]): [SMSNotification!] }

SyedaAfrida commented 1 year ago

Since the toggle button is not working properly could not complete the test. Bug: https://user-images.githubusercontent.com/94350336/222704435-b2ba70a6-ec04-4d43-8d76-641dc9b01fce.mp4

SyedaAfrida commented 1 year ago

@anny320 this ticket is tested. The bugs are mentioned in- #4845

screenshots: Screenshot_20230310-174214_Messages

anny320 commented 1 year ago

completed