Open cris-oddball opened 1 year ago
Hey team! Please add your planning poker estimate with Zenhub @k-macmillan @kalbfled @MackHalliday @mchlwellman @EvanParish @cris-oddball @coreycarvalho
@cris-oddball can you migrate a PDF copy of your testing document to the team repo (or make into an MD file) and update the links in the ticket when you get a chance?
@mjones-oddball will do, on my todo list!
Testing doc added to team repo and linked in description.
Still broken/still needed.
User Story - Business Goal
The v2 and v3 notification routes have a
scheduled_for
property (a permission that must be added to any service that wishes to use it) that can be sent in the POST payload. Testing has revealed that the routes do send scheduled emails and sms however there is a time factor that must be addressed.Note that v3 implementation is partial and is also different than the v2 implementation. Review both to determine what changes need to be made to each and create appropriate tickets.
User Story(ies)
As a VANotify I want to spruce up the notifications scheduled_for feature So that I can provide that functionality to clients
Additional Info and Resources
%Y-%m-%d %H:%M
, based on the code.scheduled_for
cannot be in the past (because our offset is behind UTC, maybe this feature works as expected in Ukraine).scheduled_for
value in the GET response is not the value you sent, but 8 hours in the future.scheduled_for
value in the GET response, the notification is actually received 4 hours earlier than that (but 4 hours later than what thescheduled_for
value was in the POST request. See Testing DocAcceptance Criteria & Checklist
Completed research addresses the problems and/or answers the questions below:
%Y-%m-%dT%H:%M:%S.%fZ