lab-brussels-1 / home

Home repository for Lab Brussels 1.
https://lab-brussels-1.github.io/home
MIT License
4 stars 5 forks source link

Cristobal Lopez Check in - Agile module #216

Open alexander-lopez-s opened 2 years ago

alexander-lopez-s commented 2 years ago

[my fork of module repository]()

Learning Objectives

Priorities: πŸ₯š, 🐣, πŸ₯, πŸ” (click to learn more)
There is a lot to learn in this repository. If you can't master all the material at once, that's expected! Anything you don't master now will always be waiting for you to review when you need it. These 4 emoji's will help you prioritize your study time and to measure your progress: - πŸ₯š: Understanding this material is required, it covers the base skills you'll need for this module and the next. You do not need to finish all of them but should feel comfortable that you could with enough time. - 🐣: You have started all of these exercises and feel you could complete them all if you just had more time. It may not be easy for you but with effort you can make it through. - πŸ₯: You have studied the examples and started some exercises if you had time. You should have a big-picture understanding of these concepts/skills, but may not be confident completing the exercises. - πŸ”: These concepts or skills are not necessary but are related to this module. If you are finished with πŸ₯š, 🐣 and πŸ₯ you can use the πŸ” exercises to push yourself without getting distracted from the module's main objectives. ---

0. Developing HTML & CSS

Practice with the skills, tools, and workflows you will need to efficiently develop websites written with HTML & CSS.

1. Following Plans

Practice working together in a group to build small websites in incremental steps according to a plan. You will be given final code, a detailed plan to rebuild it, and will need to work as a group following the processes in Planning and Collaborating.

2. Writing Plans

Practicing writing your own plans as a group. You will be given only the final code for HTML/CSS web pages, your group will need write a detailed plan for rebuilding the website in small steps.

3. Adapting Plans

Even the best plans are not perfect, it's not possible to know everything ahead of time! You may be able to plan everything ahead of time when the web pages you build are very small and you have the code ahead of time, but it's a whole different thing when you need to build a larger web page over a longer period of time.

In this chapter you will practice full Agile Development by developing a larger, open-ended web pages and adapting your plans as you go. Your team will need to make an initial plan, but the plan will change! Practice having regular meetings with your group to review the website's progress, review your plan, and make any changes in the plan that are necessary to keep the project on schedule.

alexander-lopez-s commented 2 years ago

Week 1

I Need Help With:

What went well?

What went less well?

Lessons Learned

Sunday Prep Work

colevandersWands commented 2 years ago

It’s not 100% clear to me, how do we synchronize our branches in VS if someone has already committed changes.

I think @EliasMlopez99 had a similar question, if this answer doesn't help let us know and we can explain it differently.

alexander-lopez-s commented 2 years ago

@colevandersWands my question is partially answered. I don't understand the point #2 in the workflow. How do we "merge main to the local branch"?

image

colevandersWands commented 2 years ago

When you git pull origin main, it pulls the changes to your local main branch. so you still need to merge them to your local branch before you can push it again. here's an update diagram

you do this locally so that any conflicts occur on your computer and not on github. they're easier to fix with VSCode, and you shouldn't bother your colleagues with them anyway

alexander-lopez-s commented 2 years ago

Week 2

I Need Help With:

What went well?

What went less well?

Lessons Learned

Sunday Prep Work

danielhalasz commented 2 years ago
  • Why shouldn't we link the issues to the project board?
  • Is there a guide for making the description of the PR?
  • An explanation why is it preferred to used <button> instead of <input>?
  1. you should link issues in the project board, but some coaches suggested not to put PRs there
  2. it is totally up to you, and it actually depends on what that PR is solving..it is to give an idea about it before even checking the code
  3. https://www.geeksforgeeks.org/button-tag-vs-input-typebutton-attribute/
alexander-lopez-s commented 2 years ago

Acknowledged!

alexander-lopez-s commented 2 years ago

Week 3

I Need Help With:

What went well?

What went less well?

Lessons Learned

Sunday Prep Work

danielhalasz commented 2 years ago

@cristobal-lopez I would say stay away from JQuery πŸ™‚ as far as I know, it used to be popular at some point, but not any longer and people try to avoid it nowadays.

alexander-lopez-s commented 2 years ago

Copied Daniel :)

alexander-lopez-s commented 2 years ago

Week 4

I Need Help With:

What went well?

What went less well?

Lessons Learned

-It is everybody's responsibility to comply with the agreed tasks on time.

Sunday Prep Work