Skip to content

Sheffield | 26-ITP-May | CJ Yuan | Sprint 1 | Form Controls#1217

Closed
cjyuan wants to merge 3 commits intoCodeYourFuture:mainfrom
cjyuan:feature/form-controls
Closed

Sheffield | 26-ITP-May | CJ Yuan | Sprint 1 | Form Controls#1217
cjyuan wants to merge 3 commits intoCodeYourFuture:mainfrom
cjyuan:feature/form-controls

Conversation

@cjyuan
Copy link
Copy Markdown
Contributor

@cjyuan cjyuan commented May 5, 2026

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

  • Implemented HTML form for T-shirt orders

Questions

I'm seeing different Lighthouse accessibility scores: 100 on Netlify and 92 in Chrome. Should I be concerned about the lower Chrome score?

@netlify
Copy link
Copy Markdown

netlify Bot commented May 5, 2026

Deploy Preview for cyf-onboarding-module ready!

Name Link
🔨 Latest commit 39328bd
🔍 Latest deploy log https://app.netlify.com/projects/cyf-onboarding-module/deploys/69f9602d5dd8ff0008b895cb
😎 Deploy Preview https://deploy-preview-1217--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: 83 (🔴 down 3 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.

@cjyuan cjyuan added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label May 5, 2026
@github-actions

This comment has been minimized.

@github-actions github-actions Bot removed the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label May 5, 2026
@cjyuan cjyuan added Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. and removed Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels May 5, 2026
Added form fields for personal and product information including name, email, t-shirt colour, and size.
Copy link
Copy Markdown
Contributor Author

@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.

I'm seeing different Lighthouse accessibility scores: 100 on Netlify and 92 in Chrome. Should I be concerned about the lower Chrome score?

Please rely on Chrome's Lighthouse score, as it more accurately reflects the browser experience. Can you improve the score to 100?

Comment thread Form-Controls/index.html
Comment on lines +40 to +46
<label>T-Shirt Size:</label>
<label>XS<input type="radio" name="size" value="extra-small" required></label>
<label>S<input type="radio" name="size" value="small"></label>
<label>M<input type="radio" name="size" value="medium"></label>
<label>L<input type="radio" name="size" value="large"></label>
<label>XL<input type="radio" name="size" value="extra-large"></label>
<label>XXL<input type="radio" name="size" value="double-extra-large"></label>
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Why not implement a drop-down list?

@cjyuan cjyuan added Reviewed Volunteer to add when completing a review with trainee action still to take. Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. Complete Volunteer to add when work is complete and all review comments have been addressed. and removed Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. Reviewed Volunteer to add when completing a review with trainee action still to take. labels May 5, 2026
@cjyuan cjyuan closed this May 5, 2026
@cjyuan cjyuan added Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. and removed Complete Volunteer to add when work is complete and all review comments have been addressed. labels May 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant