Skip to content
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

ITP-Jan-25 Cape Town | Jordy Mukandayi | Module-Onboarding | Form-Controls |Week2 #260

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

JordyMu
Copy link

@JordyMu JordyMu commented Feb 11, 2025

Learners, PR Template

Self checklist

  • I have committed my files one by one, on purpose, and for a reason
  • I have titled my PR with COHORT_NAME | FIRST_NAME LAST_NAME | REPO_NAME | WEEK
  • I have tested my changes
  • My changes follow the style guide
  • My changes meet the requirements of this task

Changelist

Briefly explain your PR.

Questions

Ask any questions you have for your reviewer.

Copy link

netlify bot commented Feb 11, 2025

Deploy Preview for cyf-onboarding-module ready!

Name Link
🔨 Latest commit 9d1fa6e
🔍 Latest deploy log https://app.netlify.com/sites/cyf-onboarding-module/deploys/67aba06d25957e00083ffb2a
😎 Deploy Preview https://deploy-preview-260--cyf-onboarding-module.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 100 (no change from production)
Accessibility: 93 (🔴 down 7 from production)
Best Practices: 100 (no change from production)
SEO: 90 (🟢 up 4 from production)
PWA: -
View the detailed breakdown and full score reports

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

<label for="name">Name</label>
<input
type="text"
name="name"

Choose a reason for hiding this comment

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

You need to require a min of 2 char for the name

Copy link
Author

Choose a reason for hiding this comment

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

I added minlength="2" for require 2 char

Choose a reason for hiding this comment

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

Good

<input
type="text"
name="email"
id="email"

Choose a reason for hiding this comment

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

You need to ensure that the email is valid

Copy link
Author

Choose a reason for hiding this comment

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

I changed type="text" to type="email"

Choose a reason for hiding this comment

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

Good

<option value="XXL">XXL</option>
</select>
</div>
<div class="radio">

Choose a reason for hiding this comment

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

This needs to be required

Copy link
Author

Choose a reason for hiding this comment

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

the select size have the required

Choose a reason for hiding this comment

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

good

@@ -0,0 +1,123 @@
body {

Choose a reason for hiding this comment

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

No css allowed. Please remove

Copy link
Author

Choose a reason for hiding this comment

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

I removed body css

@Waldo-Strydom Waldo-Strydom added 👀 Review Requirements Changes requested to meet requirements Reviewed Volunteer to add when completing a review labels Feb 11, 2025
@@ -0,0 +1,124 @@
/* body { */

Choose a reason for hiding this comment

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

Please delete this file

<label for="name">Name</label>
<input
type="text"
name="name"

Choose a reason for hiding this comment

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

Good

<input
type="text"
name="email"
id="email"

Choose a reason for hiding this comment

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

Good

<option value="XXL">XXL</option>
</select>
</div>
<div class="radio">

Choose a reason for hiding this comment

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

good

</div>
<div class="radio">
<div>
<label for="black">Black</label>

Choose a reason for hiding this comment

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

The colors also needs to be required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👀 Review Requirements Changes requested to meet requirements Reviewed Volunteer to add when completing a review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants