heroku / dreamhouse-disco-old

A fun demo app to show off Heroku basics including Teams and Pipelines
0 stars 0 forks source link

Include Disco response "reply" in message back to user #29

Closed thejonanshow closed 8 years ago

thejonanshow commented 8 years ago

When a SongRequestJob posts to Disco the response will include the reply text for a user:

{ "reply": "Thank you for requesting 'Bonnie Tyler - Total Eclipse of The Heart'. View your song: <url>" }

The SongRequestJob should send a response to the user with the Facebook Client.

thejonanshow commented 8 years ago

@crcastle How do we want to handle this now that these replies include the album art? https://github.com/heroku/dreamhouse-disco/issues/41

I could send one response to thank them: "Thank you for requesting 'total eclipse of the heart'! I'm going to go look it up on Spotify, I'll let you know what I find."

Then another response with the album and the Casey Kasem link: "I think I've found your song, I've added 'actual song title' by 'actual artist' to the playlist. I've also made you a custom playlist based on your suggestion: ''. Visit your custom playlist for a chance to win some lovely Heroku headphones. Enjoy!"

I would send the first response right away since all I need is the text from their request. Later when you give me the track information I can build the more involved message.

crcastle commented 8 years ago

@thejonanshow this sounds great... the two replies sequence, that is.