Skip to content

London | ITP May25 | Mohammadreza Babaei | Form Control #574

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Moreza-event
Copy link

@Moreza-event Moreza-event commented May 20, 2025

Learners, PR Template

Self checklist

  • I have committed my files one by one, on purpose, and for a reason
  • I have titled my PR with REGION | COHORT_NAME | FIRST_NAME LAST_NAME | PROJ_NAME
  • I have tested my changes
  • My changes follow the style guide
  • My changes meet the requirements of this task

Changelist

Briefly explain your PR.

Questions

Ask any questions you have for your reviewer.

Copy link

netlify bot commented May 20, 2025

Deploy Preview for cyf-onboarding-module ready!

Name Link
🔨 Latest commit 425fbb4
🔍 Latest deploy log https://app.netlify.com/projects/cyf-onboarding-module/deploys/682c49fd6a2c5f0008d1191d
😎 Deploy Preview https://deploy-preview-574--cyf-onboarding-module.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
2 paths audited
Performance: 100 (no change from production)
Accessibility: 92 (🔴 down 8 from production)
Best Practices: 100 (no change from production)
SEO: 86 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@Moreza-event Moreza-event added the Needs Review Participant to add when requesting review label Jun 6, 2025
Copy link
Contributor

@cjyuan cjyuan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. According to https://validator.w3.org/, there are errors in your code. Can you fix them?

  2. Can you improve the Lighthouse Accessibility score of your page to 100?

  3. To follow best practices, can you update your PR description by carrying out the following actions?

    • Check the items in the Self-Checklist to confirm your pull request meets the guidelines
    • Provide a brief description (under the "Changelist" section) summarizing the purpose of the PR and the changes you’ve made

this will also help you fill in your PR message later-->

<label for="name">Full name:</label>
<input type="text" id:"name" name"name" type="text" required minlength="2" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. Can you improve the indentation of the code?

  2. Currently a user can enter a name consisting of only space characters (e.g., " "). Can you enforce a stricter validation rule using the pattern attribute to disallow any name that contains only space characters?

@cjyuan cjyuan added Reviewed Volunteer to add when completing a review and removed Needs Review Participant to add when requesting review labels Jun 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Reviewed Volunteer to add when completing a review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants