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-LONDON| BAKYTBEK SYDYKOV | module-onboarding/Form controls| Week2 #214

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

Conversation

Bahasyd
Copy link

@Bahasyd Bahasyd commented Jan 25, 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.

@Bahasyd Bahasyd self-assigned this Jan 25, 2025
Copy link

netlify bot commented Jan 25, 2025

Deploy Preview for cyf-onboarding-module ready!

Name Link
🔨 Latest commit c99ac81
🔍 Latest deploy log https://app.netlify.com/sites/cyf-onboarding-module/deploys/67965037acfd350008b40f75
😎 Deploy Preview https://deploy-preview-214--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.

@Bahasyd Bahasyd added the Needs Review Participant to add when requesting review label Jan 25, 2025
@Bahasyd
Copy link
Author

Bahasyd commented Jan 25, 2025

The previous ones were closed, here is a link to it: #167 (comment).
I have done 2 new branches. One is for form-controls and one for wireframe.

@Bahasyd Bahasyd added the Complete Participant to add when work is complete and review comments have been addressed label Jan 25, 2025
</div>
<div>
<label for="e-mail">Email:</label>
<input type="e-mail" id="e-mail" name="user e-mail" required placeholder="Enter your e-mail"/>
Copy link

Choose a reason for hiding this comment

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

There is no such input type as e-mail. Please, fix it.

Copy link

@tyzia tyzia Jan 25, 2025

Choose a reason for hiding this comment

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

Name attribute (as well as any other attributes) can't have spaces inside. Please, fix it.

Copy link
Author

Choose a reason for hiding this comment

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

done

<input type="e-mail" id="e-mail" name="user e-mail" required placeholder="Enter your e-mail"/>
</div>
<div>
<label for="color"> Please choose a color </label> <br>
Copy link

Choose a reason for hiding this comment

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

I don't see any input with id color. I don't think you need this for attribute.

Copy link

Choose a reason for hiding this comment

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

Labels are usually used with inputs. If you don't have any corresponding input, I would suggest to replace <label> tag with something else.

</div>
<div>
<label for="comment"> Comment: </label>
<input type="text" id="comment" name="comment">
Copy link

Choose a reason for hiding this comment

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

It is good that you have comment field. Usually comments are long texts. What can be a better tag for this type of input?

Copy link
Author

Choose a reason for hiding this comment

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

The textarea is a better tag.

@tyzia tyzia added Reviewed Volunteer to add when completing a review and removed Needs Review Participant to add when requesting review Complete Participant to add when work is complete and review comments have been addressed labels Jan 25, 2025
@Bahasyd Bahasyd added the Needs Review Participant to add when requesting review label Jan 26, 2025
@Bahasyd
Copy link
Author

Bahasyd commented Jan 29, 2025

Dear Mr. Andrei Navumau, can you check out this task, please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Review Participant to add when requesting review Reviewed Volunteer to add when completing a review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants