Skip to content

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

Description

@etrepum

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.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions