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

Add "Contact Us" text for registration after deadline #7

Open
etrepum opened this issue May 11, 2020 · 0 comments
Open

Add "Contact Us" text for registration after deadline #7

etrepum opened this issue May 11, 2020 · 0 comments

Comments

@etrepum
Copy link
Member

etrepum commented May 11, 2020

This should be implemented prior to the registration deadline (Sunday, May 24, 2020, 8:00 PM PDT)

We'd want to change the RegButton in the Courses component to handle workshops and courses separately to add the email us text. The discussion we had on Slack settled on this direction:

Maybe we can have a "contact mission bit at email if you are still interested in registering"

https://github.com/MissionBit/missionbit.org/blob/master/components/programs/Courses.tsx#L267-L278

          <Box className={classes.action}>
            <RegButton
              href={signupUrl}
              variant="contained"
              color="secondary"
              target="_blank"
              rel="noopener"
              disabled={disabled}
            >
              {disabled ? "Registration closed" : "Student Sign Up"}
            </RegButton>
          </Box>

Blocked: Thia said she wants this to have a Google Form, so we're blocked on that form.

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

No branches or pull requests

1 participant