diff --git a/app/frontend/images/clubs/icon.png b/app/frontend/images/clubs/icon.png new file mode 100644 index 00000000..7106c158 Binary files /dev/null and b/app/frontend/images/clubs/icon.png differ diff --git a/app/models/onboarding_scenarios/clubs.rb b/app/models/onboarding_scenarios/clubs.rb new file mode 100644 index 00000000..dd9df88a --- /dev/null +++ b/app/models/onboarding_scenarios/clubs.rb @@ -0,0 +1,19 @@ +module OnboardingScenarios + class Clubs < Base + def self.slug = "clubs" + + def title = "Ready to start leading your Club?" + + def form_fields = [ :first_name, :last_name, :primary_email, :birthday, :country ] + + def slack_user_type = :full_member + + def slack_channels = chans(:leaders, :leaders_bulletin, :identity_help, :help, :welcome_to_hack_club, :slack_guide) + promotion_channels + + def promotion_channels = chans(:library, :lounge, :welcome, :happenings, :community, :announcements) + + def first_step = :welcome + + def logo_path = "images/clubs/icon.png" + end +end diff --git a/config/slack_channels.yml b/config/slack_channels.yml index cd4d30fd..d6c38a01 100644 --- a/config/slack_channels.yml +++ b/config/slack_channels.yml @@ -83,3 +83,5 @@ shared: planet: C0B76LQN22E hackatime_help: C0AFG0XGGMP ysws: C0710J7F4U9 + leaders: C02PA5G01ND + leaders_bulletin: C0AQ1CG4JLD \ No newline at end of file