Closed LyndsayLawrence closed 9 years ago
Left some questions. Generally looks good. We desperately need unit tests for execute
and postText
.
Ready for re-review
Looking much nicer, thanks! Two things:
postText
and have that delete the schedule after it deletes a message if there are no more messages tied to the schedule and the schedule is complete.Ready for re-review
It doesn't look like anything saves or deletes a Message after the call to postText
?
Left a few minor comments, otherwise looks good.
nothing in message changes when it gets executed and we don't delete it until it's delivery is confirmed (using /rest/messages/id DELETE)
Ready for re-review
So the URL being called needs to delete the message itself? Does it current get passed the ID of the message?
I'll be in the office tomorrow, then we can discuss this. It seems like we're on different pages.
Cool.
:+1: on landing this now and then we can discuss changes tomorrow.
Bit confused why this is closed rather than merged?
Not sure, I did "git flow feature finish
Did you "git push" after "git flow feature finish"?
yes
I can see the last commit in develop so it is merged. Perhaps GitHub just got confused.
Ready for review - functional testing done.