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

[TECH ED] Form Controls #88

Open
SallyMcGrath opened this issue May 14, 2024 · 0 comments
Open

[TECH ED] Form Controls #88

SallyMcGrath opened this issue May 14, 2024 · 0 comments
Labels
🔑 Priority Key Do this first 🐂 Size Medium 1-4 hours 📅 Sprint 2 Assigned during Sprint 2 of this module 🎯 Topic Requirements Interpreting requirements with precision and accuracy 🎯 Topic Structuring Data Describing, organising, and systematising data 🎯 Topic Testing It's important that software works and that people can use it 📅 User Focused Data Tickets for User Focused Data

Comments

@SallyMcGrath
Copy link
Member

SallyMcGrath commented May 14, 2024

Link to the coursework

https://github.com/CodeYourFuture/Module-User-Focused-Data/tree/main/Form-Controls

Why are we doing this?

Aims

  1. Interpret requirements
  2. Write a valid form
  3. Style form controls
  4. Test with Devtools
  5. Refactor using Devtools

For this project, you will need to make decisions yourself and explore your own code with Devtools. What blockers will you encounter? How will you get help to solve them? Come to class with questions.

Maximum time in hours

4

How to get help

Share your blockers in your class channel. Use the opportunity to refine your skill in Asking Questions like a developer.

How to submit

Remember that you should switch to the main branch before creating a new branch.

  1. Fork to your Github account.
  2. Switch to the main branch
  3. Make a branch for this project
  4. Make regular small commits in this branch with clear messages.
  5. When you are ready, open a PR to the CYF repo, following the instructions in the PR template.

There are several projects in this repo. Make a new branch for each project. This might feel challenging at first, so this is a good problem to bring to class to work on in groups with mentors.

How to review

  1. Complete your PR template
  2. Ask for review from a classmate or mentor
  3. Make changes based on their feedback
  4. Review and refactor again next week

Anything else?

There are a couple of useful ideas in this project that you can explore further:

  1. Learning HTML properly. Many web developers skip straight to JavaScript and don't take the time to learn and properly understand HTML or CSS. This can lead them to writing elaborate and pointless JS code to recreate things that exist already in native HTML. These JS components usually don't have as many features as native HTML and often don't work well with other APIs. Many web developers don't really know that there are other APIs interacting with API, not just the DOM.

Properly understanding HTML and the DOM will make you a powerful and unusual web developer.

  1. Refactoring your code every single time. Many developers just add more and more code, especially with CSS, until they have a giant, frightening code mountain that they do not understand and cannot change. But requirements can and do change all the time. So making sure every time you write something you check you need it, and you remove everything you don't need will make your code simple, powerful, precise, and clear.

Finding the simplest thing that can possibly work will make you a powerful and unusual web developer.

@SallyMcGrath SallyMcGrath added 🎯 Topic Requirements Interpreting requirements with precision and accuracy 🎯 Topic Structuring Data Describing, organising, and systematising data 🎯 Topic Testing It's important that software works and that people can use it 🐂 Size Medium 1-4 hours 📅 User Focused Data Tickets for User Focused Data 📅 Week 3 🔑 Priority Key Do this first labels May 14, 2024
@SallyMcGrath SallyMcGrath added 📅 Sprint 2 Assigned during Sprint 2 of this module and removed 📅 Week 3 labels May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔑 Priority Key Do this first 🐂 Size Medium 1-4 hours 📅 Sprint 2 Assigned during Sprint 2 of this module 🎯 Topic Requirements Interpreting requirements with precision and accuracy 🎯 Topic Structuring Data Describing, organising, and systematising data 🎯 Topic Testing It's important that software works and that people can use it 📅 User Focused Data Tickets for User Focused Data
Projects
Status: No status
Development

No branches or pull requests

1 participant