tdmalone / slackemon

Inspired by Pokémon Go, now you can catch and battle Pokémon with your teammates on Slack!
GNU General Public License v3.0
10 stars 3 forks source link

Ensure initial use on a new deployment is error-free #15

Closed tdmalone closed 7 years ago

tdmalone commented 7 years ago

Because Slackemon has been newly separated from the Slack framework it was in previously ('Slashies'), it still retains some links such as old constant names that need to be updated.

A lot of these have been updated now but a few may still remain, and currently the first user onboarding on a new deployment does not go through smoothly.

This is probably the most important step to take next to make it easier for new people to jump on board.

tdmalone commented 7 years ago

Image caching constants have been fixed, as well as an infinite loop where the maintainer's email address was used for the curl user-agent but couldn't be determined until running a curl request.

tdmalone commented 7 years ago

Now all resolved as of the latest merge to master - this app should now deploy cleanly on both Heroku and Docker.