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 Jan25 | KATARZYNA KAZIMIERCZUK | Onboarding | WEEK 3 #228

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

Conversation

katarzynakaz
Copy link

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

I created a form with the required fields and ensured accessibility was at 100%.

Questions

No questions.

Copy link

netlify bot commented Jan 31, 2025

Deploy Preview for cyf-onboarding-module ready!

Name Link
🔨 Latest commit 0f9560f
🔍 Latest deploy log https://app.netlify.com/sites/cyf-onboarding-module/deploys/679d23585f81dd0008909ab4
😎 Deploy Preview https://deploy-preview-228--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: 84 (🔴 down 2 from production)
PWA: -
View the detailed breakdown and full score reports

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

Copy link

@shieldo shieldo left a comment

Choose a reason for hiding this comment

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

This is generally fine - if you perform a Lighthouse accessibility audit, though, it gets a score of 91. Please try doing the audit, reading what it says, and use maybe HTML or CSS to make the form pass the audit and get a 100 score (it should only need one change!)


<div>
<label for="name">Name</label>
<input type="text" name="name" id="name" placeholder="Enter your name?" required>
Copy link

Choose a reason for hiding this comment

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

There's a required attribute here, which works really well for ensuring that a user has entered something here. What should be consider as being a name, though? Can we add another requirement?

@shieldo shieldo added the Reviewed Volunteer to add when completing a review label Feb 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Reviewed Volunteer to add when completing a review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants