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

Subscribing with a docket identifier multiple times results in multiple SMS reminders sent out to the subscriber #12

Open
NathanWEdwards opened this issue Oct 22, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@NathanWEdwards
Copy link
Collaborator

The application sends out one SMS message as a reminder when a user subscribes to a court session multiple times. When a user subscribes to multiple court sessions users are receiving multiple texts.

Steps to recreate the issue:

  1. Select a docket number.
  2. Text the docket identifier to (802) 760 2922.
  3. Confirm ‘yes’ to receive a notification for the upcoming court date.
  4. Text the docket identifier, again, to (802) 760 2922.
  5. Confirm ‘yes’, again, to receive a notification for the upcoming court date.

As a user when I subscribe to the same court session multiple times I want to receive one text reminder.

Given a user has subscribed to the same court date multiple times,
When the application sends out a reminder to the user,
Then only one SMS notification should be sent out to remind the user of the subscribed date.

Acceptance Criteria:
A user subscribing to a court session multiple times receives one SMS reminder of the upcoming court date.

@NathanWEdwards NathanWEdwards added the bug Something isn't working label Oct 22, 2022
@NathanWEdwards NathanWEdwards self-assigned this Oct 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant