Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix slack signup link #706

Closed
csweaver opened this issue Apr 11, 2019 · 5 comments
Closed

fix slack signup link #706

csweaver opened this issue Apr 11, 2019 · 5 comments
Assignees
Milestone

Comments

@csweaver
Copy link
Contributor

  1. Fix the https://join-cellxgene-users.herokuapp.com/ app. Submitting an email triggers an error saying that the #cellxgene-users channel doesn't exist.

  2. There are two different sign up links: https://join-cellxgene-users.herokuapp.com/ on README.md and https://join-cziscience-slack.herokuapp.com/ on docs/index.md and client/src/components/graph/graph.js

@neuromusic
Copy link
Contributor

Hmm. Trying to figure out why join-cellxgene-users is broken.

Ideas:

  1. It's a shared channel, so the slack API works differently
  2. We've hit some limit based on signups vs number pf paid users: https://github.com/rauchg/slackin/blob/e41687b286c4dcaa24538383bd8a191d8e1b0871/app.json#L29

@neuromusic
Copy link
Contributor

ok, toggled the config to add signups to #imaging and that works fine, so the problem appears to be with the shared channels...

image

@neuromusic
Copy link
Contributor

issue added to slackin: rauchg/slackin#398

@neuromusic neuromusic added this to the 0.9.0 milestone Apr 15, 2019
@neuromusic
Copy link
Contributor

solution: get rid of channel signup.

neuromusic added a commit that referenced this issue Apr 16, 2019
@neuromusic
Copy link
Contributor

fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants