Skip to content

JAN25|SARAAMIRI|Module-Onboarding|week2 #264

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 2 commits into
base: main
Choose a base branch
from

Conversation

saraamiiri
Copy link

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 COHORT_NAME | FIRST_NAME LAST_NAME | REPO_NAME | WEEK
  • 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.

@saraamiiri saraamiiri added the Needs Review Participant to add when requesting review label Feb 12, 2025
Copy link

netlify bot commented Feb 12, 2025

Deploy Preview for cyf-onboarding-module ready!

Name Link
🔨 Latest commit 1394834
🔍 Latest deploy log https://app.netlify.com/sites/cyf-onboarding-module/deploys/67ae39ea8141680008dff9a3
😎 Deploy Preview https://deploy-preview-264--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: 100 (no change 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 site configuration.

@day-lee day-lee added Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. and removed Needs Review Participant to add when requesting review labels Feb 13, 2025
@day-lee day-lee self-requested a review February 13, 2025 12:04

<!--Customer's Name -->
<label for="name">What is your name?</label>
<input type="text" id="name" name="name" required minlength="2" placeholder="Enter your full name">
Copy link

Choose a reason for hiding this comment

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

Good job! Your code is easy to read and looks good overall.

It seems the name input accepts numbers as well. Can you think of a pattern attribute that only accepts a text string of two characters or more?

Copy link
Author

@saraamiiri saraamiiri Feb 13, 2025

Choose a reason for hiding this comment

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

thank you for your reviewing ,for block number and the name input only accept text string two or more character we can use this pattern: What is your name?

Copy link

Choose a reason for hiding this comment

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

There is a pattern attribute in the input type. It take a regex. Can you think of a regex pattern for a text string of two characters or more? pattern="regex"


<form action="" method="POST">
<h1>T-Shirt Order Form</h1>

Copy link

Choose a reason for hiding this comment

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

The form would look more organised if it were grouped together. Can you add tags for better semantics and structure?

Copy link
Author

Choose a reason for hiding this comment

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

thank you for reviewing my code here i need to use

and to group related field .

@day-lee day-lee added Reviewed Volunteer to add when completing a review and removed Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. labels Feb 13, 2025
@saraamiiri saraamiiri added the Complete Volunteer to add when work is complete and review comments have been addressed label Feb 13, 2025
@day-lee day-lee added Reviewed Volunteer to add when completing a review and removed Reviewed Volunteer to add when completing a review Complete Volunteer to add when work is complete and review comments have been addressed labels Feb 14, 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