-
-
Notifications
You must be signed in to change notification settings - Fork 349
West Midlands | ITP-Sept-2025 | Ali Naru | Sprint 2 | Form Controls #879
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for cyf-onboarding-module ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Please note that filenames are case sensitive. Can you delete the two files you added, and update |
|
Your PR description contained template fields which weren't filled in. Check you've ticked everything in the self checklist, and that any sections which prompt you to fill in an answer are either filled in or removed. |
|
The text in the PR description is in written in Markdown. I have restored part of the PR description from the PR template. Can you edit them and use Markdown to properly check the boxes? Note: To learn how to write in Markdown, embed image, tag users, and other advanced features, |
|
After you have fixed your branch and PR description, please check out this general guide to see if you can further improve your work on your own, which in turn can help speed up the review process. |
|
I have now updated following the guidelines and removing CSS file |
If formatted properly, the PR description should look something like this:
|
|
Your PR description contained template fields which weren't filled in. Check you've ticked everything in the self checklist, and that any sections which prompt you to fill in an answer are either filled in or removed. 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). |
5 similar comments
|
Your PR description contained template fields which weren't filled in. Check you've ticked everything in the self checklist, and that any sections which prompt you to fill in an answer are either filled in or removed. 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). |
|
Your PR description contained template fields which weren't filled in. Check you've ticked everything in the self checklist, and that any sections which prompt you to fill in an answer are either filled in or removed. 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). |
|
Your PR description contained template fields which weren't filled in. Check you've ticked everything in the self checklist, and that any sections which prompt you to fill in an answer are either filled in or removed. 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). |
|
Your PR description contained template fields which weren't filled in. Check you've ticked everything in the self checklist, and that any sections which prompt you to fill in an answer are either filled in or removed. 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). |
|
Your PR description contained template fields which weren't filled in. Check you've ticked everything in the self checklist, and that any sections which prompt you to fill in an answer are either filled in or removed. 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). |
|
I have made the necessary changes, please can you review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Form-Controls/index.html
Outdated
| <label for="password">Password:</label> | ||
| <input type="password" id="password" name="password" required minlength="6" placeholder="Min 6 characters"> | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does the spec ask for password input?
Can you remove all input elements that are not specified in the spec (README.md) from this form?
| <footer> | ||
| <p>Form Controls Project – Onboarding Module</p> | ||
| </footer> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The original HTML code has a comment that specifies what the footer content should be. Can you update the footer content to meet that requirement?
|
There are still quite some input elements on the form that are not specified in the spec. Password was just one of them. Can you remove all input elements that are not specified in the spec? |
Updated, please review |
…emoving unused fields
cjyuan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-
It's a best practice to keep a branch clean so that reviewers can focus on related changes.
Keeping unused code in comment can still make code review difficult. Can you keep your code as clean as possible? -
The spec has a "No CSS" requirement. The code in the
styleattributes are still CSS.
You can keep the CSS code, but can you suggest a solution that does not involve using any CSS so that the page can still score 100 in Lighthouse accessibility?
Form-Controls/index.html
Outdated
| <label class="checkbox" style="display: block; margin-bottom: 16px; padding: 8px 0;"> | ||
| <input type="checkbox" name="agree" required style="width: 24px; height: 24px; vertical-align: middle; margin-right: 8px;" /> | ||
| Place Order | ||
| </label> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the use of this checkbox?
|
Everything looks great now. A clean and professional code and PR. Well done! |





Pull Request Form Controls
Self checklist
Changelist
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 have created a webpage according to the Form control task
Questions
No questions.