Skip to content

London | 26-Sep-ITP| Frumentius Tesfay | Sprint 1 | Form-controls - #1494

Open
Frumentius-Rev wants to merge 11 commits into
CodeYourFuture:mainfrom
Frumentius-Rev:feature/form-controls
Open

Frumentius-Rev wants to merge 11 commits into
CodeYourFuture:mainfrom
Frumentius-Rev:feature/form-controls

Conversation

@Frumentius-Rev

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

Task code

CYF-1004

Changelist

I have completed all the required form controls and added CSS styling to the form.

@netlify

netlify Bot commented Sep 10, 2026

Copy link
Copy Markdown

Deploy Preview for cyf-onboarding-module ready!

Name Link
🔨 Latest commit cc4da2c
🔍 Latest deploy log https://app.netlify.com/projects/cyf-onboarding-module/deploys/6aa81116dd1f8d0008916450
😎 Deploy Preview https://deploy-preview-1494--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
🤖 Make changes Run an agent on this branch

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

@abdishakoor-dev abdishakoor-dev added Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. 📅 Sprint 1 Assigned during Sprint 1 of this module labels Sep 13, 2026

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

All the requirements are met and the form works. Using fieldset and legend for the colour radios is the right call, and the commits are small and clear.

Two things to sort before I mark this Complete, both quick:

  1. The HTML validator from the README checklist (https://validator.w3.org/) reports one error, on line 45.
  2. Prettier fails on both files. Run npx prettier --write Form-Controls from the repo root and push. That will fix line 45 as well.

Add the Needs Review label again once you've pushed.

Comment thread Form-Controls/index.html Outdated
<label for="size">T-shirt Size</label>
<select name="size" id="size" required>

<option value=""disabled selected>Choose</option>

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.

Missing space between value="" and disabled. This is the validator's one error.

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.

Fixed.

@abdishakoor-dev abdishakoor-dev 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 Sep 14, 2026
@abdishakoor-dev abdishakoor-dev 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 Sep 15, 2026

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

Formatted and the validator is clean. Nothing left to do, marking this Complete. Well done.

@abdishakoor-dev abdishakoor-dev 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 Sep 15, 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. 📅 Sprint 1 Assigned during Sprint 1 of this module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants