boisebrigade / courtbot

Courtbot is a simple web service for subscribing to case hearing details via SMS.
https://openboise.org
ISC License
9 stars 3 forks source link

need :resubscribe if not unsubscribed #30

Closed agboise closed 5 years ago

agboise commented 5 years ago

User inputs "Start" without ever inputting "Stop", CourtBot replies with :resubscribe ("You are not currently subscribed to any cases") even though user is currently subscribed to a case. This is working as expected, but we need to review this logic and either come up with a revised message or a second flow for this use case.

image

agboise commented 5 years ago

I also just realized I have two copies with two different :resubscribe messages. This one (in screenshot) and "You will need to resubscribe to the case to receive hearing reminders". So just in case it comes up, the current configuration is the correct message. I'll try to pull that old message out of any current documentation.

tylersamples commented 5 years ago

Made some adjustments to the copy for 0.3.0-beta3 to not show the user "You are not subscribed to any cases" if they are infact subscribed to cases.