-
-
Notifications
You must be signed in to change notification settings - Fork 196
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
Extend green tick delivery confirmation feature to cases where a message has been re-sent #6709
Comments
Yeah this is a bit confusing; the successful resend is reflected on the original outgoing message. |
From user perspective, resending a message does not indicate which message was resent (if there are more than one outgoing message - so even if delivery status is appended to original message, user won't be able to know that. What user will see currently: Expected: We should be able to add Delivery status to the resend box (even if it's duplicating same information as in status of original outgoing message). |
If the text says "Sent request to [public body name] again" then it means the initial message on the thread was re-sent. If a follow-up outgoing message was re-sent the message reads: "Sent a follow up to [public body name] again." It can be ambiguous as to which outgoing message was re-sent (but it's usually clear from context). Wording could be tweaked to eg. "Sent original request to...", and/or a link to the specific message which has been re-sent could be included in the note indicating there has been a resend (message specific links are available). |
Thanks Richard for clarification. I missed that it has different texts for resending follow-up and original request. I have reworked https://github.com/mysociety/alaveteli/blob/develop/app/views/request/_resent_outgoing_correspondence.html.erb on IPZ and now it shows original message but says it has been re-sent with new date, it's collapsed but user can expand to get more info on message that was re-sent and also delivery info. As Gareth said, delivery will show first and resent info, but it's more complete like this I think and there cannot be any doubts what content was resent: Let me know what do you think? Would you like me to create merge request to add this upstream to the main Alaveteli repo? |
This issue has been automatically closed due to a lack of discussion or resolution for over 12 months. |
Currently the resend "message" on the request page never has a green tick (or other related status) associated with it.
Resends are relatively rare so this would be a low impact feature I think.
Noted after a user contacted WhatDoTheyKnow to report a delivery error after their request had already been successfully resent.
The text was updated successfully, but these errors were encountered: