Skip to content

London | 26-ITP-January | Dagim Daniel | Sprint 2 | Form-control#1181

Open
Dagim-Daniel wants to merge 3 commits intoCodeYourFuture:mainfrom
Dagim-Daniel:form-controls
Open

London | 26-ITP-January | Dagim Daniel | Sprint 2 | Form-control#1181
Dagim-Daniel wants to merge 3 commits intoCodeYourFuture:mainfrom
Dagim-Daniel:form-controls

Conversation

@Dagim-Daniel
Copy link

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

@netlify
Copy link

netlify bot commented Feb 17, 2026

Deploy Preview for cyf-onboarding-module ready!

Name Link
🔨 Latest commit cb94b55
🔍 Latest deploy log https://app.netlify.com/projects/cyf-onboarding-module/deploys/699f117968219100089ed4dc
😎 Deploy Preview https://deploy-preview-1181--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: 96 (🔴 down 4 from production)
SEO: 82 (🔴 down 4 from production)
PWA: -
View the detailed breakdown and full score reports

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

@Dagim-Daniel Dagim-Daniel added Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. NotCoursework labels Feb 17, 2026
@cjyuan cjyuan added Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. and removed Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. NotCoursework labels Feb 17, 2026
@cjyuan
Copy link
Contributor

cjyuan commented Feb 17, 2026

I expected Form-Controls/index.html to be updated accordingly but the file is not modified.

In the PR description, you should include a section to describe what you have changed in this PR. It should look something like this:


Changelist

Short description of the changes you have made ...

@cjyuan cjyuan added Reviewed Volunteer to add when completing a review with trainee action still to take. and removed Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. labels Feb 17, 2026
@Dagim-Daniel Dagim-Daniel added Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. Module-Onboarding The name of the module. labels Feb 25, 2026
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.

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

Comment on lines +2 to +7
--paper: oklch(7 0 0);
--ink: color-mix(in oklab, var(--color) 5%, black);
--font: 100%/1.5 system-ui;
--space: clamp(6px, 6px + 2vw, 15px);
--line: 1px solid;
--container: 1280px;
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you delete any unused custom properties to keep the code clean?

<fieldset>
<legend>Customer Information</legend>
<label for="name">Name:*</label>
<input type="text" id="name" name="name" required pattern="[A-za-z/s]{2,50}"/>
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you explain what this regular expression, [A-za-z/s]{2,50}, mean? That is, what kind of strings are acceptable? Have you tested the input field to see if the form accepts/rejects the value you expect?

Currently, when an input is rejected, the user is not given any explanation as to why.
Could you make the form more accessible by providing clear feedback so users can understand why their input was rejected?

@cjyuan cjyuan removed the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Feb 25, 2026
@cjyuan
Copy link
Contributor

cjyuan commented Feb 25, 2026

Your PR description is missing a Changelist section. Please amend the PR description accordingly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Module-Onboarding The name of the module. Reviewed Volunteer to add when completing a review with trainee action still to take.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants