Skip to content

London | 26-ITP-May | Tomislav Dukez | Sprint 1 | Form Controls#1312

Open
tomdu3 wants to merge 6 commits into
CodeYourFuture:mainfrom
tomdu3:feature/form-controls
Open

London | 26-ITP-May | Tomislav Dukez | Sprint 1 | Form Controls#1312
tomdu3 wants to merge 6 commits into
CodeYourFuture:mainfrom
tomdu3:feature/form-controls

Conversation

@tomdu3
Copy link
Copy Markdown

@tomdu3 tomdu3 commented May 18, 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

The PR contains changes in /Form-Controls/index.html file.

Acceptance Criteria

  • I have only used HTML and CSS.
  • I have not used any JavaScript.
    HTML
  • My form is semantic HTML.
  • All inputs have associated labels.
  • My Lighthouse Accessibility score is 100.
  • I require a valid name.
  • I require a valid email.
  • I require one colour from a defined set of 3 colours.
  • I require one size from a defined set of 6 sizes.

  • My HTML code has no errors or warnings when validated using https://validator.w3.org/
  • My code is consistently formatted
  • My page content is free of typos and grammatical mistakes
  • I commit often and push regularly to GitHub

@netlify
Copy link
Copy Markdown

netlify Bot commented May 18, 2026

Deploy Preview for cyf-onboarding-module ready!

Name Link
🔨 Latest commit 85fee54
🔍 Latest deploy log https://app.netlify.com/projects/cyf-onboarding-module/deploys/6a0d6baa8fe596000836c639
😎 Deploy Preview https://deploy-preview-1312--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: 89 (🟢 up 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.

@tomdu3 tomdu3 added Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. Module-Onboarding The name of the module. 📅 Sprint 1 Assigned during Sprint 1 of this module labels May 18, 2026
@Luro91 Luro91 added the Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. label May 20, 2026
Comment thread Form-Controls/index.html Outdated
Comment on lines +21 to +22
<input minlength="3" type="text" id="name" name="name" pattern="^(?!\s*$).{3,}$"
title="Please enter at least 3 characters, not just spaces" required>
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

The requirements are at least 2 charcaters not 3

I must collect this data and ensure it contains at least two non-space characters.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Oh, my bad. Sorry. I was always using 3 chars min. Thanks.

@Luro91 Luro91 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. Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. labels May 20, 2026
@tomdu3 tomdu3 added Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. and removed Reviewed Volunteer to add when completing a review with trainee action still to take. labels May 20, 2026
Copy link
Copy Markdown

@Luro91 Luro91 left a comment

Choose a reason for hiding this comment

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

Well done. The code works as expected

@Luro91 Luro91 added 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. labels May 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Complete Volunteer to add when work is complete and all review comments have been addressed. Module-Onboarding The name of the module. 📅 Sprint 1 Assigned during Sprint 1 of this module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants