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

Event name validation: Add regex validation so that people cannot submit the wrong event name #1403

Closed
2 tasks
jbubar opened this issue Jun 28, 2023 · 1 comment · Fixed by #1440
Closed
2 tasks

Comments

@jbubar
Copy link
Member

jbubar commented Jun 28, 2023

Overview

We are having a problem where people are naming the meetings incorrectly.

When the event name shows up on the website it shows up with the word meeting and the name of the project above it. So if someone puts the name of the project and the word meeting in the event name. We need to check for if they have the project name or the word meeting and gently remind them to not include it in the event name.

Action Items

  • Check for the use of the project name, and the word "meeting" or "MTG" in the event name.
  • If either is present display a gentle reminder "Please do not use the project name or the word 'meeting' in the Event Name"
    • make it look nice.. (feel free to reach out to design @juliagab56 )

Resources


Notice in the picture below the meeting name is just "Design" not "VRMS Design Meeting"

Screen Shot 2023-06-27 at 5 07 06 PM
@juliagab56
Copy link
Member

juliagab56 commented Jun 30, 2023

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

Successfully merging a pull request may close this issue.

4 participants