heroku / dreamhouse-disco-old

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

Add additional track request instructions #27

Closed crcastle closed 7 years ago

crcastle commented 7 years ago

We're creating a FB bot connected to this FB page https://facebook.com/dreamhousedisco. People will be able to request tracks from here similar to how they can via SMS. Can this instruction text be added to the right-side footer near the SMS request number?

Instructions text: Request a track via our Facebook Bot at fb.me/dreamhousedisco You are in the LIVING ROOM

crcastle commented 7 years ago

@lynnandtonic added a line of text to the instructions above. since we will have multiple dreamhouse disco demos running, we needed to add the concept of a room so that we know which demo to send the track request to. Room name options will be:

ROOM_NAMES = [
  "living room",
  "family room",
  "kitchen",
  "patio",
  "pool",
  "master bedroom",
  "ball pit",
  "gym",
  "theater",
  "deck",
  "firepit",
  "office",
  "ballroom",
  "game room",
  "hot tub"
]