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

replace slack sign up #62

Open
ahmadnassri opened this issue Feb 7, 2017 · 2 comments
Open

replace slack sign up #62

ahmadnassri opened this issue Feb 7, 2017 · 2 comments
Assignees

Comments

@ahmadnassri
Copy link
Member

ahmadnassri commented Feb 7, 2017

currently we are using Slackin, which only really serves one purpose:

  • email input field and terms of service / code of conduct checkbox
  • it then calls the slack apis and sends an invite to the email address to join the group

we would be best served with a custom form on the website frontend, that talks to an API backend (custom built), which in turn can do:

  • interaction with the Slack API as Slackin does
  • sign up to newsletter (if opt-in) (https://getrevue.co)
@ahmadnassri ahmadnassri changed the title replace slack sign up system with brand new one that includes newsletter and custom designed form replace slack sign up Feb 7, 2017
@ahmadnassri
Copy link
Member Author

replaces #60

@theetrain
Copy link
Member

Frontend

Nav

  • Add 'Register' and 'Log in' buttons to top-right

'Join now' area

  • Heading: "Join #TechMasters on Slack"
  • Subheading: [n] users online now of [k] registered.
  • Form: email, first name, surname, avatar (default is gravitar), "I promise not to spam", "I agree to the code of conduct"
    • UX: 'I agree to the code of conduct' is a button, when clicked it opens a modal with the conduct inline, user scrolls to bottom, clicks 'I agree', modal closes, 'I agree...' is checked
  • Submit: 'Get my invite'

Backend

  • Replace current heroku app with simplified endpoints that hooks the form into Slack

@theetrain theetrain self-assigned this Sep 9, 2017
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