-
Notifications
You must be signed in to change notification settings - Fork 2
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
Updating/Fix job status states #2266
base: main
Are you sure you want to change the base?
Updating/Fix job status states #2266
Conversation
@jonathanbobel what are your thoughts around adding a tag to the status updates? I think it would look nice |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reviewed with alex leading a walk-through for two user tasks: schedule a text to send and send a text immediately. both worked with one showing "scheduled for (date) at (time)" and the other "sent on (date) at (time)" thank you
Original ticket: #2168
This ticket is to fix the current display of job status
What each state represents:
Scheduled for: Displays the time the user scheduled the job to send a future message.
Sending: Indicates the time the job started processing.
Pending since: Displays the time the job was created if it has not started or finished processing.
Sent on: Shows the time the job was completed.