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

Form Validation - Project Name #1268

Open
2 tasks
heyitsalexander opened this issue Jan 17, 2023 · 1 comment
Open
2 tasks

Form Validation - Project Name #1268

heyitsalexander opened this issue Jan 17, 2023 · 1 comment

Comments

@heyitsalexander
Copy link
Member

heyitsalexander commented Jan 17, 2023

Overview

Currently, the projects details form doesn't have any validation. It increases onboarding time because user needs to go back and frequently correct typos (Form validation)

The project’s form fields need data validation, as opposed to them being free text fields. This issue tracks the validation of the Project Name field on the Project Management screen.

Action Items:

  • Add the following validation to the Project Name field:

    • no duplicates of pre-existing projects (compares Project name to all pre-existing Projects on VRMS),
    • character limit: 3 - 60 characters
    • allowable symbols: "- , ' ", A-z, 0-9, , letters
  • Create Error message that displays error relevant to the validation criteria:

    • IF name = duplicate of project: "Duplicate Project Name"
    • IF character count is < 3 or > 60 = "Project name must be 4-60 characters"
    • IF name includes symbols other than letters, numbers, and - , ' = "Project name may only include numbers, letters and the following symbols: - , '"

Resources/Instructions

Usability Zoom Recording Timestamp 3:35
https://drive.google.com/drive/u/0/folders/1oSUAaU-fzKHpXeZpou5PH3SwC5eRnEWq

@heyitsalexander heyitsalexander changed the title Form validation As an Admin Level User (Bonnie), I want my forms to have validation when filling out project details, so that they're more accurate - Form validation Jan 17, 2023
@JudyLee533 JudyLee533 self-assigned this Jan 26, 2023
@JudyLee533
Copy link
Member

Issue 1268 with Annotations

Dev Team to review

@JackHaeg JackHaeg moved this to New Issue Approval in P: VRMS: Project Board Jun 13, 2024
@JackHaeg JackHaeg changed the title As an Admin Level User (Bonnie), I want my forms to have validation when filling out project details, so that they're more accurate - Form validation Form Validation - Project Name Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: New Issue Approval
Development

No branches or pull requests

8 participants