Skip to content

Manchester |26-ITP-May| Samreen Amjad |Sprint 1 | Form-Controls #1432

Open
serveyano wants to merge 1 commit into
CodeYourFuture:mainfrom
serveyano:feature/form-controls
Open

Manchester |26-ITP-May| Samreen Amjad |Sprint 1 | Form-Controls #1432
serveyano wants to merge 1 commit into
CodeYourFuture:mainfrom
serveyano:feature/form-controls

Conversation

@serveyano

Copy link
Copy Markdown

Learners, PR Template

Self checklist

I have titled my PR with Region | Cohort | FirstName LastName | Sprint | Assignment Title
My changes meet the requirements of the task
I have tested my changes
My changes follow the style guide

Changelist

This PR creates a T-shirt order form using semantic HTML. It collects the user’s name, email, colour, and size.

@netlify

netlify Bot commented Jun 8, 2026

Copy link
Copy Markdown

Deploy Preview for cyf-onboarding-module ready!

Name Link
🔨 Latest commit 411591e
🔍 Latest deploy log https://app.netlify.com/projects/cyf-onboarding-module/deploys/6a274b4437b32f00089c348d
😎 Deploy Preview https://deploy-preview-1432--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: 91 (🟢 up 5 from production)
PWA: -
View the detailed breakdown and full score reports
🤖 Make changes Run an agent on this branch

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

@serveyano serveyano added 📅 Sprint 1 Assigned during Sprint 1 of this module Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels Jun 8, 2026
@cjyuan

cjyuan commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

In the PR description, can you format the list items in the "Self checklist" so that they appear with a checkbox like this?

  • I have titled my PR with Region | Cohort | FirstName LastName | Sprint | Assignment Title

For more info about formatting tasklist on GitHub, see: https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/about-tasklists

@cjyuan cjyuan left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Code is well formatted and error-free. Most requirements met. Well done.


Note:
Your formatting is already very good. Using a formatter with "Format on Save" would save you time, ensure 100% consistency, and automatically clean up things like trailing whitespace and unnecessary empty lines. This also helps keep Git diffs and pull requests cleaner by reducing formatting-only changes, making it easier to review the actual code changes.

For more info about enabling "Format on save" option on VS Code, please refer to this guide.

Comment thread Form-Controls/index.html
Comment on lines +23 to +30
<input
type="text"
id="name"
name="name"
required
minlength="2"
pattern=".*\S.*"
>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This input field could accept an input such as " A" (a space and an alphabet) even though the input contains only one non-space character. Can you update the code so that it meets the requirement?

@cjyuan cjyuan added Reviewed Volunteer to add when completing a review with trainee action still to take. and removed Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels Jun 9, 2026
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 with trainee action still to take. 📅 Sprint 1 Assigned during Sprint 1 of this module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants