Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/models/onboarding_scenarios/fallout.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ def form_fields
[ :first_name, :last_name, :primary_email, :birthday, :country ]
end

def slack_user_type = :multi_channel_guest
def slack_user_type = :full_member

def slack_channels = chans(:fallout, :fallout_help, :fallout_bulletin, :identity_help, :help)
def slack_channels = chans(:fallout, :fallout_help, :fallout_bulletin, :identity_help, :help, :hardware, :announcements, :electronics)

def slack_onboarding_flow = :internal_tutorial

Expand Down
12 changes: 10 additions & 2 deletions app/views/slack/tutorial/fallout/03_welcome.slack_message.slocks
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,17 @@ when 1
header "✨ you're already in!"

section <<~TEXT, markdown: true
Oh! Um, it looks like you're already a full member of Hack Club! That's wonderful!

I'm so glad you're here. How have you been enjoying the community? Have you made any new friends yet?

Visit <##{chan_welcome_to_hc}> for questions, advice, or just to introduce yourself!

For Fallout related things:

*<##{chan_fallout}>* - The main Fallout channel

*<##{chan_fallout_bulletin}>* - Channel for Fallout announcements

*<##{chan_fallout_help}>* - Channel to ask for Fallout related help
TEXT

divider
Expand Down
4 changes: 2 additions & 2 deletions app/views/slack/tutorial/fallout/intro.slack_message.slocks
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
image "https://cdn.hackclub.com/019cf72b-780f-75f6-bce2-cab2908116c2/welcome-to-fallout.gif", "Welcome to Hack Club Fallout!"

section <<~EOFD, markdown: true
Right now you can only see a few channels related to Fallout.
To access other channels, you must read and agree to our <https://hackclub.com/conduct|Code of Conduct>.
Hey yo! Welcome to the Hack Club Slack!
Before you dive in, please read and agree to our <https://hackclub.com/conduct|Code of Conduct>.
EOFD

actions [
Expand Down
1 change: 1 addition & 0 deletions config/slack_channels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ shared:
campfire: C09PXLPEL2Y
campfire_bulletin: C0ACNAFBML4
campfire_help: C09QNE26P7A
electronics: C056AMWSFKJ
fallout: C037157AL30
fallout_bulletin: C0ACG0XQWGN
fallout_help: C0ACJ290090
Expand Down