Skip to content

London | 26-ITP-May | Anita Amirhaeri | Sprint 1 | Form Controls#1246

Closed
anitahy73 wants to merge 3 commits into
CodeYourFuture:mainfrom
anitahy73:Form_Controls
Closed

London | 26-ITP-May | Anita Amirhaeri | Sprint 1 | Form Controls#1246
anitahy73 wants to merge 3 commits into
CodeYourFuture:mainfrom
anitahy73:Form_Controls

Conversation

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

added the form as described in the task

@netlify
Copy link
Copy Markdown

netlify Bot commented May 9, 2026

Deploy Preview for cyf-onboarding-module ready!

Name Link
🔨 Latest commit 1c14e49
🔍 Latest deploy log https://app.netlify.com/projects/cyf-onboarding-module/deploys/6a0784b790bd660008322538
😎 Deploy Preview https://deploy-preview-1246--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.

@anitahy73 anitahy73 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 Module-Onboarding The name of the module. labels May 9, 2026
@Luro91 Luro91 added the Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. label May 14, 2026
Comment thread Form-Controls/index.html
<form>

<label for="name">Name:</label>
<input type="text" id="name" name="name"><br>
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

How could you ensure that the name is at least 2 characters long?

Comment thread Form-Controls/index.html
Comment on lines +26 to +47
<input type="radio" id="colour-red" name="colour" value="red">
Red
</label>

<label >
<input type="radio" id="colour-blue" name="colour" value="blue">
Blue
</label>

<label >
<input type="radio" id="colour-green" name="colour" value="green">
Green
</label>

</fieldset>

<label for="size">choose your size</label>


<select id="size">
<option value="s">small</option>
<option value="m">medium</option>
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

How could you ensure that the user needs to choose a color and size?

Comment thread Form-Controls/index.html
try writing out the requirements first as comments
this will also help you fill in your PR message later-->
</form>
<form>
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 indentation of the child is not correct. How could you ensure consistent formatting of the code?

@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 14, 2026
@anitahy73 anitahy73 added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label May 15, 2026
@github-actions
Copy link
Copy Markdown

The changed files in this PR don't match what is expected for this task.

Please check that you committed the right files for the task, and that there are no accidentally committed files from other sprints.

Please review the changed files tab at the top of the page, we are only expecting changes in this directory: ^Form-Controls/

If this PR is not coursework, please add the NotCoursework label (and message on Slack in #cyf-curriculum or it will probably not be noticed).

If this PR needs reviewed, please add the 'Needs Review' label to this PR after you have resolved the issues listed above.

@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 15, 2026
@anitahy73 anitahy73 added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label May 15, 2026
@github-actions
Copy link
Copy Markdown

The changed files in this PR don't match what is expected for this task.

Please check that you committed the right files for the task, and that there are no accidentally committed files from other sprints.

Please review the changed files tab at the top of the page, we are only expecting changes in this directory: ^Form-Controls/

If this PR is not coursework, please add the NotCoursework label (and message on Slack in #cyf-curriculum or it will probably not be noticed).

If this PR needs reviewed, please add the 'Needs Review' label to this PR after you have resolved the issues listed above.

@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 15, 2026
@anitahy73 anitahy73 closed this by deleting the head repository May 15, 2026
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. 📅 Sprint 1 Assigned during Sprint 1 of this module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants