Skip to content

Glasgow | 26-ITP-May | Chan Yat Long | Sprint 1 | Form Control #1225

Open
Motorcycle-lab wants to merge 4 commits into
CodeYourFuture:mainfrom
Motorcycle-lab:main
Open

Glasgow | 26-ITP-May | Chan Yat Long | Sprint 1 | Form Control #1225
Motorcycle-lab wants to merge 4 commits into
CodeYourFuture:mainfrom
Motorcycle-lab:main

Conversation

@Motorcycle-lab
Copy link
Copy Markdown

@Motorcycle-lab Motorcycle-lab commented May 6, 2026

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

I finished the requirement of the form control.
I have improved the grammar of the html that I have formed.

@netlify
Copy link
Copy Markdown

netlify Bot commented May 6, 2026

Deploy Preview for cyf-onboarding-module ready!

Name Link
🔨 Latest commit c955206
🔍 Latest deploy log https://app.netlify.com/projects/cyf-onboarding-module/deploys/6a034018ea3a8700080b7b68
😎 Deploy Preview https://deploy-preview-1225--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: 81 (🔴 down 5 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.

@github-actions

This comment has been minimized.

3 similar comments
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@Motorcycle-lab Motorcycle-lab changed the title Glasglow | 26-ITP-May | Chan Yat Long | Sprint 1 | Form Control Glasgow | 26-ITP-May | Chan Yat Long | Sprint 1 | Form Control May 6, 2026
@Motorcycle-lab Motorcycle-lab 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 6, 2026
@Poonam-raj Poonam-raj added 🐂 Size Medium 1-4 hours Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. Submit:PR This work is submitted by creating a PR against CodeYourFuture's fork of this repo. Core This is a core task and should be completed by all trainees and removed Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels May 11, 2026
@github-actions

This comment has been minimized.

4 similar comments
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@Poonam-raj Poonam-raj removed 🐂 Size Medium 1-4 hours Submit:PR This work is submitted by creating a PR against CodeYourFuture's fork of this repo. Core This is a core task and should be completed by all trainees labels May 11, 2026
@github-actions

This comment has been minimized.

2 similar comments
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@Poonam-raj
Copy link
Copy Markdown
Contributor

Hi Chan, please look at this pull request again - I don't want to review it until you've taken out the unrelated code (wireframe) please remove all work relating to wireframe so the only file changed is the form control html page.

@Poonam-raj Poonam-raj 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 May 11, 2026
@github-actions

This comment has been minimized.

1 similar comment
@github-actions

This comment has been minimized.

@Motorcycle-lab
Copy link
Copy Markdown
Author

Hello Poonam- raj, please look at this pull request again. I have already deleted the Wireframe code.

@Motorcycle-lab Motorcycle-lab 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 12, 2026
@WeiTsungCheng WeiTsungCheng 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. labels May 12, 2026
Copy link
Copy Markdown

@WeiTsungCheng WeiTsungCheng left a comment

Choose a reason for hiding this comment

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

some mistakes

Comment thread Form-Controls/index.html

<label for="email">Your Email:</label>
<input id="email" type="email" required>
<button id="go"> Go
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

It's best to include a name in the input field. Or the form won't include the data when you submit it

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-->
<label for="user-name">Your Name:</label>
<input id="user-name" type="text" pattern="[A-Za-z\s]{2,}" title="Please enter at least 2 letters. Numbers and symbols are not allowed" 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.

[A-Za-z\s]{2,} 是 ok
but if a user's name is like me (WEI-TSUNG) would get trouble

Comment thread Form-Controls/index.html
<input id="email" type="email" required>
<button id="go"> Go
</button>

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Although the Button has a default type, it is still recommended to specify it explicitly.

Comment thread Form-Controls/index.html
</html>
<footer>
<!-- change to your name-->
<p>By HOMEWORK SOLUTION</p>
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

You should put your name here

Comment thread Form-Controls/index.html
<option value="blue">M</option>
<option value="green">L</option>
<option value="green">XL</option>
<option value="green">XXL</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.

This is incorrectly expressed.

Besides some duplicate values, the value of size should not be color.

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. Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. 📅 Sprint 1 Assigned during Sprint 1 of this module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants